From 576cca15bfccd1be82e3b8d9d0fe62a3a7ce37a8 Mon Sep 17 00:00:00 2001 From: Wind-58 Date: Wed, 7 Sep 2022 10:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BC=98=E6=83=A0=E5=8D=B7=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/list/list.js | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index a1790c8e..a3945d12 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -118,13 +118,7 @@ const Column = [ type: "slot", width: "80px" }, - { - title: "操作", - prop: "opearo", - name: "opearo", - type: "slot", - width: "140px" - }, + { title: "平台批次号", name: "channel_activity_id", @@ -173,6 +167,13 @@ const Column = [ prop: "key", width: "140px", type: "normal" + }, + { + title: "操作", + prop: "opearo", + name: "opearo", + type: "slot", + width: "140px" } ] @@ -196,10 +197,16 @@ export default class orderlist extends React.Component { { id: 4, name: "直充-已取消" }, { id: 111, name: "立减金-待领取" }, { id: 222, name: "立减金-已领取" }, - { id: 5, name: "立减金-已过期" } + { id: 5, name: "立减金-已过期" }, + { id: 6, name: "优惠券-待支付" }, + { id: 7, name: "优惠券-已支付" }, + { id: 8, name: "优惠券-已完成" }, + { id: 9, name: "优惠券-已取消" }, + { id: 10, name: "优惠券-充值失败" } ] } ], + selectiondata: [], menuList: [{ id: 0, name: "订单状态", check: false }], allcheck: false,