From f3a17474c7957b3fc926da72b2daed6a5e9be965 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Sat, 11 Oct 2025 14:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ExportRecord/index.vue | 296 ++++++++++++++++++ src/components/ImportRecord/index.vue | 310 +++++++++++++++++++ src/views/serviceMenu/serviceSites/index.vue | 269 +++++++++++++++- 3 files changed, 869 insertions(+), 6 deletions(-) create mode 100644 src/components/ExportRecord/index.vue create mode 100644 src/components/ImportRecord/index.vue diff --git a/src/components/ExportRecord/index.vue b/src/components/ExportRecord/index.vue new file mode 100644 index 0000000..ea2086b --- /dev/null +++ b/src/components/ExportRecord/index.vue @@ -0,0 +1,296 @@ + + + + + \ No newline at end of file diff --git a/src/components/ImportRecord/index.vue b/src/components/ImportRecord/index.vue new file mode 100644 index 0000000..42e86f2 --- /dev/null +++ b/src/components/ImportRecord/index.vue @@ -0,0 +1,310 @@ + + + + + + + + + diff --git a/src/views/serviceMenu/serviceSites/index.vue b/src/views/serviceMenu/serviceSites/index.vue index 037a2a6..a790f1d 100644 --- a/src/views/serviceMenu/serviceSites/index.vue +++ b/src/views/serviceMenu/serviceSites/index.vue @@ -66,18 +66,18 @@ 导入 - + 导入记录 - + 导出 - + @@ -145,8 +145,29 @@ + + + + + + + \ No newline at end of file