From 237b5f107cf9fab2a6b730f1a036dbdcbfb63498 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期一, 27 十一月 2023 15:45:08 +0800
Subject: [PATCH] 1、车间看板页面非全屏模式下使图纸盒子占满底部,而不是被屏幕任务栏遮盖 2、报警分析页面调整右侧表格以及图表布局,调整表格合计持续字段展示格式为时分秒 3.大屏车间管理页面选择已有设备窗口弹出方式由模态窗改为右侧抽屉

---
 src/views/spare/modules/sparePartOutbound/JSelectSparePartInventoryModal.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/spare/modules/sparePartOutbound/JSelectSparePartInventoryModal.vue b/src/views/spare/modules/sparePartOutbound/JSelectSparePartInventoryModal.vue
index 4012f8c..3782b78 100644
--- a/src/views/spare/modules/sparePartOutbound/JSelectSparePartInventoryModal.vue
+++ b/src/views/spare/modules/sparePartOutbound/JSelectSparePartInventoryModal.vue
@@ -153,17 +153,17 @@
           dataIndex: 'manufactureDate'
         },
         {
-          title: '涓诲崟浣�',
+          title: '鍗曚綅',
           align: 'center',
           dataIndex: 'mainUnitName'
         },
 
         {
-          title: '搴撳瓨涓绘暟閲�',
+          title: '搴撳瓨鏁伴噺',
           align: 'center',
           dataIndex: 'mainQuantity'
         },
-        {
+      /*   {
           title: '杈呭崟浣�',
           align: 'center',
           dataIndex: 'auxiliaryUnitName'
@@ -172,7 +172,7 @@
           title: '搴撳瓨杈呮暟閲�',
           align: 'center',
           dataIndex: 'auxiliaryQuantity'
-        },
+        }, */
       ],
       selectedRowKeys: [],
       oldSelectRows: [],

--
Gitblit v1.9.3