From ceef4d902103ef92cf660ce3ff589c7fbd15b190 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 16 May 2023 10:06:49 +0800
Subject: [PATCH] twoCoin项目修改
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/money-change-flow.html b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
index f4484c4..feb502d 100644
--- a/src/main/resources/templates/febs/views/dapp/money-change-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -34,7 +34,7 @@
<option value="4">层级收益</option>
<option value="5">剩余层级收益</option>
<option value="6">复投动能</option>
- <option value="7">动能收益</option>
+ <option value="7">出局收益</option>
</select>
</div>
</div>
@@ -100,7 +100,7 @@
4: {title: '层级收益'},
5: {title: '剩余层级收益'},
6: {title: '复投动能'},
- 7: {title: '动能收益'},
+ 7: {title: '出局收益'},
}[d.type];
}}
<span>{{ type.title }}</span>
@@ -137,11 +137,11 @@
table.on('tool(moneyChangeTable)', function (obj) {
var data = obj.data,
layEvent = obj.event;
- if (layEvent === 'transferManual') {
- febs.modal.confirm('人工操作', '是否人工转账?', function () {
- transferManual("flow/withdrawAgree/" + data.id);
- });
- }
+ // if (layEvent === 'transferManual') {
+ // febs.modal.confirm('人工操作', '是否人工转账?', function () {
+ // transferManual("flow/withdrawAgree/" + data.id);
+ // });
+ // }
if (layEvent === 'transferManual') {
febs.modal.confirm('人工操作', '是否人工转账?', function () {
transferManual(data.id);
@@ -200,14 +200,14 @@
{field: 'createTime', title: '创建时间', minWidth: 150},
{title: '状态', templet: '#status-able', minWidth: 80},
{field: 'fromHash', title: 'FromHash', minWidth: 150},
- {title: '操作',
- templet: function (d) {
- if(d.status == 3){
- return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="transferManual" shiro:hasPermission="transferManual:update">手动转账</button>'
- }else{
- return ''
- }
- },minWidth: 100,align:'center'}
+ // {title: '操作',
+ // templet: function (d) {
+ // if(d.status == 1){
+ // return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="transferManual" shiro:hasPermission="transferManual:update">手动转账</button>'
+ // }else{
+ // return ''
+ // }
+ // },minWidth: 100,align:'center'}
]]
});
}
--
Gitblit v1.9.1