From 4d366b62e09fd9269222cd7b3dc37f5cbcef8c75 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Mon, 04 Apr 2022 12:46:30 +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