From bc796666e8267f1e47ff9451d9c105b6e327ecff Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 08 九月 2023 08:56:57 +0800 Subject: [PATCH] 修改参照bug --- Source/UBCS-WEB/src/views/docking/loge.vue | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/loge.vue b/Source/UBCS-WEB/src/views/docking/loge.vue index f806110..4653329 100644 --- a/Source/UBCS-WEB/src/views/docking/loge.vue +++ b/Source/UBCS-WEB/src/views/docking/loge.vue @@ -54,7 +54,7 @@ prop: "id", search: true, sortable:true, - width:150 + width:130 }, { label: "鍥惧彿", @@ -69,25 +69,34 @@ prop: 'classifyId', search: true, sortable:true, - width: 250 + overHidden:true, + width: 150 }, { label: '鍒嗙被鍚嶇О', prop: 'classifyName', search: true, sortable:true, - overHidden: true + overHidden: true, + width: 140 }, { label: '闆嗘垚绯荤粺缂栧彿', prop: 'systemCode', search: true, sortable:true, - width: 150 + width: 130 }, { label: '闆嗘垚绯荤粺鍚嶇О', prop: 'systemName', + search: true, + sortable:true, + width: 150 + }, + { + label: '绫诲瀷', + prop: 'type', search: true, sortable:true, width: 150 @@ -121,7 +130,7 @@ }, { label: '鏄惁鎺ㄩ�佹垚鍔�', - prop: 'interFaceStatus', + prop: 'interfaceStatus', search: true, sortable:true, width: 120, @@ -135,7 +144,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