From 7b6dd91cec9c9084c7d3542c539b62555085a5a1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 06 Apr 2022 10:49:39 +0800
Subject: [PATCH] fix

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

diff --git a/src/main/resources/templates/febs/views/dapp/user.html b/src/main/resources/templates/febs/views/dapp/user.html
index aab32a8..30c675c 100644
--- a/src/main/resources/templates/febs/views/dapp/user.html
+++ b/src/main/resources/templates/febs/views/dapp/user.html
@@ -51,7 +51,7 @@
         </div>
     </div>
 </div>
-<script type="text/html" id="user-status">
+<script type="text/html" id="admin-status">
     {{#
     var status = {
     1: {title: '有效', color: 'green'},
@@ -226,7 +226,7 @@
                     {type: 'checkbox'},
                     {field: 'username', title: '用户名', minWidth: 100},
                     {field: 'inviteId', title: '邀请码', minWidth: 100},
-                    {title: '状态', templet: '#user-status'},
+                    {title: '状态', templet: '#admin-status'},
                     {field: 'lastLoginTime', title: '上次登录时间', minWidth: 100},
                     {field: 'createTime', title: '创建时间', minWidth: 180, sort: true},
                     {title: '操作', toolbar: '#user-option', minWidth: 140}

--
Gitblit v1.9.1