From 64e51931e62866260bb0946a7d6e7741bba08de3 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Mon, 28 Apr 2025 10:26:40 +0800 Subject: [PATCH] 20250427 --- .../board/VulcanizationDispatchOrder.vue | 23 +++---------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/src/views/modules/board/VulcanizationDispatchOrder.vue b/src/views/modules/board/VulcanizationDispatchOrder.vue index 9c59775..7755c62 100644 --- a/src/views/modules/board/VulcanizationDispatchOrder.vue +++ b/src/views/modules/board/VulcanizationDispatchOrder.vue @@ -89,7 +89,7 @@ export default { columnHidden: false, columnImage: false, columnSortable: false, - columnWidth: 120, + columnWidth: 140, format: null, functionId: this.$route.meta.menuId, sortLv: 0, @@ -98,7 +98,8 @@ export default { serialNumber: null, columnType: null, align: 'left' - },{ + }, + { tableId: "vulcanizationTable", tableName: this.$route.meta.title, columnProp: "qtyReported", @@ -205,24 +206,6 @@ export default { columnType: null, align: 'center' }, - { - tableId: "vulcanizationTable", - tableName: this.$route.meta.title, - columnProp: "LatestReportDepartment", - columnLabel: "最后报工工序", - columnHidden: false, - columnImage: false, - columnSortable: false, - columnWidth: 130, - format: null, - functionId: this.$route.meta.menuId, - sortLv: 0, - status: true, - fixed: '', - serialNumber: null, - columnType: null, - align: 'center' - }, ], } },