From 1808f278f5b1f1a581d7db623955438e72ef1e21 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期三, 28 六月 2023 10:19:26 +0800
Subject: [PATCH] 修改参照数据绑定
---
Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
index 0992b9c..48731fd 100644
--- a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
@@ -60,6 +60,9 @@
:prop="item.prop"
:sortable="item.sortable"
:formatter="formatBoolean"
+ :width="item.label.length >=4 ?'150':item.label.length==3 ?'120':'90'"
+ :show-overflow-tooltip="true"
+ align="center"
>
<!-- 缂栬緫鍜屽睍绀洪�昏緫 -->
<!-- <template slot-scope="{ row }">-->
@@ -249,6 +252,11 @@
this.doLayout();
},
watch: {
+ tableHeadDataFateher:{
+ handler(newval,oldval){
+ this.options=newval.tableDefineVO.seniorQueryColumns
+ }
+ },
codeClassifyOid: {
handler(newval, oldval) {
this.codeClassifyOid = newval;
@@ -461,6 +469,8 @@
...val,
}).then((res) => {
console.log(res);
+ this.tableData=res.data.data;
+ this.page.total=res.data.total
});
},
//鐩镐技椤规煡璇�
--
Gitblit v1.10.0