From 20f77a55f8eeaceb026d1c5ad96de75d6edb712a Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 29 五月 2025 14:18:14 +0800
Subject: [PATCH] 1、报警分析页面报警页面调整比例饼图颜色 2、维修看板页面设备平均故障率柱状图Y轴去除%号以及去除柱子注释含义 3、设备管理页面新增弹窗添加禁止手输设备编号,新增安装位置字段(同时将MDC模块内所有设备名称显示调整为安装位置) 4、设备级看板页面的设备选择框新增安装位置显示 5、首页添加法士特沃克背景图 6、对比分析页面解决时间段查询选择框无法选择问题以及柱状图组件重置按钮关联设备树选择 7、OEE页面列表取消展示合格零件数量和加工零件数量字段,仅展示合格率字段

---
 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