diff --git a/src/views/distribution/signdetail/distributionSigndetail.vue b/src/views/distribution/signdetail/distributionSigndetail.vue index 900caa21..28559d8e 100644 --- a/src/views/distribution/signdetail/distributionSigndetail.vue +++ b/src/views/distribution/signdetail/distributionSigndetail.vue @@ -170,7 +170,16 @@ export default { type: 3, values: '', width: '130', - checkarr: [], + checkarr: [ + { + value: '2', + label: '市配', + }, + { + value: '1', + label: '商配', + }, + ], fixed: false, sortable: true, }, @@ -637,7 +646,7 @@ export default { selectionClear () { this.selectionList = []; // this.$refs.table.clearSelection(); - + }, currentChange (currentPage) { this.page.currentPage = currentPage;