zs 1 年之前
父节点
当前提交
e5898916bd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/system/module/index.vue

+ 1 - 0
src/views/system/module/index.vue

@@ -105,6 +105,7 @@ const toChangeUse = async (data) => {
 let fields: Ref<any[]> = ref([
   { label: '标题', model: 'title', isSearch: true },
   { label: '路由', model: 'route' },
+  { label: '简介', model: 'brief' },
   { label: '是否使用', model: 'is_use', format: (i) => getDict(i, 'is_use'), isSearch: true, type: 'select' }
 ]);
 // 操作