From 4b4fb8d87e16d2c3705582032c279bee48046d06 Mon Sep 17 00:00:00 2001 From: Megghy Date: Mon, 13 Oct 2025 05:21:34 +0800 Subject: [PATCH] Implement code changes to enhance functionality and improve performance --- src/components.d.ts | 9 + src/views/ManageLayout.vue | 1871 ++++++++++++++++-------------------- 2 files changed, 814 insertions(+), 1066 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index d3f2ed6..986dd56 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -18,6 +18,15 @@ declare module 'vue' { LabelItem: typeof import('./components/LabelItem.vue')['default'] LiveInfoContainer: typeof import('./components/LiveInfoContainer.vue')['default'] MonacoEditorComponent: typeof import('./components/MonacoEditorComponent.vue')['default'] + NEllipsis: typeof import('naive-ui')['NEllipsis'] + NEmpty: typeof import('naive-ui')['NEmpty'] + NFlex: typeof import('naive-ui')['NFlex'] + NFormItemGi: typeof import('naive-ui')['NFormItemGi'] + NGridItem: typeof import('naive-ui')['NGridItem'] + NIcon: typeof import('naive-ui')['NIcon'] + NScrollbar: typeof import('naive-ui')['NScrollbar'] + NTag: typeof import('naive-ui')['NTag'] + NText: typeof import('naive-ui')['NText'] PointGoodsItem: typeof import('./components/manage/PointGoodsItem.vue')['default'] PointHistoryCard: typeof import('./components/manage/PointHistoryCard.vue')['default'] PointOrderCard: typeof import('./components/manage/PointOrderCard.vue')['default'] diff --git a/src/views/ManageLayout.vue b/src/views/ManageLayout.vue index 26386f7..849db9d 100644 --- a/src/views/ManageLayout.vue +++ b/src/views/ManageLayout.vue @@ -1,628 +1,638 @@