diff --git a/src/option/op/Oppaidatapushback.js b/src/option/op/Oppaidatapushback.js index 9e744b56..8f6913d3 100644 --- a/src/option/op/Oppaidatapushback.js +++ b/src/option/op/Oppaidatapushback.js @@ -26,7 +26,7 @@ export const columnList = [ head: false, }, { - prop: 'pushStatusNameS', + prop: 'pushStatusName', label: '推送类型', type: 3, values: '', @@ -49,6 +49,17 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'businessModelName', + label: '业务模式', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'orderPackCode', label: '包条码', @@ -128,14 +139,14 @@ export const columnList = [ head: false, }, - { - prop: 'createUserName', - label: '操作', - type: 6, - values: '', - width: '200', - checkarr: [], - fixed: 'right', - sortable: false, - }, + { + prop: 'createUserName', + label: '操作', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: 'right', + sortable: false, + }, ]; diff --git a/src/views/factory/op/Oppaidatapushback.vue b/src/views/factory/op/Oppaidatapushback.vue index cd46ed7f..0ab21452 100644 --- a/src/views/factory/op/Oppaidatapushback.vue +++ b/src/views/factory/op/Oppaidatapushback.vue @@ -20,7 +20,9 @@
推送入库 - 推送出库 + 推送出库
@@ -34,9 +36,17 @@ - +