|
@@ -91,6 +91,7 @@ export default {
|
|
{ label: '发布时间', model: 'publish_time', type: 'date' },
|
|
{ label: '发布时间', model: 'publish_time', type: 'date' },
|
|
{ label: '图片', model: 'picture', custom: true },
|
|
{ label: '图片', model: 'picture', custom: true },
|
|
{ label: '视频', model: 'filepath', custom: true },
|
|
{ label: '视频', model: 'filepath', custom: true },
|
|
|
|
+ { label: '内容', model: 'content', type: 'textarea' },
|
|
],
|
|
],
|
|
list: [],
|
|
list: [],
|
|
total: 0,
|
|
total: 0,
|