From e90fea95905f523d278c7e10a181ddbc47e74c2b Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 08 九月 2023 15:44:58 +0800 Subject: [PATCH] 集成日志bug --- Source/UBCS-WEB/src/views/docking/loge.vue | 82 +++++++++++++++++++++++++++------------- 1 files changed, 55 insertions(+), 27 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/loge.vue b/Source/UBCS-WEB/src/views/docking/loge.vue index f4c2b24..574dfaa 100644 --- a/Source/UBCS-WEB/src/views/docking/loge.vue +++ b/Source/UBCS-WEB/src/views/docking/loge.vue @@ -37,7 +37,8 @@ }, data:[], option: { - calcHeight: 30, + height:'auto', + calcHeight: 0, tip: false, searchShow: false, searchMenuSpan: 6, @@ -53,60 +54,68 @@ prop: "id", search: true, sortable:true, - width:150 + width:130 }, { label: "鍥惧彿", - prop: "uniquecode", + prop: "uniqueCode", search: true, + hide:true, sortable:true, width:150 }, { - label: '鍒嗙被id', - prop: 'classifyid', + label: '鍒嗙被浠e彿', + prop: 'classifyId', search: true, sortable:true, - width: 250 + overHidden:true, + width: 150 }, { label: '鍒嗙被鍚嶇О', - prop: 'classifyname', + prop: 'classifyName', search: true, sortable:true, - overHidden: true + overHidden: true, + width: 140 }, { - label: '绯荤粺缂栧彿', - prop: 'systemcode', + label: '闆嗘垚绯荤粺缂栧彿', + prop: 'systemCode', + search: true, + sortable:true, + width: 130 + }, + { + label: '闆嗘垚绯荤粺鍚嶇О', + prop: 'systemName', search: true, sortable:true, width: 150 }, { - label: '绯荤粺鍚嶇О', - prop: 'systemname', + label: '绫诲瀷', + prop: 'typeText', search: true, sortable:true, width: 150 }, { - label: '鏄惁鎺ㄩ�佹垚鍔�', - prop: 'interfacestatus', + label:'鎺ュ彛鍙傛暟', + prop:'paramString', + overHidden:true, search: true, sortable:true, - width: 120, - html:true, - align:'center', - type:'select', - dicData: [{key:'true',value:'鏄�'},{key:'false',value:'鍚�'}], - props: { - label: "value", - value: "key" - }, - formatter : function (row, column) { - return row.interfacestatus == 'true' || row.interfacestatus == '1' ? '<i class="el-icon-check"></i>' : '<i class="el-icon-close"></i>' - } + width: 150 + }, + { + label:'杩斿洖鍙傛暟', + prop:'returnString', + overHidden:true, + search: true, + sortable:true, + width: 150 }, { label: '杩斿洖msg', @@ -118,7 +127,26 @@ prop: 'createTime', sortable:true, width: 160 - } + }, + { + label: '鏄惁鎴愬姛', + prop: 'interfaceStatus', + search: true, + sortable:true, + width: 120, + html:true, + align:'center', + type:'select', + searchLabelWidth:130, + dicData: [{key:'true',value:'鏄�'},{key:'false',value:'鍚�'}], + props: { + label: "value", + value: "key" + }, + formatter : function (row, column) { + 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