mirror of
https://github.com/dataease/dataease.git
synced 2026-06-09 21:27:21 +08:00
fix(系统变量): 系统变量名称不一致
This commit is contained in:
@@ -147,7 +147,7 @@ const fieldFormList = ref([])
|
||||
const builtInList = ref([
|
||||
{
|
||||
id: 'sysParams.userId',
|
||||
name: t('common.account')
|
||||
name: t('system.account')
|
||||
},
|
||||
{
|
||||
id: 'sysParams.userName',
|
||||
|
||||
Reference in New Issue
Block a user