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: '配送种类',