From c584964b6f7f9bde6c54da773f694303cdbcdd5a Mon Sep 17 00:00:00 2001 From: PigBaoBei <2739175034@qq.com> Date: Wed, 20 Dec 2023 17:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionDeliveryListdis.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue index 1d802fdb..bb3f242d 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue @@ -508,17 +508,17 @@ export default { fixed: false, sortable: true, }, - // { - // prop: 'kind', - // label: '配送种类', - // type: 3, - // values: '', - // width: '180', - // checkarr: [], - // fixed: false, - // sortable: true, - // hide:true, - // }, + { + prop: 'clineName', + label: '客户名称', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + hide:true, + }, { prop: 'kindName', label: '配送种类',