From 90912195e3e38418c5629f70d30327ffbce45121 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 28 Mar 2022 16:04:02 +0800
Subject: [PATCH] add quartz job for mine income

---
 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 c21037d..aab32a8 100644
--- a/src/main/resources/templates/febs/views/dapp/user.html
+++ b/src/main/resources/templates/febs/views/dapp/user.html
@@ -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'
             }]
         });

--
Gitblit v1.9.1