From ec2c41a6dfbcd99b90d8df2b71f364f7d4fae96c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 15 Dec 2022 10:34:23 +0800
Subject: [PATCH] 20221213转币

---
 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 b467e38..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 == 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'}
+                    // {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