From f68f899b69850a8c1d8514cf104d61cb3428fd2a Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Tue, 13 Dec 2022 16:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BB=84=E7=AE=A1=E7=90=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9=2012.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/team/StationList.vue | 14 +++---- .../src/views/team/modules/GroupxModal.vue | 39 +++++++++++++------ .../src/views/team/modules/StationModal.vue | 6 +-- 3 files changed, 38 insertions(+), 21 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/team/StationList.vue b/ant-design-vue-jeecg/src/views/team/StationList.vue index 9814c0df..90abc0ef 100644 --- a/ant-design-vue-jeecg/src/views/team/StationList.vue +++ b/ant-design-vue-jeecg/src/views/team/StationList.vue @@ -10,7 +10,7 @@ - + @@ -129,25 +129,25 @@ export default { return parseInt(index) + 1; } }, - { + /*{ title: '车间ID', align: "center", dataIndex: 'departId' - }, + },*/ { title: '车间名称', align: "center", dataIndex: 'departName' }, { - title: '工位名称', + title: '工位序号', align: "center", - dataIndex: 'stationName' + dataIndex: 'stationNum' }, { - title: '工位序号', + title: '工位名称', align: "center", - dataIndex: 'stationNum' + dataIndex: 'stationName' }, { title: '备注', diff --git a/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue b/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue index 845aacce..d31a4c4b 100644 --- a/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue +++ b/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue @@ -24,8 +24,8 @@ - - + + @@ -34,7 +34,7 @@