Routine Update

This commit is contained in:
yubaolee
2015-11-20 16:45:53 +08:00
parent 4c0c7975c0
commit f39fad9bdc
3 changed files with 10 additions and 10 deletions

View File

@@ -53,7 +53,7 @@
label: '当前状态',
type: 'select',
align: 'center',
items:[{'0':'正常'}],
items:[{'0':'正常','1':'禁用'}],
width:50
},
{
@@ -61,7 +61,7 @@
label: '角色类型',
type: 'select',
align: 'center',
items: [{ '0': '管理员' }],
items: [{ '0': '管理员','1':'普通角色' }],
width:50
},
{