|
|
@@ -23,11 +23,11 @@
|
|
|
xmlns="http://www.thymeleaf.org/extras/dialect"
|
|
|
prefix="mo"
|
|
|
namespace-uri="https://gitee.com/aun/Timo"
|
|
|
- class="cn.reghao.devops.manager.rbac.thymeleaf.TimoDialect">
|
|
|
+ class="cn.reghao.devops.manager.thymeleaf.TimoDialect">
|
|
|
|
|
|
<!-- 自定义属性标签 -->
|
|
|
<attribute-processor name="list"
|
|
|
- class="cn.reghao.devops.manager.rbac.thymeleaf.attribute.SelectListAttrProcessor">
|
|
|
+ class="cn.reghao.devops.manager.thymeleaf.attribute.SelectListAttrProcessor">
|
|
|
<documentation><![CDATA[
|
|
|
自定义下拉列表生成标签,值可以为数组和集合!
|
|
|
mo-selected属性:默认选择的值
|
|
|
@@ -35,7 +35,7 @@
|
|
|
]]></documentation>
|
|
|
</attribute-processor>
|
|
|
<attribute-processor name="dict"
|
|
|
- class="cn.reghao.devops.manager.rbac.thymeleaf.attribute.SelectDictAttrProcessor">
|
|
|
+ class="cn.reghao.devops.manager.thymeleaf.attribute.SelectDictAttrProcessor">
|
|
|
<documentation><![CDATA[
|
|
|
根据字典标识生成下拉列表,值可以为数组和集合!
|
|
|
mo-selected属性:默认选择的值
|
|
|
@@ -44,8 +44,8 @@
|
|
|
</attribute-processor>
|
|
|
|
|
|
<!-- 自定义对象工具 -->
|
|
|
- <expression-object name="pageUtil" class="cn.reghao.devops.manager.rbac.thymeleaf.utility.PageUtil"/>
|
|
|
- <expression-object name="dicts" class="cn.reghao.devops.manager.rbac.thymeleaf.utility.DictUtil"/>
|
|
|
+ <expression-object name="pageUtil" class="cn.reghao.devops.manager.thymeleaf.utility.PageUtil"/>
|
|
|
+ <expression-object name="dicts" class="cn.reghao.devops.manager.thymeleaf.utility.DictUtil"/>
|
|
|
|
|
|
|
|
|
</dialect>
|