gaoluyang
2 天以前 3f15d0eef89e52f3fd6d1be13ff3af010b6f0ee9
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",
   },