From c2c95218a75aad0f26b609ae53a48ee97d7113be Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Tue, 28 Dec 2021 10:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E9=94=80=E8=AE=A1=E5=88=92=E7=AE=A1?= =?UTF-8?q?=E7=90=86-key=E7=A0=81=E5=88=97=E8=A1=A8=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/key/detail/list.js | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/pages/plan/key/detail/list.js b/src/pages/plan/key/detail/list.js index 505cb5c5..5cffc2c9 100644 --- a/src/pages/plan/key/detail/list.js +++ b/src/pages/plan/key/detail/list.js @@ -25,8 +25,9 @@ export default class acclist extends React.Component{ dataCount:0, page:1, limit:10, - tabList:[{title:"全部",index:0},{title:"待使用",index:1},{title:"已使用",index:2},{title:"已完结",index:3},{title:"已作废",index:4}], - distdata:[{title:'士大夫大师傅'}], + // tabList:[{title:"全部",index:0},{title:"待使用",index:1},{title:"已使用",index:2},{title:"已完结",index:3},{title:"已作废",index:4}], + 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:"已完结"}]}, ], tableHeight:500, @@ -208,13 +209,15 @@ export default class acclist extends React.Component{ type: "normal", prop:'plan_title', name: 'plan_title', - }, { - title: '状态', - prop:'status', - name: 'status', - width:'auto', - type: "slot", - }, { + }, + // { + // title: '状态', + // prop:'status', + // name: 'status', + // width:'auto', + // type: "slot", + // }, + { title: '使用量', name: 'usage', prop:'usage',