From c4c807f8c8d6f8ca7acde07afdd444e99e403818 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 02 七月 2025 17:42:52 +0800
Subject: [PATCH] 优化设备台账页面样式

---
 src/views/eam/equipment/EamEquipmentLedger.vue |   29 ++++-------------------------
 1 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/src/views/eam/equipment/EamEquipmentLedger.vue b/src/views/eam/equipment/EamEquipmentLedger.vue
index 44f998d..13250c3 100644
--- a/src/views/eam/equipment/EamEquipmentLedger.vue
+++ b/src/views/eam/equipment/EamEquipmentLedger.vue
@@ -11,13 +11,13 @@
             </a-form-item>
           </a-col>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
-            <a-form-item label="璁惧缂栧彿">
-              <a-input placeholder="璇疯緭鍏ヨ澶囩紪鍙�" v-model="queryParam.equipmentCode"></a-input>
+            <a-form-item label="缁熶竴缂栫爜">
+              <a-input placeholder="璇疯緭鍏ョ粺涓�缂栫爜妯$硦鏌ヨ" v-model="queryParam.equipmentCode"></a-input>
             </a-form-item>
           </a-col>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <a-form-item label="璁惧鍚嶇О">
-              <a-input placeholder="璇疯緭鍏ヨ澶囧悕绉�" v-model="queryParam.equipmentName"></a-input>
+              <a-input placeholder="璇疯緭鍏ヨ澶囧悕绉版ā绯婃煡璇�" v-model="queryParam.equipmentName"></a-input>
             </a-form-item>
           </a-col>
           <template v-if="toggleSearchStatus">
@@ -244,7 +244,6 @@
           {
             title: '缁熶竴缂栫爜',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentCode',
             scopedSlots: { customRender: 'equipmentCode' },
             ellipsis: true,
@@ -267,55 +266,46 @@
           {
             title: '鎵�灞炲垎绫�',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentCategory_dictText'
           },
           {
             title: '淇濆吇鐘舵��',
             align: 'center',
-            width: 100,
             dataIndex: 'maintenanceStatus_dictText'
           },
           {
             title: '缁翠慨鐘舵��',
             align: 'center',
-            width: 100,
             dataIndex: 'repairStatus_dictText'
           },
           {
             title: '鎶�鏈姸鎬�',
             align: 'center',
-            width: 100,
             dataIndex: 'technologyStatus_dictText'
           },
           {
             title: 'ABC鏍囪瘑',
             align: 'center',
-            width: 100,
             dataIndex: 'abcFlag'
           },
           {
             title: '缁翠慨鐝粍',
             align: 'center',
-            width: 100,
             dataIndex: 'repairDepartOrgCode'
           },
           {
             title: '瀹夊叏閰嶇疆',
             align: 'center',
-            width: 100,
             dataIndex: 'securityConfiguration'
           },
           {
             title: '鍐峰嵈绯荤粺',
             align: 'center',
-            width: 100,
             dataIndex: 'coolSystem'
           },
           {
             title: '鐏伀鍣�',
             align: 'center',
-            width: 100,
             dataIndex: 'fireExtinguisher'
           },
           {
@@ -332,37 +322,31 @@
           {
             title: '绯荤粺',
             align: 'center',
-            width: 100,
             dataIndex: 'system'
           },
           {
             title: '璁惧绔彛',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentPort'
           },
           {
             title: '鍧愭爣鏁伴噺',
             align: 'center',
-            width: 100,
             dataIndex: 'coordinateNum'
           },
           {
             title: '閲嶉噺',
             align: 'center',
-            width: 100,
-            dataIndex: 'equipmentWeight'
+            dataIndex: 'weightUnit'
           },
           {
             title: '閲嶉噺璁¢噺鍗曚綅',
             align: 'center',
-            width: 150,
             dataIndex: 'weightUnit'
           },
           {
             title: '鍔熻兘浣嶇疆',
             align: 'center',
-            width: 100,
             dataIndex: 'functionalLocation'
           },
           {
@@ -374,13 +358,11 @@
           {
             title: '鍑哄巶鏃ユ湡',
             align: 'center',
-            width: 100,
             dataIndex: 'leaveFactoryDate'
           },
           {
             title: '绔嬮」鍗″彿',
             align: 'center',
-            width: 100,
             dataIndex: 'cardNumber'
           },
           {
@@ -391,7 +373,6 @@
           {
             title: '楠屾敹鏃ユ湡',
             align: 'center',
-            width: 100,
             dataIndex: 'acceptanceCheckDate'
           },
           {
@@ -414,13 +395,11 @@
           {
             title: '鍨嬪彿',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentModel'
           },
           {
             title: '璁惧瑙勬牸',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentSpecification'
           },
           {

--
Gitblit v1.9.3