diff --git a/.gitignore b/.gitignore index 0c403a5842..4cf03103c2 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ core/core-frontend/src/assets/fsSvg.html /sdk/dataease-plugin-view/ /extensions/ .vite/ +/core/backend/ diff --git a/core/core-backend/src/main/java/io/dataease/menu/manage/MenuManage.java b/core/core-backend/src/main/java/io/dataease/menu/manage/MenuManage.java index 3f1b7e1df1..a28896d782 100644 --- a/core/core-backend/src/main/java/io/dataease/menu/manage/MenuManage.java +++ b/core/core-backend/src/main/java/io/dataease/menu/manage/MenuManage.java @@ -42,6 +42,7 @@ public class MenuManage { @Cacheable(cacheNames = CORE_MENU_CACHE, key = "'-dataease-'") public List coreMenus() { QueryWrapper wrapper = new QueryWrapper<>(); + wrapper.orderByAsc("menu_sort"); return coreMenuMapper.selectList(wrapper); } diff --git a/core/core-backend/src/main/resources/i18n/core_zh_CN.properties b/core/core-backend/src/main/resources/i18n/core_zh_CN.properties index 36a4670dde..0aa7d104fe 100644 --- a/core/core-backend/src/main/resources/i18n/core_zh_CN.properties +++ b/core/core-backend/src/main/resources/i18n/core_zh_CN.properties @@ -7,7 +7,8 @@ i18n_menu.visualized=\u53EF\u89C6\u5316 i18n_menu.template=\u6A21\u7248 i18n_menu.application=\u5E94\u7528 i18n_menu.system=\u7CFB\u7EDF\u7BA1\u7406 - +i18n_menu.template-market=\u6A21\u7248\u5E02\u573A +i18n_menu.template-setting=\u6A21\u7248\u7BA1\u7406 i18n_menu.view=\u6570\u636E\u5C55\u793A i18n_menu.data=\u6570\u636E\u51C6\u5907 i18n_menu.panel=\u4EEA\u8868\u677F diff --git a/core/core-frontend/src/assets/svg/icon_template.svg b/core/core-frontend/src/assets/svg/icon_template.svg new file mode 100644 index 0000000000..639de0ac3b --- /dev/null +++ b/core/core-frontend/src/assets/svg/icon_template.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/core-frontend/src/views/system/template-setting/index.vue b/core/core-frontend/src/views/system/template-setting/index.vue new file mode 100644 index 0000000000..6258e890f8 --- /dev/null +++ b/core/core-frontend/src/views/system/template-setting/index.vue @@ -0,0 +1,3 @@ + diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue new file mode 100644 index 0000000000..4ec75a4e20 --- /dev/null +++ b/core/core-frontend/src/views/template-market/index.vue @@ -0,0 +1,3 @@ + diff --git a/de-xpack b/de-xpack index e3143e3176..1023f4cab4 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit e3143e3176ca189c35729fa7bb195264c061a824 +Subproject commit 1023f4cab4d7960b2a4793161773c8803bb507f3