mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(数据集): 自定义SQL的变量“账户”和行权限的“账号‘为同一变量,此处有歧义 #17523
This commit is contained in:
@@ -147,7 +147,7 @@ const fieldFormList = ref([])
|
||||
const builtInList = ref([
|
||||
{
|
||||
id: 'sysParams.userId',
|
||||
name: t('system.account')
|
||||
name: t('common.account')
|
||||
},
|
||||
{
|
||||
id: 'sysParams.userName',
|
||||
|
||||
Reference in New Issue
Block a user