From 25fcadb5826beff9a0e25761579a2d1014d9fa04 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 19 Apr 2021 11:09:10 +0800
Subject: [PATCH] 警情导出提示语名称修改,处警队伍管理地图引入并定位

---
 src/views/healthcode/healthcode.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/healthcode/healthcode.vue b/src/views/healthcode/healthcode.vue
index e003b15..31f69a7 100644
--- a/src/views/healthcode/healthcode.vue
+++ b/src/views/healthcode/healthcode.vue
@@ -297,7 +297,7 @@
       },
       //数据导出
       handleExport() {
-        this.$confirm("是否导出用户数据?", "提示", {
+        this.$confirm("是否导出健康码数据?", "提示", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning"
@@ -307,7 +307,7 @@
       },
       //数据报表导出
       handleExportStatis() {
-        this.$confirm("是否导出用户数据?", "提示", {
+        this.$confirm("是否导出健康码数据?", "提示", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning"

--
Gitblit v1.9.3