From ab30f3859d73caa2d668b5bb6dbdff942d89c3db Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 21 十一月 2023 15:43:13 +0800 Subject: [PATCH] 车间看板页面调整设备状态位置至页头右侧,原页头右侧功能按钮区域移至页头左侧 --- src/views/spare/modules/sparePartPurchaseStorage/JSelectSparePartModal.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/spare/modules/sparePartPurchaseStorage/JSelectSparePartModal.vue b/src/views/spare/modules/sparePartPurchaseStorage/JSelectSparePartModal.vue index c892000..eeea2cc 100644 --- a/src/views/spare/modules/sparePartPurchaseStorage/JSelectSparePartModal.vue +++ b/src/views/spare/modules/sparePartPurchaseStorage/JSelectSparePartModal.vue @@ -128,15 +128,15 @@ dataIndex: 'constructorId_dictText' }, { - title: '涓诲崟浣�', + title: '鍗曚綅', align: 'center', dataIndex: 'mainUnitId_dictText' }, - { + /* { title: '杈呭崟浣�', align: 'center', dataIndex: 'auxiliaryUnitId_dictText' - }, + }, */ ], selectedRowKeys: [], oldSelectRows: [], -- Gitblit v1.9.3