|
@@ -76,8 +76,8 @@ export default {
|
|
{ label: '活动标题', model: 'title' },
|
|
{ label: '活动标题', model: 'title' },
|
|
{ label: '活动时间', model: 'act_time', custom: true },
|
|
{ label: '活动时间', model: 'act_time', custom: true },
|
|
{ label: '活动说明', model: 'content', custom: true },
|
|
{ label: '活动说明', model: 'content', custom: true },
|
|
- { label: '分享图片(237*190)', model: 'share', type: 'upload', url: '/files/point/act/upload' },
|
|
|
|
- { label: '封面图片', model: 'cover', type: 'upload', url: '/files/point/act/upload' },
|
|
|
|
|
|
+ { label: '分享图片(237*190)', model: 'share', type: 'upload', limit: 1, url: '/files/point/act/upload' },
|
|
|
|
+ { label: '封面图片', model: 'cover', type: 'upload', limit: 1, url: '/files/point/act/upload' },
|
|
{ label: '是否在首页展示', model: 'show_index', type: 'select' },
|
|
{ label: '是否在首页展示', model: 'show_index', type: 'select' },
|
|
{ label: '是否开启', model: 'is_use', type: 'select' },
|
|
{ label: '是否开启', model: 'is_use', type: 'select' },
|
|
],
|
|
],
|