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 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 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 e4e9579..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
@@ -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