From 310d6f465a2626e3987dff727a6a617073e60ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=93=E6=9C=88=E5=BD=92=E5=B0=98?= Date: Fri, 14 Mar 2025 18:15:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- locales/en.yaml | 53 +++++++++ locales/zh-CN.yaml | 53 +++++++++ public/favicon.ico | Bin 4286 -> 4286 bytes public/logo.png | Bin 0 -> 5928 bytes public/logo.svg | 23 +++- src/api/code.ts | 8 +- src/assets/login/avatar.svg | 22 +++- src/assets/login/avatar1.svg | 1 + src/utils/http/index.ts | 2 +- src/views/codes/index/components/form.vue | 8 +- src/views/codes/index/index.vue | 16 ++- src/views/codes/index/utils/hook.tsx | 120 ++++++++++++++------ src/views/codes/log/components/details.vue | 96 +++++++++++----- src/views/codes/log/index.vue | 25 +++- src/views/codes/log/utils/hook.tsx | 36 +++--- src/views/data/feedback/components/form.vue | 35 ++++-- src/views/data/feedback/index.vue | 26 +++-- src/views/data/feedback/utils/hook.tsx | 21 ++-- src/views/data/import/components/form.vue | 25 ++-- src/views/data/import/index.vue | 32 +++++- src/views/data/import/utils/hook.tsx | 113 +++++++++--------- src/views/data/maintain/components/form.vue | 11 +- src/views/data/maintain/index.vue | 23 +++- src/views/data/maintain/utils/hook.tsx | 111 +++++++++--------- src/views/monitor/login/utils/hook.tsx | 1 + src/views/monitor/operation/hook.tsx | 2 +- src/views/monitor/operation/utils/hook.tsx | 2 +- src/views/system/department/utils/hook.tsx | 1 + src/views/system/permission/utils/hook.tsx | 1 + src/views/system/user/utils/hook.tsx | 4 +- src/views/welcome/components/ChartBar.vue | 10 +- src/views/welcome/index.vue | 20 +++- 33 files changed, 635 insertions(+), 268 deletions(-) create mode 100644 public/logo.png create mode 100644 src/assets/login/avatar1.svg diff --git a/index.html b/index.html index 1c458d9..fb4faab 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 海关编码查询系统 + 清关编码查询系统