From 8f6576fd595f67a3b17ef2e5e8054e8f194078f7 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期四, 05 九月 2024 20:35:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/index.vue
index 76df4c5..06a359e 100644
--- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/linkTypeQuery/index.vue
@@ -103,6 +103,7 @@
}, {
label: '鏂瑰悜',
prop: 'direction',
+ width:80,
formatter:function (row, value) {
if (row.queryTemplate.direction == 'positive') {
return '姝e悜'
@@ -113,6 +114,7 @@
}, {
label: '涓氬姟绫诲瀷',
prop: 'btmType',
+ width: 130,
formatter:function (row, value) {
return row.queryTemplate.btmType;
}
@@ -135,12 +137,14 @@
}, {
label: '鏌ヨ鏄惁鏈変笅绾�',
prop: 'queryISLeaf',
+ width: 120,
formatter:function (row, value) {
return row.queryTemplate.queryISLeaf
}
}, {
label: '瀛愯妭鐐瑰眰娆℃暟',
prop: 'level',
+ width: 100,
formatter:function (row, value) {
return row.queryTemplate.level;
}
@@ -208,7 +212,6 @@
}
this.$refs.formRef.openDialog(this.nodeRow.label,'淇敼','edit',{treeData:this.nodeRow,selectData:this.selectionRow[0]});
this.$nextTick(()=>{
- debugger;
this.$refs.formRef.formItems[0].disabled = true;
this.$refs.formRef.$refs.form.getInit(this.$refs.formRef.formItems)
});
--
Gitblit v1.9.3