| | |
| | | <a lay-event="edit" shiro:hasPermission="user:update"><i |
| | | class="layui-icon febs-edit-area febs-blue"></i></a> |
| | | </script> |
| | | <script id="showScreenhost" type="text/html"> |
| | | {{# var srr=d.content.split(","); |
| | | for(var j in srr) { srr[j] }} |
| | | <div style="margin:0 10px; display:inline-block !important; display:inline; max-width:70px; max-height:50px;"> |
| | | <img style=" max-width:70px; max-height:50px;" src="{{srr[j]}}" /> |
| | | </div> |
| | | {{# } }} |
| | | </script> |
| | | <!-- 表格操作栏 end --> |
| | | <script data-th-inline="none" type="text/javascript"> |
| | | // 引入组件并初始化 |
| | |
| | | {field: 'realName', title: '姓名', minWidth: 100,align:'left'}, |
| | | {field: 'inviteId', title: '邀请码', minWidth: 80,align:'center'}, |
| | | {field: 'reason', title: '申诉原因', minWidth: 80,align:'center'}, |
| | | {field: 'content', title: '申诉内容', minWidth: 80,align:'center'}, |
| | | {field: 'content', title: '申诉内容', minWidth: 80,templet: '#showScreenhost',align:'center'}, |
| | | {field: 'status', title: '状态', |
| | | templet: function (d) { |
| | | if (d.status === 1) { |
| | |
| | | } |
| | | }, minWidth: 80,align:'center'}, |
| | | {field: 'orderNo', title: '订单编号',minWidth: 100,align:'center'}, |
| | | {field: 'nikename', title: '商户昵称',minWidth: 100,align:'center'}, |
| | | // {field: 'nikename', title: '商户昵称',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="dealIng" shiro:hasPermission="user:update">查看详情</button>' |