@@ -41,9 +41,31 @@ export default {
minWidth: this.$col.b
},
{
+ key: 'cover',
+ name: '封面',
+ width: this.$col.b,
+ render: (h, { row }) =>
+ h('img', {
+ style: {
+ width: '160px',
+ height: '90px'
+ },
+ class: 'pre-img',
+ attrs: {
+ src: row.cover
+ on: {
+ click: () =>
+ this.$AdvanceViewImageModal({
+ items: [{ src: row.cover }]
+ })
+ }
+ {
key: 'author',
name: '作者',
- width: this.$col.s
+ minWidth: this.$col.b
key: 'looks',