From fc15aa768cdb6c48ee8b21a5f43570c2f955a9ff Mon Sep 17 00:00:00 2001 From: suerwei <18810552194@163.com> Date: 星期三, 22 五月 2024 11:46:04 +0800 Subject: [PATCH] 场地状态,首页统计 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html index ef256ce..511673c 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html @@ -22,6 +22,14 @@ </div> </div> <div class="form-group"> + <label class="col-sm-3 control-label">鍦哄湴鐘舵�侊細</label> + <div class="col-sm-8"> + <select name="status" class="form-control m-b" th:with="type=${@dict.getType('project_status')}"> + <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{status}"></option> + </select> + </div> + </div> + <div class="form-group"> <label class="col-sm-3 control-label">鍖哄幙锛�</label> <div class="col-sm-8"> <select name="district" class="form-control m-b" th:with="type=${@dict.getType('sys_district')}"> -- Gitblit v1.9.1