From 3af0b174cf2610dbf492bd8fcdf93ac35e5bf8b9 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 06 十一月 2024 16:24:41 +0800 Subject: [PATCH] 升级avue版本&&链接查询模板查询修改动态列头&&解决UI定义编辑参照不回填bug --- Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/formQueryDialog.vue | 25 ++++++------------------- 1 files changed, 6 insertions(+), 19 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/formQueryDialog.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/formQueryDialog.vue index b93849e..2c22f82 100644 --- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/formQueryDialog.vue +++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/formQueryDialog.vue @@ -174,7 +174,11 @@ readOnly: { type: Boolean, default: false - } + }, + searchColumn: { + type: Array, + default: [] + }, }, data() { return { @@ -260,24 +264,7 @@ header: false, height: window.innerHeight - 220, menu: false, - column: [ - { - label: 'OID', - prop: 'OID', - }, - { - label: 'REVISIONOID', - prop: 'REVISIONOID' - }, - { - label: 'NAMEOID', - prop: 'NAMEOID' - }, - { - label: 'BTMNAME', - prop: 'BTMNAME' - } - ] + column: this.searchColumn }, clickNode: {}, operatorIntDic: [{ -- Gitblit v1.9.3