diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 38bd794f..d894a75e 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -370,8 +370,8 @@ export default { selection: true, column: [ { - label: "配送单号", - prop: "noteNumber", + label: "配送车次号", + prop: "trainNumber", search: true, width:"100px" }, @@ -653,12 +653,12 @@ export default { search: true, width:"100px" }, - { - label: "单位", - prop: "cargoUnit", - search: true, - width:"100px" - }, + // { + // label: "单位", + // prop: "cargoUnit", + // search: true, + // width:"100px" + // }, { label: "备货数", prop: "deliveryNumber",