|
@@ -49,16 +49,7 @@
|
|
|
return d.video ? laytpl('<div><a target="_blank" data-iframe="{{d.video}}" data-title="查看媒体">查看</a></div>').render(d) : '无视频';
|
|
|
}
|
|
|
},
|
|
|
- {field: 'amount', title: '收费金额', align: 'center',sort:true},
|
|
|
- {field: 'is_del', title: '状态', align: 'center',templet(d){
|
|
|
- if(d.audit===1){
|
|
|
- return `<span class="layui-badge layui-bg-green">待审核</span>`
|
|
|
- }else if (d.audit===2){
|
|
|
- return `<span class="layui-badge layui-bg-blue">审核通过</span>`
|
|
|
- }else{
|
|
|
- return `<span class="layui-badge layui-bg-red">审核不通过</span>`
|
|
|
- }
|
|
|
- }},
|
|
|
+
|
|
|
{field: 'create_at', title: '创建时间', align: 'center',sort:true},
|
|
|
{toolbar: '#toolbar', title: '操作', align: 'center', fixed: 'right'}
|
|
|
]]
|