|
|
@@ -123,9 +123,9 @@ export default {
|
|
|
],
|
|
|
cols: [
|
|
|
{ type: 'selection' },
|
|
|
- { label: '缩略图', type: 'asset', render ({ img }) {
|
|
|
+ { label: '缩略图', type: 'asset', render ({ id, img }) {
|
|
|
return img
|
|
|
- ? { thumbnail: img }
|
|
|
+ ? { id, thumbnail: img }
|
|
|
: null
|
|
|
}, on: this.onView },
|
|
|
{ prop: 'name', label: '节目名称' }
|