|
@@ -10,7 +10,7 @@ export default {
|
|
|
{ label: "副标题", name: "subTitle" },
|
|
|
{ label: "摘要", name: "summary" },
|
|
|
{ label: "来源", name: "origin" },
|
|
|
- { label: "发布时间", name: "publish_time", formater: 'date', dateType: 'datetime' },
|
|
|
+ { label: "发布时间", name: "publish_time", formater: 'date:datetime' },
|
|
|
{ label: "置顶", name: "topStatus", formater: 'switch', activeValue: '1', inactiveValue: '0' },
|
|
|
{ label: "显示/隐藏", name: "visible", formater: 'switch', activeValue: '0', inactiveValue: '1' },
|
|
|
{ label: "状态", name: "status", formater: "dict:essay_type" },
|