rbac/wwwroot/add_adminuser.ui
2025-01-17 14:33:55 +08:00

37 lines
551 B
XML

{
"widgettype":"ModalForm",
"options":{
"cwidth":20,
"cheight":30,
"title":"增加管理员",
"fields":[
{
"name":"username",
"label":"用户名",
"uitype":"str"
},
{
"name":"password",
"label":"密码",
"uitype":"password"
},
{
"name":"chkpassword",
"label":"确认密码",
"uitype":"password"
}
]
},
"binds":[
{
"wid":"self",
"event":"submit",
"actiontype":"urlwidget",
"target":"self",
"options":{
"url":"{{entire_url('./add_adminuser.dspy')}}"
}
}
]
}