From c7136f0b31ef2c260806b9a25807623bd01555d6 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 22 九月 2023 09:03:57 +0800
Subject: [PATCH] 集成日志-添加新字段-搜索

---
 Source/UBCS-WEB/src/views/docking/loge.vue           |   32 ++++++++++++++++++++++++++++++++
 Source/UBCS-WEB/src/views/integration/systemInfo.vue |    4 ++--
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/docking/loge.vue b/Source/UBCS-WEB/src/views/docking/loge.vue
index 91a235b..4e05803 100644
--- a/Source/UBCS-WEB/src/views/docking/loge.vue
+++ b/Source/UBCS-WEB/src/views/docking/loge.vue
@@ -90,6 +90,20 @@
             prop: 'interfaceStatus',
             value:7
           },
+          {
+            label: '鏍囧噯鐢宠',
+            prop: 'applyCodeForBZ',
+            value:8          },
+          {
+            label: '閮ㄩ棬鐢宠',
+            prop: 'syncDataForOrg',
+            value:9
+          },
+          {
+            label: '浜哄憳鐢宠',
+            prop: 'syncDataForPerson',
+            value:10
+          },
         ],
       },
       loading: false,
@@ -142,6 +156,24 @@
             width: 140
           },
           {
+            label: '鏍囧噯鐢宠',
+            prop: 'applyCodeForBZ',
+            sortable:true,
+            width: 130
+          },
+          {
+            label: '閮ㄩ棬鐢宠',
+            prop: 'syncDataForOrg',
+            sortable:true,
+            width: 130
+          },
+          {
+            label: '浜哄憳鐢宠',
+            prop: 'syncDataForPerson',
+            sortable:true,
+            width: 130
+          },
+          {
             label: '闆嗘垚绯荤粺缂栧彿',
             prop: 'systemCode',
             sortable:true,
diff --git a/Source/UBCS-WEB/src/views/integration/systemInfo.vue b/Source/UBCS-WEB/src/views/integration/systemInfo.vue
index a6b21e5..a0c1f05 100644
--- a/Source/UBCS-WEB/src/views/integration/systemInfo.vue
+++ b/Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -136,9 +136,9 @@
     //鍒嗙被鎺堟潈澶氶�夊洖璋�
     checkChange(row,checked) {
       if(checked){
-        // console.log('row',row)
+        console.log('row',row)
         this.checkAll.push(row);
-        console.log('checkAll',this.checkAll)
+        // console.log('checkAll',this.checkAll)
       }
     },
     //鍒嗙被鎺堟潈

--
Gitblit v1.9.3