From 9f7b4735862f27fae557771a6495b35f28f7881b Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 28 Dec 2021 16:15:14 +0800
Subject: [PATCH] 统计修改

---
 src/views/statisticalQueryManagement/businessStatistics.vue |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/src/views/statisticalQueryManagement/businessStatistics.vue b/src/views/statisticalQueryManagement/businessStatistics.vue
index d68a400..03d3938 100644
--- a/src/views/statisticalQueryManagement/businessStatistics.vue
+++ b/src/views/statisticalQueryManagement/businessStatistics.vue
@@ -35,6 +35,7 @@
     <el-dialog
       class="tongji-class"
       :title="dialogTitle"
+      width="80%"
       append-to-body
       :visible.sync="dialogShow"
       v-if="dialogShow"
@@ -102,24 +103,6 @@
       value1: "",
       value2: "",
       tableData: [
-        // {
-        //   company: "江西省永安保安服务有限公司",
-        //   subOffice: "南昌市公安局",
-        //   customer: "76",
-        //   num: "1124"
-        // },
-        // {
-        //   company: "南昌市赣水保安服务有限公司",
-        //   subOffice: "东湖分局",
-        //   customer: "85",
-        //   num: "1428"
-        // },
-        // {
-        //   company: "江西中业兴达保安服务有限公司",
-        //   subOffice: "西湖分局",
-        //   customer: "46",
-        //   num: "974"
-        // }
       ],
       tableOption: {
         // excelBtn: true,
@@ -141,7 +124,6 @@
         viewBtn: true,
         dialogClickModal: false,
         column: [
-          
           {
             label: "公司名称",
             prop: "enterpriseName",

--
Gitblit v1.9.3