fix(系统变量): 系统变量名称不一致

This commit is contained in:
dataeaseShu
2026-04-22 18:14:38 +08:00
committed by dataeaseShu
parent a784e36705
commit 0cdef7588c

View File

@@ -147,7 +147,7 @@ const fieldFormList = ref([])
const builtInList = ref([
{
id: 'sysParams.userId',
name: t('common.account')
name: t('system.account')
},
{
id: 'sysParams.userName',