diff --git a/src/views/distribution/deliverylist/distributionDeliveryList.vue b/src/views/distribution/deliverylist/distributionDeliveryList.vue index 72985c4b..3f6e0bdf 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryList.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryList.vue @@ -234,6 +234,17 @@ export default { sortable: true, // head: true, }, + { + prop: 'task_time', + label: '配送日期', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + // head: true, + }, { prop: 'warehouseName', label: '仓库',