From e98eeaaa5766511fdb8e6d5e412eb1c59d1f07ce Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期二, 24 六月 2025 10:24:43 +0800 Subject: [PATCH] 隐患来源功能外加仓吉基础数据定时上报 --- src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html b/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html index 8a4c897..2aca93a 100644 --- a/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html +++ b/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html @@ -3,6 +3,7 @@ <head> <th:block th:include="include :: header('检查项评分')"/> <th:block th:include="include :: datetimepicker-css"/> + <th:block th:include="include :: select2-css" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> @@ -65,6 +66,7 @@ </div> <th:block th:include="include :: footer"/> <th:block th:include="include :: datetimepicker-js"/> +<th:block th:include="include :: select2-js" /> <script th:inline="javascript"> var prefix = ctx + "tr/TBSpecialCheckScoreAndDangerLog"; -- Gitblit v1.9.2