From a0afca557a160565e2aafb781500023a9f2a36d9 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 05 九月 2023 14:32:10 +0800
Subject: [PATCH] 集成日志 成功状态

---
 Source/UBCS-WEB/src/views/docking/loge.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/docking/loge.vue b/Source/UBCS-WEB/src/views/docking/loge.vue
index f806110..b672067 100644
--- a/Source/UBCS-WEB/src/views/docking/loge.vue
+++ b/Source/UBCS-WEB/src/views/docking/loge.vue
@@ -69,14 +69,15 @@
             prop: 'classifyId',
             search: true,
             sortable:true,
-            width: 250
+            width: 230
           },
           {
             label: '鍒嗙被鍚嶇О',
             prop: 'classifyName',
             search: true,
             sortable:true,
-            overHidden: true
+            overHidden: true,
+            width: 150
           },
           {
             label: '闆嗘垚绯荤粺缂栧彿',
@@ -88,6 +89,13 @@
           {
             label: '闆嗘垚绯荤粺鍚嶇О',
             prop: 'systemName',
+            search: true,
+            sortable:true,
+            width: 150
+          },
+          {
+            label: '绫诲瀷',
+            prop: 'type',
             search: true,
             sortable:true,
             width: 150
@@ -121,7 +129,7 @@
           },
           {
             label: '鏄惁鎺ㄩ�佹垚鍔�',
-            prop: 'interFaceStatus',
+            prop: 'interfaceStatus',
             search: true,
             sortable:true,
             width: 120,
@@ -135,7 +143,7 @@
               value: "key"
             },
             formatter : function (row, column) {
-              return row.interFaceStatus == 'true' || row.interFaceStatus == '1' ? '<i class="el-icon-check" style="color: limegreen"></i>' : '<i class="el-icon-close" style="color: red"></i>'
+              return row.interfaceStatus == 'true' || row.interfaceStatus == '' ? '<i class="el-icon-check" style="color: limegreen;font-size: 20px;font-weight: 800"></i>' : '<i class="el-icon-close" style="color: red;font-size: 20px;font-weight: 800"></i>'
             }
           },
         ]

--
Gitblit v1.9.3