表单配置

This commit is contained in:
yanran200730
2021-12-20 10:35:29 +08:00
parent 2a88c51405
commit 0b6c9ed68b
4 changed files with 4 additions and 7 deletions

View File

@@ -141,7 +141,7 @@
tableInfos: this.tableInfos,
...info.btns,
id: this.params.id,
applicationName: this.basicInfo.menuLevel2Lable,
applicationName: this.basicInfo.menuLevel3Name || this.basicInfo.menuLevel2Name,
fuzzyQueryFields: info.fuzzyQueryFields,
orderType: info.orderType,
orderFields: info.orderFields,

View File

@@ -66,8 +66,8 @@
colConfigs: [
{ prop: 'saasPlatformName', label: '所属平台' },
{ prop: 'menuLevel1Name', label: '一级菜单名称'},
{ prop: 'menuLevel2Name', label: '权限列表名称'},
{ prop: 'menuLevel2Lable', label: '级菜单名称'},
{ prop: 'menuLevel2Name', label: '二级菜单名称'},
{ prop: 'menuLevel3Name', label: '级菜单名称'},
{ prop: 'createUserName', label: '编辑人' },
{ prop: 'createTime', label: '编辑时间' },
{