取消订单搜索条件:‘待充值’

This commit is contained in:
red-deng-deng 2021-12-13 14:03:28 +08:00
parent a4e1c79cc5
commit 65c9b0e7ba
1 changed files with 1 additions and 1 deletions

View File

@ -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,