From ce4c086473df00f78a369ca2a12c2aac23221957 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Thu, 3 Apr 2025 15:32:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E9=A1=B9=E6=97=B6=E4=B8=8B=E6=8B=89Tag=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9=E6=8E=A5=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/template/modules/soy.search.vue.vm | 1 - .../advanced/table-header-operation.vue | 3 +- src/hooks/business/download.ts | 15 +++-- src/router/elegant/imports.ts | 1 + src/router/elegant/routes.ts | 9 +++ src/router/elegant/transform.ts | 1 + src/typings/api/system.api.d.ts | 41 +++++++++--- src/typings/elegant-router.d.ts | 2 + src/views/system/dict/data/index.vue | 16 ++++- .../data/modules/dict-data-operate-drawer.vue | 63 ++++++++++++------- src/views/system/dict/index.vue | 6 +- src/views/system/tenant/index.vue | 4 +- 12 files changed, 117 insertions(+), 45 deletions(-) diff --git a/docs/template/modules/soy.search.vue.vm b/docs/template/modules/soy.search.vue.vm index 6329202c..20e586d8 100644 --- a/docs/template/modules/soy.search.vue.vm +++ b/docs/template/modules/soy.search.vue.vm @@ -1,6 +1,5 @@ #set($ModuleName=$moduleName.substring(0, 1).toUpperCase() + $moduleName.substring(1))