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 @@
+
+
+
+
+
+
+
+
+ {{ getStatusText(record.status) }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看详情
+
+
+ 下载文件
+
+
+ 重新导出
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+
+ {{ getStatusText(record.status) }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看异常数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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