From be1abfb614840ba9f74b693b21fe0ca12bdf18ea Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 08 九月 2023 20:07:33 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/docking/loge.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/loge.vue b/Source/UBCS-WEB/src/views/docking/loge.vue index b672067..574dfaa 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,7 +69,8 @@ prop: 'classifyId', search: true, sortable:true, - width: 230 + overHidden:true, + width: 150 }, { label: '鍒嗙被鍚嶇О', @@ -77,14 +78,14 @@ search: true, sortable:true, overHidden: true, - width: 150 + width: 140 }, { label: '闆嗘垚绯荤粺缂栧彿', prop: 'systemCode', search: true, sortable:true, - width: 150 + width: 130 }, { label: '闆嗘垚绯荤粺鍚嶇О', @@ -95,7 +96,7 @@ }, { label: '绫诲瀷', - prop: 'type', + prop: 'typeText', search: true, sortable:true, width: 150 @@ -128,7 +129,7 @@ width: 160 }, { - label: '鏄惁鎺ㄩ�佹垚鍔�', + label: '鏄惁鎴愬姛', prop: 'interfaceStatus', search: true, sortable:true, -- Gitblit v1.9.3