From 0f519667314c451c4267ba5d6c074ab91e5f2706 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 30 六月 2023 17:59:14 +0800
Subject: [PATCH] 编码规则-业务数据表头

---
 Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
index 48731fd..4b9b4ab 100644
--- a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
@@ -289,9 +289,9 @@
     // 杞崲鏁版嵁true鍜宖alse
     formatBoolean(row, column) {
       if (column.property === "xiaoshouwl"
-        ||column.property === "shifoupihaoguanli" 
-        ||column.property === "caigouwl" 
-        ||column.property === "kucunwl" 
+        ||column.property === "shifoupihaoguanli"
+        ||column.property === "caigouwl"
+        ||column.property === "kucunwl"
         ||column.property === "passing") {
         return row[column.property] =='true'? "鏄�" : "鍚�";
       }
@@ -441,6 +441,7 @@
         this.rowOid = "";
       }
       this.selectRow = row;
+      this.parameter.ids = [];
       row.forEach((item) => {
         this.parameter.ids.push(item.oid);
       });
@@ -516,4 +517,10 @@
     background-color: #f5f7fa !important;
   }
 }
+
+/deep/ .el-button {
+  margin: 0 10px 10px 0;
+}
+
+
 </style>

--
Gitblit v1.9.3