Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/e6392dc1e7b349cbe7151cdb4ccba9e624fd4eb5?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
32 deletions
@ -10,20 +10,6 @@
< form id = "formId" >
< form id = "formId" >
< div class = "select-list" >
< div class = "select-list" >
< ul >
< ul >
< li >
< label > 人员状态:< / label >
< select name = "status" th:with = "type=${@dict.getType('sys_normal_disable')}" >
< option value = "" > ---请选择---< / option >
< option th:each = "dict : ${type}" th:text = "${dict.dictLabel}" th:value = "${dict.dictValue}" > < / option >
< / select >
< / li >
< li >
< label > 状态:< / label >
< select name = "examine" th:with = "type=${@dict.getType('sys_user_examine')}" >
< option value = "" > ---请选择---< / option >
< option th:each = "dict : ${type}" th:text = "${dict.dictLabel}" th:value = "${dict.dictValue}" > < / option >
< / select >
< / li >
< li >
< li >
< label > 人员姓名:< / label >
< label > 人员姓名:< / label >
< input type = "text" name = "userName" / >
< input type = "text" name = "userName" / >
@ -63,6 +49,10 @@
field: 'loginName',
field: 'loginName',
title: '人员编号',
title: '人员编号',
},
},
{
field: 'userName',
title: '人员姓名',
},
{
{
field: 'examine',
field: 'examine',
title: '状态',
title: '状态',
@ -70,10 +60,6 @@
return $.table.selectDictLabel(examineState, value);
return $.table.selectDictLabel(examineState, value);
}
}
},
},
{
field: 'userName',
title: '人员姓名',
},
{
{
title: '操作',
title: '操作',
align: 'center',
align: 'center',
@ -10,20 +10,6 @@
< form id = "formId" >
< form id = "formId" >
< div class = "select-list" >
< div class = "select-list" >
< ul >
< ul >
< li >
< label > 人员状态:< / label >
< select name = "status" th:with = "type=${@dict.getType('sys_normal_disable')}" >
< option value = "" > ---请选择---< / option >
< option th:each = "dict : ${type}" th:text = "${dict.dictLabel}" th:value = "${dict.dictValue}" > < / option >
< / select >
< / li >
< li >
< label > 审核状态:< / label >
< select name = "examine" th:with = "type=${@dict.getType('sys_user_examine')}" >
< option value = "" > ---请选择---< / option >
< option th:each = "dict : ${type}" th:text = "${dict.dictLabel}" th:value = "${dict.dictValue}" > < / option >
< / select >
< / li >
< li >
< li >
< label > 人员姓名:< / label >
< label > 人员姓名:< / label >
< input type = "text" name = "userName" / >
< input type = "text" name = "userName" / >