| | |
| | | <!-- <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 -->
|
| | |
| | | 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'},
|