From 16743b75ba0c8ccbb469dfb87a92ba94ee52248d Mon Sep 17 00:00:00 2001 From: big-y <804609860@qq.com> Date: Mon, 14 Aug 2023 14:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E9=80=81=E8=AE=A1=E5=88=92=E9=85=8D?= =?UTF-8?q?=E9=80=81=E6=97=A5=E6=9C=9F=E8=B0=83=E6=95=B4+=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliverylist/distributionDeliveryList.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: '仓库',