src/views/productionManagement/productionDispatching/index.vue
@@ -66,11 +66,6 @@ const { searchForm } = toRefs(data); const tableColumn = ref([ { label: "录入日期", prop: "entryDate", width: 120, }, { label: "合同号", prop: "salesContractNo", width: 220, @@ -106,6 +101,11 @@ width:90 }, { label: "录入日期", prop: "entryDate", width: 120, }, { label: "数量", prop: "quantity", },