订单列表新增优惠卷状态
This commit is contained in:
parent
fb58e6f1a1
commit
576cca15bf
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue