|
@@ -28,9 +28,6 @@
|
|
|
where: {},
|
|
|
cols: [[
|
|
|
{field: 'id', title: 'ID', align: 'center'},
|
|
|
- {field: 'user', title: '申请用户', align: 'center',templet(d){
|
|
|
- return d.user?d.user.nickname:''
|
|
|
- }},
|
|
|
{field: 'title', title: '标题', align: 'center'},
|
|
|
// {field: 'imgs', title: '图片', width: '8%', align: 'center', templet: '#imgs'},
|
|
|
{field: 'imgs', title: '图片', align: 'center', templet:function (d) {
|