From 19b2aecdae749714ece664c8faddd7bda846f9f1 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Sun, 12 Sep 2021 22:45:45 +0800
Subject: [PATCH] 更改界面

---
 src/views/statisticalQueryManagement/securityGuardStatistics.vue |   78 +++++++-------------------------------
 1 files changed, 15 insertions(+), 63 deletions(-)

diff --git a/src/views/statisticalQueryManagement/securityGuardStatistics.vue b/src/views/statisticalQueryManagement/securityGuardStatistics.vue
index 589f184..3034a63 100644
--- a/src/views/statisticalQueryManagement/securityGuardStatistics.vue
+++ b/src/views/statisticalQueryManagement/securityGuardStatistics.vue
@@ -27,7 +27,7 @@
   selectLi,
   dictionaryList
 } from "../../api/statisticalQueryManagement/statisticalQueryManagement";
-import { lazyTreeJu ,lazyTrees} from "../../api/index/index";
+import { lazyTreeJu, lazyTrees } from "../../api/index/index";
 export default {
   name: "业务情况统计",
   data() {
@@ -40,44 +40,7 @@
       query: {},
       value1: "",
       value2: "",
-      tableData: [
-        // {
-        //   company: "江西省永安保安服务有限公司",
-        //   subOffice: "东湖分局",
-        //   total: "21540",
-        //   holder: "21520",
-        //   nosend: "10200",
-        //   send: "1320",
-        //   nopicture: "314",
-        //   qualification: "142",
-        //   pass: "21120",
-        //   socialSecurity: "21535",
-        // },
-        // {
-        //   company: "南昌市赣水保安服务有限公司",
-        //   subOffice: "东湖分局",
-        //   total: "21540",
-        //   holder: "21520",
-        //   nosend: "10200",
-        //   send: "1320",
-        //   nopicture: "314",
-        //   qualification: "142",
-        //   pass: "21120",
-        //   socialSecurity: "21535",
-        // },
-        // {
-        //   company: "江西中业兴达保安服务有限公司",
-        //   subOffice: "东湖分局",
-        //   total: "21540",
-        //   holder: "21520",
-        //   nosend: "10200",
-        //   send: "1320",
-        //   nopicture: "314",
-        //   qualification: "142",
-        //   pass: "21120",
-        //   socialSecurity: "21535",
-        // },
-      ],
+      tableData: [],
       tableOption: {
         align: "center",
         viewBtn: true,
@@ -130,28 +93,7 @@
             },
             // dicUrl: "/api/information/lazyTreeJu",
             // dicMethod:'post',
-            dicData: [
-              // {
-              //   value: "0",
-              //   label: "南昌市公安局"
-              // },
-              // {
-              //   value: "2",
-              //   label: "东湖分局"
-              // },
-              // {
-              //   value: "3",
-              //   label: "西湖分局"
-              // },
-              // {
-              //   value: "4",
-              //   label: "青云谱分局"
-              // },
-              // {
-              //   value: "5",
-              //   label: "青山湖分局"
-              // }
-            ],
+            dicData: [],
             search: true,
             rules: [
               {
@@ -181,9 +123,19 @@
             prop: "paiqnum",
             display: false
           },
+          // {
+          //   label: "未采集照片人数",
+          //   prop: "wcaijnum",
+          //   display: false
+          // },
           {
-            label: "未采集照片人数",
-            prop: "wcaijnum",
+            label: "已采集照片人数",
+            prop: "",
+            display: false
+          },
+          {
+            label: "已采集指纹人数",
+            prop: "",
             display: false
           },
           {

--
Gitblit v1.9.3