diff --git a/src/views/modules/production/liuhuaProductView.vue b/src/views/modules/production/liuhuaProductView.vue index 1ef20c7..9d7f627 100644 --- a/src/views/modules/production/liuhuaProductView.vue +++ b/src/views/modules/production/liuhuaProductView.vue @@ -202,7 +202,25 @@ serialNumber: null, columnType: null, align: 'left' - }, { + }, { + tableId: "liuhuaView", + tableName: this.$route.meta.title, + columnProp: "shiftType", + columnLabel: "派工类型", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 80, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'left' + }, + { tableId: "liuhuaView", tableName: this.$route.meta.title, columnProp: "partSpec",