Browse Source

1.配送类型

fix_bug_pro20231227
0.0 1 year ago
parent
commit
2affdfe6a0
  1. 11
      src/views/distribution/signdetail/distributionSigndetail.vue

11
src/views/distribution/signdetail/distributionSigndetail.vue

@ -170,7 +170,16 @@ export default {
type: 3, type: 3,
values: '', values: '',
width: '130', width: '130',
checkarr: [], checkarr: [
{
value: '2',
label: '市配',
},
{
value: '1',
label: '商配',
},
],
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },

Loading…
Cancel
Save