|
@@ -13,8 +13,8 @@ export default {
|
|
fields: [
|
|
fields: [
|
|
{
|
|
{
|
|
type: 'text',
|
|
type: 'text',
|
|
- name: 'title',
|
|
+ name: 'name',
|
|
- label: '标题'
|
|
+ label: '关键字'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: 'select',
|
|
type: 'select',
|
|
@@ -22,12 +22,6 @@ export default {
|
|
label: '状态',
|
|
label: '状态',
|
|
options: TYPE,
|
|
options: TYPE,
|
|
format: val => (val !== null && val !== '' ? !!val : null)
|
|
format: val => (val !== null && val !== '' ? !!val : null)
|
|
- },
|
|
|
|
- {
|
|
|
|
- type: 'dateArray',
|
|
|
|
- name: 'date',
|
|
|
|
- label: '发布日期',
|
|
|
|
- apiName: ['startTime', 'endTime']
|
|
|
|
}
|
|
}
|
|
]
|
|
]
|
|
};
|
|
};
|