From b1abcf83d5d57a111f09535191937c7ffda93f3f Mon Sep 17 00:00:00 2001 From: lzq <2495532633@qq.com> Date: Tue, 3 Mar 2026 16:25:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/a-drop-table/ADropTable.vue | 1 + .../a-page/a-table-page/ATablePage.tsx | 26 +- .../fin/expense-item/ExpenseItemForm.vue | 2 +- src/pages/gds/goods/GoodsDropTable.vue | 2 + src/pages/sys/dict/Dict.vue | 18 +- src/pages/sys/dict/DictCategory.vue | 268 ++++++------------ src/pages/sys/dict/DictForm.vue | 146 +++++----- src/pages/sys/dict/DictItem.vue | 266 +++++++---------- src/pages/sys/dict/DictItemForm.vue | 179 ++++++------ 9 files changed, 373 insertions(+), 535 deletions(-) diff --git a/src/components/a-drop-table/ADropTable.vue b/src/components/a-drop-table/ADropTable.vue index 007cdd3..712ac38 100644 --- a/src/components/a-drop-table/ADropTable.vue +++ b/src/components/a-drop-table/ADropTable.vue @@ -225,6 +225,7 @@ const displayData = computed(() => { diff --git a/src/pages/sys/dict/DictCategory.vue b/src/pages/sys/dict/DictCategory.vue index 6979028..30e5aed 100644 --- a/src/pages/sys/dict/DictCategory.vue +++ b/src/pages/sys/dict/DictCategory.vue @@ -1,193 +1,109 @@ - diff --git a/src/pages/sys/dict/DictForm.vue b/src/pages/sys/dict/DictForm.vue index 8fd0db6..8f0990c 100644 --- a/src/pages/sys/dict/DictForm.vue +++ b/src/pages/sys/dict/DictForm.vue @@ -1,93 +1,81 @@