浏览代码

磁贴配置修改,增加磁贴入口字段

yanym 1 周之前
父节点
当前提交
a465f69e9d

+ 1 - 1
suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/magnet/add.html

@@ -103,7 +103,7 @@
             <label class="col-sm-3 control-label"><span style="color: red; ">*</span>磁贴入口:</label>
             <div class="col-sm-8">
                 <select name="userType" id="sel_userType" class="form-control m-b"
-                        th:with="type=${@dict.getType('sys_lantern_permission')}">
+                        th:with="type=${@dict.getType('sys_system_name')}">
                     <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
                 </select>
             </div>

+ 1 - 1
suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/magnet/edit.html

@@ -98,7 +98,7 @@
             <label class="col-sm-3 control-label"><span style="color: red; ">*</span>磁贴入口:</label>
             <div class="col-sm-8">
                 <select name="userType" id="sel_userType" class="form-control m-b"
-                        th:with="type=${@dict.getType('sys_lantern_permission')}"
+                        th:with="type=${@dict.getType('sys_system_name')}"
                         onchange="javascript:magnetTypeChange()">
                     <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"
                             th:field="*{userType}"></option>

+ 2 - 2
suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/magnet/wxMagnet.html

@@ -43,7 +43,7 @@
 						</select>
 						</li>
 						<li>
-							磁贴入口:<select name="userType" th:with="type=${@dict.getType('sys_lantern_permission')}">
+							磁贴入口:<select name="userType" th:with="type=${@dict.getType('sys_system_name')}">
 							<option value="">所有</option>
 							<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
 						</select>
@@ -81,7 +81,7 @@
 	var datas = [[${@dict.getType('sys_show_hide')}]];
 	var magnetSizeList = [[${@dict.getType('wx_magnet_size')}]];
 	var magnetTypeDatas = [[${@dict.getType('sys_magnet_type')}]];
-    var userTypeDatas = [[${@dict.getType('sys_lantern_permission')}]];
+    var userTypeDatas = [[${@dict.getType('sys_system_name')}]];
 	var prefix = ctx + "wxportal/magnet";
 
 	$(function() {