diff --git a/index.html b/index.html index c6a7df9..382f82b 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,19 @@ - %VITE_TITLE% - %VITE_SUBTITLE% + %VITE_TITLE% | %VITE_SUBTITLE%
+
+ loading +

欢迎访问%VITE_TITLE%

+
资源加载中, 请稍等...
+
-
- loading -

欢迎访问%VITE_TITLE%

-
资源加载中, 请稍等...
-
diff --git a/src/pages/content/material/components/AnUpload.vue b/src/pages/content/material/components/AnUpload.vue index 1632964..541e9f8 100644 --- a/src/pages/content/material/components/AnUpload.vue +++ b/src/pages/content/material/components/AnUpload.vue @@ -9,8 +9,6 @@ title="上传文件" title-align="start" v-model:visible="visible" - mask-animation-name="" - modal-animation-name="" :width="960" :mask-closable="false" :on-before-cancel="onBeforeCancel" @@ -45,11 +43,11 @@ -
-
@@ -30,9 +30,11 @@ -
+
- 添加服务 + 添加服务1
@@ -47,7 +49,7 @@ -
+
公告 更多 @@ -55,7 +57,9 @@
  • - 但是预测已加载的数据不足以 + 但是预测已加载的数据不足以 3天前
@@ -74,29 +78,39 @@ const stat = { post: { title: '文章', count: 22, - icon: 'icon-park-outline-folder-close' + icon: 'icon-park-outline-folder-close', }, material: { title: '素材', count: 119, - icon: 'icon-park-outline-folder-close' + icon: 'icon-park-outline-folder-close', }, comment: { title: '评论', count: 1802, - icon: 'icon-park-outline-user' + icon: 'icon-park-outline-user', }, user: { title: '用户', count: 98, - icon: 'icon-park-outline-user' + icon: 'icon-park-outline-user', }, category: { title: '分类', count: 26, - icon: 'icon-park-outline-tag' + icon: 'icon-park-outline-tag', }, }; + + +{ + "meta": { + "sort": 1000, + "title": "概览", + "icon": "icon-park-outline-home" + } +} + diff --git a/src/pages/system/dict/index.vue b/src/pages/system/dict/index.vue index 9c295d6..6d54726 100644 --- a/src/pages/system/dict/index.vue +++ b/src/pages/system/dict/index.vue @@ -8,7 +8,7 @@
-
+
{{ current?.name }} diff --git a/src/pages/system/menu/index.vue b/src/pages/system/menu/index.vue index 1947ab9..784f275 100644 --- a/src/pages/system/menu/index.vue +++ b/src/pages/system/menu/index.vue @@ -41,24 +41,30 @@ const { component: MenuTable, tableRef } = useTable({ id = ` => ${record.code}`; } return ( -
- - {{ - default: () => MenuTypes.fmt(record.type), - }} - -
-
- - {record.name ?? '无'} - {id} -
- -
+
+ + {record.name ?? '无'} + {id}
); }, }, + { + title: '标识', + width: 200, + dataIndex: 'code', + }, + { + title: '类型', + width: 200, + render: ({ record }) => ( + + {{ + default: () => MenuTypes.fmt(record.type), + }} + + ), + }, useCreateColumn(), useUpdateColumn(), { @@ -135,7 +141,7 @@ const { component: MenuTable, tableRef } = useTable({ field: 'type', value: 1, label: '类型', - setter: 'input', + setter: 'select', options: MenuTypes.raw, }, { diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue index c467334..c58bc53 100644 --- a/src/pages/user/index.vue +++ b/src/pages/user/index.vue @@ -2,6 +2,24 @@