取消订单搜索条件:‘待充值’
This commit is contained in:
parent
a4e1c79cc5
commit
65c9b0e7ba
|
@ -141,7 +141,7 @@ export default class orderlist extends React.Component{
|
|||
this.state={
|
||||
tabList:[{title:"订单列表"}],
|
||||
orderList:[],
|
||||
filterList:[{id:0,label:"订单状态",menuList:[{id:0,name:"待充值"},{id:1,name:"充值中"},{id:2,name:"已完成"},{id:3,name:"充值失败"},{id:4,name:"已取消"}]}],
|
||||
filterList:[{id:0,label:"订单状态",menuList:[{id:1,name:"充值中"},{id:2,name:"已完成"},{id:3,name:"充值失败"},{id:4,name:"已取消"}]}],
|
||||
selectiondata:[],
|
||||
menuList:[{id:0,name:"订单状态",check:false}]
|
||||
,allcheck:false,
|
||||
|
|
Loading…
Reference in New Issue