mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-13 09:18:03 +08:00
Routine Update
This commit is contained in:
@@ -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
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user