diff --git a/src/utils/dict.ts b/src/utils/dict.ts index e7283b6..ff7b4ab 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -103,6 +103,8 @@ export const getDictLabel = (dictType: string, value: any): string => { export enum DICT_TYPE { USER_TYPE = 'user_type', COMMON_STATUS = 'common_status', + APP_CATEGORY = 'app_category', + APP_QX = 'app_qx', TERMINAL = 'terminal', // 终端 // ========== SYSTEM 模块 ========== diff --git a/src/views/Home/Index20.vue b/src/views/Home/Index20.vue index c5201ff..4100adc 100644 --- a/src/views/Home/Index20.vue +++ b/src/views/Home/Index20.vue @@ -45,7 +45,7 @@ v-for="app in category.apps" class="app-card" @click="handleAppClick(app)">
- +
{{ app.name }}
@@ -60,7 +60,7 @@ v-for="app in category.apps" custom-class="app-dialog">
- +

{{ selectedApp.name }}

ID: {{ selectedApp.id }}

@@ -77,6 +77,8 @@ v-for="app in category.apps"