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

Loading…
Cancel
Save