From d12a6417b68790d5da74566a67e6f52384e1e348 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 04 Jan 2022 11:39:20 +0800
Subject: [PATCH] 保安员学历分布情况统计修改

---
 src/views/securityAnalysis/index.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/securityAnalysis/index.vue b/src/views/securityAnalysis/index.vue
index 3ce72e1..2e9a331 100644
--- a/src/views/securityAnalysis/index.vue
+++ b/src/views/securityAnalysis/index.vue
@@ -40,7 +40,7 @@
     </div>
     <div class="securityAnalysisright">
       <div class="dispatchSecurity" ref="ech5">
-        <!-- 保安派遣情况统计
+        <!-- 保安员年龄分布情况统计
         <div>饼图</div> -->
       </div>
       <div class="socialSecurity" ref="ech6">
@@ -809,7 +809,7 @@
       d = this.setColor(d, this.colors);
       option = {
         title: {
-          text: "保安派遣情况统计",
+          text: "保安员年龄分布情况统计",
           // subtext: "纯属虚构",
           top: 25,
           left: "center",
@@ -817,7 +817,7 @@
         tooltip: {
           trigger: "item",
         },
-        toolbox: this.gettoolbox("派遣情况查询", "保安员派遣情况明细", 5),
+        toolbox: this.gettoolbox("保安员年龄分布情况查询", "保安员年龄分布情况明细", 5),
         legend: {
           // orient: "vertical",
           // left: "left",
@@ -861,15 +861,14 @@
       // d = this.setColor(d, this.colors);
       option = {
         title: {
-          text: "保安员学历分布统计",
-          // subtext: "纯属虚构",
+          text: "保安员学历分布情况统计",
           top: 25,
           left: "center",
         },
         tooltip: {
           trigger: "item",
         },
-        toolbox: this.gettoolbox("社保缴纳查询", "保安员社保缴纳明细", 6),
+        toolbox: this.gettoolbox("保安员学历分布情况查询", "保安员学历分布情况明细", 6),
         legend: {
           // orient: "vertical",
           // left: "left",

--
Gitblit v1.9.3