From 5cb766b1125c1ba50b443310bfb94c70e49cab91 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Mon, 10 Mar 2025 16:53:31 +0800
Subject: [PATCH] mzak
---
src/components/webBooking/WebBookingMzak.vue | 28 +++++++----
src/views/user-list/AuditLog.vue | 49 ++++++++++----------
2 files changed, 43 insertions(+), 34 deletions(-)
diff --git a/src/components/webBooking/WebBookingMzak.vue b/src/components/webBooking/WebBookingMzak.vue
index 0a021ca..429b6f6 100644
--- a/src/components/webBooking/WebBookingMzak.vue
+++ b/src/components/webBooking/WebBookingMzak.vue
@@ -17,7 +17,7 @@
检索关键字
-
+
状态
@@ -27,25 +27,31 @@
-
+
- 读身份证
-
-
- 查询
+ 读身份证
+
+ 查询
+
+ 导出excel
+
+ size="small" @row-click="rowClick" ref="webBooking" id="webBookingMzak">
+
+
-
+
@@ -81,7 +87,7 @@ import { mapState } from "vuex";
import { getapi, postapi, putapi, deletapi } from "@/api/api";
import { dddw, deepCopy } from "../../utlis/proFunc";
import moment from "moment";
-
+import { exportToExcel } from "../../utlis/Export2Excel";
export default {
components: {
@@ -213,6 +219,10 @@ export default {
})
},
+ handleExport() {
+ exportToExcel("#webBookingMzak", "网上预约--人寿", false);
+ },
+
// 查询
btnQuery() {
// if (!(this.query.appointStartDate && this.query.appointStopDate)) {
diff --git a/src/views/user-list/AuditLog.vue b/src/views/user-list/AuditLog.vue
index ac5ba7b..10549e8 100644
--- a/src/views/user-list/AuditLog.vue
+++ b/src/views/user-list/AuditLog.vue
@@ -8,31 +8,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.executionTime | dateFormat }}
-
-
-
-
-
-
- 查看
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.executionTime | dateFormat }}
+
+
+
+
+
+
+
+ 查看
+
+
+