From e94aec6475d51aea1a349485f2a45442b5321d30 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期五, 15 八月 2025 11:59:38 +0800
Subject: [PATCH] art: 设备管理-台账编辑

---
 src/views/eam/equipment/EamEquipmentList.vue |   85 +++++++++++++++++++++---------------------
 1 files changed, 43 insertions(+), 42 deletions(-)

diff --git a/src/views/eam/equipment/EamEquipmentList.vue b/src/views/eam/equipment/EamEquipmentList.vue
index 7a31fb8..82959a8 100644
--- a/src/views/eam/equipment/EamEquipmentList.vue
+++ b/src/views/eam/equipment/EamEquipmentList.vue
@@ -116,6 +116,7 @@
         :dataSource="dataSource"
         :pagination="ipagination"
         :loading="loading"
+        class="j-table-force-nowrap"
         :scroll="{ x: 'max-content' }"
         :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
         @change="handleTableChange"
@@ -127,15 +128,15 @@
         <span slot="mdcFlag" slot-scope="text">
           <lx-switch v-model="text" disabled checked-children="鏄�" un-checked-children="鍚�"/>
         </span>
-        <span slot="processParametersFlag" slot-scope="text">
+<!--        <span slot="processParametersFlag" slot-scope="text">
           <lx-switch v-model="text" disabled checked-children="鏈�" un-checked-children="鏃�"/>
-        </span>
-        <span slot="precisionParametersFlag" slot-scope="text">
+        </span>-->
+<!--        <span slot="precisionParametersFlag" slot-scope="text">
           <lx-switch v-model="text" disabled checked-children="鏈�" un-checked-children="鏃�"/>
-        </span>
-        <span slot="specialEquipment" slot-scope="text">
+        </span>-->
+<!--        <span slot="specialEquipment" slot-scope="text">
           <lx-switch v-model="text" disabled checked-children="鏄�" un-checked-children="鍚�"/>
-        </span>
+        </span>-->
         <span slot="action" slot-scope="text, record">
           <a @click.stop="handleEdit(record)">缂栬緫</a>
 
@@ -389,42 +390,42 @@
             dataIndex: 'mdcFlag',
             scopedSlots: { customRender: 'mdcFlag' }
           },
-          {
-            title: '鏈夋棤宸ヨ壓鍙傛暟',
-            align: 'center',
-            width: 120,
-            dataIndex: 'processParametersFlag',
-            scopedSlots: { customRender: 'processParametersFlag' }
-          },
-          {
-            title: '鏈夋棤绮惧害鍙傛暟',
-            align: 'center',
-            width: 120,
-            dataIndex: 'precisionParametersFlag',
-            scopedSlots: { customRender: 'precisionParametersFlag' }
-          },
-          {
-            title: '鏄惁涓虹壒绉嶈澶�',
-            align: 'center',
-            width: 120,
-            dataIndex: 'specialEquipment',
-            scopedSlots: { customRender: 'specialEquipment' }
-          },
-          {
-            title: '閲嶉噺',
-            align: 'center',
-            dataIndex: 'equipmentWeight'
-          },
-          {
-            title: '璁惧绔彛',
-            align: 'center',
-            dataIndex: 'equipmentPort'
-          },
-          {
-            title: '鍧愭爣鏁伴噺',
-            align: 'center',
-            dataIndex: 'coordinateNum'
-          },
+          // {
+          //   title: '鏈夋棤宸ヨ壓鍙傛暟',
+          //   align: 'center',
+          //   width: 120,
+          //   dataIndex: 'processParametersFlag',
+          //   scopedSlots: { customRender: 'processParametersFlag' }
+          // },
+          // {
+          //   title: '鏈夋棤绮惧害鍙傛暟',
+          //   align: 'center',
+          //   width: 120,
+          //   dataIndex: 'precisionParametersFlag',
+          //   scopedSlots: { customRender: 'precisionParametersFlag' }
+          // },
+          // {
+          //   title: '鏄惁涓虹壒绉嶈澶�',
+          //   align: 'center',
+          //   width: 120,
+          //   dataIndex: 'specialEquipment',
+          //   scopedSlots: { customRender: 'specialEquipment' }
+          // },
+          // {
+          //   title: '閲嶉噺',
+          //   align: 'center',
+          //   dataIndex: 'equipmentWeight'
+          // },
+          // {
+          //   title: '璁惧绔彛',
+          //   align: 'center',
+          //   dataIndex: 'equipmentPort'
+          // },
+          // {
+          //   title: '鍧愭爣鏁伴噺',
+          //   align: 'center',
+          //   dataIndex: 'coordinateNum'
+          // },
           {
             title: '鍒涘缓浜�',
             align: 'center',

--
Gitblit v1.9.3