From a88eab39f6b2f5c33913d51fac4e885c052ed4a1 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 21 八月 2025 14:39:00 +0800 Subject: [PATCH] 整体样式修改 --- src/views/basicInformation/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/basicInformation/index.vue b/src/views/basicInformation/index.vue index 7d25b6a..77333ef 100644 --- a/src/views/basicInformation/index.vue +++ b/src/views/basicInformation/index.vue @@ -491,10 +491,10 @@ * 鐓よ川鏂规琛ㄦ牸鍒楅厤缃� */ const coalQualityMaintenanceColumns = ref([ - { prop: "plan", label: "鏂规鍚嶇О", minWidth: 100 }, + { prop: "plan", label: "鐓よ川鏂规", minWidth: 100 }, { prop: "fieldIds", - label: "瀛楁鍚嶇О", + label: "鐓よ川瀛楁", minWidth: 200, showOverflowTooltip: true, slot: true, @@ -505,15 +505,15 @@ return cellValue || "--"; }, }, - { prop: "schemeDesc", label: "瀛楁鎻忚堪", minWidth: 100 }, + { prop: "schemeDesc", label: "鐓よ川鎻忚堪", minWidth: 100 }, ]); /** * 鐓よ川瀛楁琛ㄦ牸鍒楅厤缃� */ const coalMeiZhiZiDuanWeiHuColumns = ref([ - { prop: "fieldName", label: "瀛楁鍚嶇О", minWidth: 200 }, - { prop: "fieldDescription", label: "瀛楁鎻忚堪", minWidth: 200 }, + { prop: "fieldName", label: "鐓よ川瀛楁", minWidth: 200 }, + { prop: "fieldDescription", label: "鐓よ川鎻忚堪", minWidth: 200 }, ]); // ===== 浜嬩欢澶勭悊鍑芥暟 ===== -- Gitblit v1.9.3