From 2d34de3edb86c16cfadf4ec09ff22d1eb128bccb Mon Sep 17 00:00:00 2001
From: jiazx0107 <jiazx0107@163.com>
Date: 星期五, 21 十一月 2025 18:13:43 +0800
Subject: [PATCH] 提交GIS首页
---
fzzy-igdss-web/src/main/resources/templates/system/user/edit.html | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/system/user/edit.html b/fzzy-igdss-web/src/main/resources/templates/system/user/edit.html
index 8b3ed71..076bf9f 100644
--- a/fzzy-igdss-web/src/main/resources/templates/system/user/edit.html
+++ b/fzzy-igdss-web/src/main/resources/templates/system/user/edit.html
@@ -128,8 +128,8 @@
<div class="form-group">
<label class="col-sm-4 control-label">鐢ㄦ埛绫诲瀷锛�</label>
<div class="col-sm-8">
- <select name="type" class="form-control m-b" th:with="type=${@dict.getType('sys_user_type')}">
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{type}"></option>
+ <select name="userType" class="form-control m-b" th:with="type=${@dict.getType('sys_user_type')}">
+ <option th:each="dict:${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{userType}"></option>
</select>
</div>
</div>
@@ -139,8 +139,9 @@
<div class="form-group">
<label class="col-sm-4 control-label">鎵�灞為摱琛岋細</label>
<div class="col-sm-8">
- <select id="userData" class="form-control select2-multiple" multiple>
- <option th:each="post:${posts}" th:value="${post.postId}" th:text="${post.postName}" th:selected="${post.flag}" th:disabled="${post.status == '1'}"></option>
+ <select name="userData" class="form-control m-b">
+ <option value="">璇烽�夋嫨鎵�灞為摱琛�</option>
+ <option th:each="bank:${banks}" th:value="${bank.id}" th:text="${bank.name}" th:field="*{userData}"></option>
</select>
</div>
</div>
--
Gitblit v1.9.3