From 1047866e4e73890bf64c9b35f1a7043b543d64fe Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Sun, 15 Nov 2020 11:07:48 +0800
Subject: [PATCH] 交易所到算力内部
---
src/main/resources/templates/febs/views/modules/member/withdrawCoin.html | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
index 5194fc1..3039741 100644
--- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
+++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
@@ -68,11 +68,10 @@
<!-- <span class="layui-badge-dot febs-bg-orange"></span> 无权限-->
<!-- </span>-->
{{# if(d.status === 1) { }}
- <a lay-event="confirm" shiro:hasPermission="coin:check">确认</a>
- <a lay-event="cancel" shiro:hasPermission="coin:check">拒绝</a>
- <a lay-event="examine" >查看</a>
+ <a lay-event="confirm" shiro:hasPermission="coin:check" >确认</a>
+ <a lay-event="cancel" shiro:hasPermission="coin:check" >拒绝</a>
{{# } else { }}
- <a lay-event="examine" >查看</a>
+
{{# } }}
</script>
<!-- 表格操作栏 end -->
@@ -168,7 +167,9 @@
templet: function (d) {
if (d.isInside === 'Y') {
return '<span style="color:red;">是</span>'
- } else {
+ } else if(d.isInside === 'J') {
+ return '<span style="color:red;">算力</span>'
+ }else{
return '<span style="color:green;">否</span>'
}
},minWidth: 100,align:'center'},
--
Gitblit v1.9.1