营销计划管理-key码列表取消状态

This commit is contained in:
red-deng-deng 2021-12-28 10:26:41 +08:00
parent 0394192185
commit c2c95218a7
1 changed files with 12 additions and 9 deletions

View File

@ -25,8 +25,9 @@ export default class acclist extends React.Component{
dataCount:0, dataCount:0,
page:1, page:1,
limit:10, limit:10,
tabList:[{title:"全部",index:0},{title:"待使用",index:1},{title:"已使用",index:2},{title:"已完结",index:3},{title:"已作废",index:4}], // tabList:[{title:"全部",index:0},{title:"待使用",index:1},{title:"已使用",index:2},{title:"已完结",index:3},{title:"已作废",index:4}],
distdata:[{title:'士大夫大师傅'}], tabList:[{title:"key码列表",index:0}],
distdata:[{title:'士大夫大师傅'}],
filterList:[{id:0,label:"状态", prop:"status", menuList:[{id:999,name:"全部"},{id:0,name:"创建中"},{id:2,name:"审核中"},{id:3,name:"待生效"},{id:4,name:"进行中"},{id:5,name:"暂停中"},{id:6,name:"已完结"}]}, filterList:[{id:0,label:"状态", prop:"status", menuList:[{id:999,name:"全部"},{id:0,name:"创建中"},{id:2,name:"审核中"},{id:3,name:"待生效"},{id:4,name:"进行中"},{id:5,name:"暂停中"},{id:6,name:"已完结"}]},
], ],
tableHeight:500, tableHeight:500,
@ -208,13 +209,15 @@ export default class acclist extends React.Component{
type: "normal", type: "normal",
prop:'plan_title', prop:'plan_title',
name: 'plan_title', name: 'plan_title',
}, { },
title: '状态', // {
prop:'status', // title: '状态',
name: 'status', // prop:'status',
width:'auto', // name: 'status',
type: "slot", // width:'auto',
}, { // type: "slot",
// },
{
title: '使用量', title: '使用量',
name: 'usage', name: 'usage',
prop:'usage', prop:'usage',