Explorar el Código

增加来源字段

asd123a20 hace 2 años
padre
commit
5ad91c51ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      admin-content/src/views/home.vue

+ 1 - 0
admin-content/src/views/home.vue

@@ -102,6 +102,7 @@ export default {
         { name: 'bind', label: '绑定菜单', formater: 'dict:menus' },
         { name: 'date', label: '时间', formater: 'date:datetime' },
         { name: 'istop', label: '置顶', formater: 'slot' },
+        { name: 'source', label: '来源' },
         { name: 'content', label: '内容', formater: 'slot' },
         { name: 'annex', label: '附件', formater: 'slot' }
       ],