From 2134646bc453037bbf25df37b4aef96e7236faa4 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 02 Dec 2020 17:48:57 +0800 Subject: [PATCH] Merge branch 'outcenter-bak' of https://gitee.com/chonggaoxiao/new_excoin_manage into outcenter-bak --- src/main/resources/templates/febs/views/modules/member/withdrawCoin.html | 3 +-- 1 files changed, 1 insertions(+), 2 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 04b709c..9d77789 100644 --- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html +++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html @@ -63,7 +63,6 @@ <!-- <span class="layui-badge-dot febs-bg-orange"></span> 无权限--> <!-- </span>--> <a lay-event="confirm" shiro:hasPermission="coin:check" >确认</a> - <i class="layui-icon febs-edit-area febs-blue"></i> <a lay-event="cancel" shiro:hasPermission="coin:check" >拒绝</a> </script> @@ -182,7 +181,7 @@ return '<span style="color:red;">拒绝</span>' } },minWidth: 100,align:'center'}, - {title: '操作', toolbar: '#user-option',templet: function (d) { + {title: '操作',templet: function (d) { if (d.status === 1) { return '<a lay-event="confirm" shiro:hasPermission="coin:check">确认</a>' +'<i class="layui-icon febs-edit-area febs-blue"></i>' -- Gitblit v1.9.1