Browse Source

列表增加客户名称

master
汤建军 1 year ago
parent
commit
c584964b6f
  1. 22
      src/views/distribution/deliverylist/distributionDeliveryListdis.vue

22
src/views/distribution/deliverylist/distributionDeliveryListdis.vue

@ -508,17 +508,17 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
// { {
// prop: 'kind', prop: 'clineName',
// label: '', label: '客户名称',
// type: 3, type: 2,
// values: '', values: '',
// width: '180', width: '180',
// checkarr: [], checkarr: [],
// fixed: false, fixed: false,
// sortable: true, sortable: true,
// hide:true, hide:true,
// }, },
{ {
prop: 'kindName', prop: 'kindName',
label: '配送种类', label: '配送种类',

Loading…
Cancel
Save