From 1ec4da063b3195f4f46af969a9d170bda2df7c2a Mon Sep 17 00:00:00 2001 From: houjie <714924425@qq.com> Date: 星期三, 23 八月 2023 17:36:08 +0800 Subject: [PATCH] 计量单位:重构, 备件相关功能页面调整 --- src/views/spare/modules/sparePartReceive/SpareSelectList.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/spare/modules/sparePartReceive/SpareSelectList.vue b/src/views/spare/modules/sparePartReceive/SpareSelectList.vue index 20f8999..8724e64 100644 --- a/src/views/spare/modules/sparePartReceive/SpareSelectList.vue +++ b/src/views/spare/modules/sparePartReceive/SpareSelectList.vue @@ -123,36 +123,36 @@ width: 150, }, - { title: '涓诲崟浣�', + { title: '鍗曚綅', align: 'center', dataIndex: 'mainUnitId_dictText', width: 150, }, - { title: '杈呭崟浣�', + /* { title: '杈呭崟浣�', align: 'center', dataIndex: 'auxiliaryUnitId_dictText', width: 150 - }, - { title: '涓绘暟閲�', + }, */ + { title: '鏁伴噺', align: 'center', dataIndex: 'mainQuantity', width: 150 }, - { title: '杈呮暟閲�', + /* { title: '杈呮暟閲�', align: 'center', dataIndex: 'auxiliaryQuantity', width: 150 - }, - { + }, */ + /* { title: '鎹㈢畻姣斾緥', align: 'center', dataIndex: 'conversionRatio', width: 150 - } + } */ ], selectedRowKeys: [], oldSelectRows: [], -- Gitblit v1.9.3