Browse Source

0412 新看板

master
ruanqi 2 years ago
parent
commit
a94f28a2f0
  1. 17
      src/views/modules/production/shopOrderProductView.vue

17
src/views/modules/production/shopOrderProductView.vue

@ -162,6 +162,23 @@
serialNumber: null,
columnType: null,
align: 'right'
}, {
tableId: "orderView",
tableName: this.$route.meta.title,
columnProp: "needDate",
columnLabel: "要求完成日期",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 60,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'center'
}, {
tableId: "orderView",
tableName: this.$route.meta.title,

Loading…
Cancel
Save