src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
@@ -70,9 +70,8 @@ {{# 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> {{# } else { }} <a lay-event="examine" >查看</a> {{# } }} </script> <!-- 表格操作栏 end --> @@ -168,6 +167,8 @@ templet: function (d) { if (d.isInside === 'Y') { return '<span style="color:red;">是</span>' } else if(d.isInside === 'J') { return '<span style="color:red;">算力</span>' } else { return '<span style="color:green;">否</span>' }