diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index ad276a0f..26dafb0e 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -125,6 +125,13 @@ const Column = [ type: "slot", width: "80px" }, + { + title: "操作", + prop: "opearo", + name: "opearo", + type: "slot", + width: "140px" + }, { title: "平台批次号", name: "channel_activity_id", @@ -180,13 +187,6 @@ const Column = [ prop: "key", width: "140px", type: "normal" - }, - { - title: "操作", - prop: "opearo", - name: "opearo", - type: "slot", - width: "140px" } ]