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 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/user.html b/src/main/resources/templates/febs/views/dapp/user.html
index c21037d..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'},
@@ -140,7 +140,7 @@
}
}
if (name === 'simulate') {
- febs.modal.open('生成模拟数据', 'dappView/admin/simulate', {
+ febs.modal.open('生成虚拟收益', 'dappView/admin/simulate', {
btn: ['提交', '重置'],
area: $(window).width() <= 750 ? '95%' : '50%',
offset: '30px',
@@ -168,7 +168,7 @@
perms: 'admin:reset'
}, {
name: 'simulate',
- title: '模拟数据',
+ title: '生成虚拟收益',
perms: 'admin:simulate'
}]
});
@@ -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