jiazx0107
2025-11-19 b81c160c3a7b3bdf487406f5c1f8fb6524b2f82e
fzzy-igdss-web/src/main/resources/templates/system/user/edit.html
@@ -120,6 +120,36 @@
                </div>
            </div>
            <!--新增字段 -->
            <div class="row">
                <div class="col-sm-6">
                    <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>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6">
                    <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>
                        </div>
                    </div>
                </div>
            </div>
            <!--新增字段结束 -->
            <h4 class="form-header h4">其他信息</h4>
            <div class="row">
                <div class="col-sm-12">