Update list.js
This commit is contained in:
parent
159df81ec3
commit
313f15f7e5
|
@ -24,7 +24,7 @@ export default class acclist extends React.Component{
|
||||||
limit:10,
|
limit:10,
|
||||||
tabList:[{title:"营销计划列表"}],
|
tabList:[{title:"营销计划列表"}],
|
||||||
distdata:[{title:'士大夫大师傅'}],
|
distdata:[{title:'士大夫大师傅'}],
|
||||||
filterList:[{id:0,label:"状态",menuList:[{id:0,name:"草稿"},{id:2,name:"审核中"},{id:4,name:"生效中"},{id:5,name:"暂停中"},{id:1,name:"创建中"},{id:3,name:"待生效"},{id:6,name:"已失效"}]},
|
filterList:[{id:0,label:"状态",menuList:[{id:0,name:"创建中"},{id:2,name:"审核中"},{id:4,name:"生效中"},{id:5,name:"暂停中"},{id:1,name:"生成中"},{id:3,name:"待生效"},{id:6,name:"已失效"}]},
|
||||||
],
|
],
|
||||||
tableHeight:500,
|
tableHeight:500,
|
||||||
menuList:[{id:0,name:"状态",check:false}],
|
menuList:[{id:0,name:"状态",check:false}],
|
||||||
|
|
Loading…
Reference in New Issue