订单列表新增优惠卷状态

This commit is contained in:
Wind-58 2022-09-07 10:56:26 +08:00
parent fb58e6f1a1
commit 576cca15bf
1 changed files with 15 additions and 8 deletions

View File

@ -118,13 +118,7 @@ const Column = [
type: "slot", type: "slot",
width: "80px" width: "80px"
}, },
{
title: "操作",
prop: "opearo",
name: "opearo",
type: "slot",
width: "140px"
},
{ {
title: "平台批次号", title: "平台批次号",
name: "channel_activity_id", name: "channel_activity_id",
@ -173,6 +167,13 @@ const Column = [
prop: "key", prop: "key",
width: "140px", width: "140px",
type: "normal" 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: 4, name: "直充-已取消" },
{ id: 111, name: "立减金-待领取" }, { id: 111, name: "立减金-待领取" },
{ id: 222, 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: [], selectiondata: [],
menuList: [{ id: 0, name: "订单状态", check: false }], menuList: [{ id: 0, name: "订单状态", check: false }],
allcheck: false, allcheck: false,