|
@@ -29,12 +29,12 @@ export default {
|
|
|
},
|
|
|
fields: [
|
|
|
{ label: '标题', model: 'title' },
|
|
|
- { label: '简介', model: 'brief', type: 'textarea', options: { maxRows: 5, minRows: 3 } },
|
|
|
{ label: '来源', model: 'origin' },
|
|
|
- { label: '发布时间', model: 'publish_time', type: 'datetime' },
|
|
|
- { label: '内容', model: 'content' },
|
|
|
+ { label: '简介', model: 'brief', type: 'textarea', options: { maxRows: 5, minRows: 3 } },
|
|
|
{ label: '图片', model: 'picture', custom: true },
|
|
|
{ label: '附件', model: 'filepath', custom: true },
|
|
|
+ { label: '发布时间', model: 'publish_time', type: 'datetime' },
|
|
|
+ { label: '内容', model: 'content', type: 'editor', url: '/files/cysci/news_editor/upload' },
|
|
|
],
|
|
|
};
|
|
|
},
|