|
@@ -53,7 +53,7 @@ export default {
|
|
|
{ label: '发布时间', model: 'publish_time', type: 'date' },
|
|
|
{ label: '信息简介', model: 'brief', type: 'textarea' },
|
|
|
{ label: '图片文件', model: 'picture', custom: true },
|
|
|
- { label: '附件', model: 'filepath', custom: true },
|
|
|
+ { label: '视频文件', model: 'filepath', custom: true },
|
|
|
{ label: '信息内容', model: 'content', type: 'editor' },
|
|
|
],
|
|
|
form: {},
|