From d9c5a848503c3181d582e5acb5256288a9917ae2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 16 九月 2022 09:13:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/user/user.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/user/user.html b/src/main/webapp/views/user/user.html
index 516ec24..aab7ffb 100644
--- a/src/main/webapp/views/user/user.html
+++ b/src/main/webapp/views/user/user.html
@@ -76,8 +76,8 @@
     </div>
 </div>
 
-<script type="text/html" id="hostTpl">
-    <span name="hostName" class="layui-badge layui-badge-gray">{{d.hostName}}</span>
+<script type="text/html" id="deptTpl">
+    <span name="deptName" class="layui-badge layui-badge-gray">{{d.deptName}}</span>
 </script>
 
 <script type="text/html" id="statusTpl">

--
Gitblit v1.9.1