|
@@ -89,6 +89,7 @@ export default {
|
|
|
mounted() {
|
|
|
this.listConfig = {
|
|
|
rows: [
|
|
|
+ { label: '浏览数', prop: 'view_count' },
|
|
|
{ label: '标题', prop: 'title', fullShow: true, minWidth: 200 },
|
|
|
{ label: '分类', prop: 'information_category', type: 'flag', flags: arrToObj(this.$dictData.information_category) },
|
|
|
{ label: '主图', prop: 'pri_image', type: 'img' },
|