Browse Source

修改文件名

zhy 1 month ago
parent
commit
a027ba8d3f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/cms/postconfig/journal.js

+ 0 - 2
src/views/cms/postconfig/journal.js

@@ -1,12 +1,10 @@
 export default {
     listFileds: [
       { label: "标题", name: "title", filter: true, placeholder: "输入摘要" },
-      { label: "作者", name: "author" },
       { label: "显示/隐藏", name: "visible", formater: 'dict:cms_show_hide' },
     ],
     formFiled: [
       { label: "标题", name: "title" },
-      { label: "作者", name: "author" },
       { label: "发布时间", name: "publish_time", formater: 'date', dateType: 'datetime' },
       { label: "显示/隐藏", name: "visible", formater: 'switch', activeValue: '0', inactiveValue: '1' },
       { label: "附件上传", name: "urls", formater: "fileUpload" },