From d2e76fb70eea883bf4a365c8b795f3f2ce9d6de8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 02 Aug 2021 19:48:03 +0800
Subject: [PATCH] 加入现场检查接口页面  未对接

---
 src/views/securityUnitOperation/operationAnalysis.vue |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/src/views/securityUnitOperation/operationAnalysis.vue b/src/views/securityUnitOperation/operationAnalysis.vue
index caeadcb..9f4f237 100644
--- a/src/views/securityUnitOperation/operationAnalysis.vue
+++ b/src/views/securityUnitOperation/operationAnalysis.vue
@@ -114,65 +114,65 @@
       options0: [
         {
           value: "2012",
-          label: "2012年"
+          label: "2012年",
         },
         {
           value: "2011",
-          label: "2011年"
+          label: "2011年",
         },
         {
           value: "2010",
-          label: "2010年"
+          label: "2010年",
         },
         {
           value: "2009",
-          label: "2009年"
+          label: "2009年",
         },
         {
           value: "2008",
-          label: "2008年"
+          label: "2008年",
         },
         {
           value: "2007",
-          label: "2007年"
-        }
+          label: "2007年",
+        },
       ],
       options1: [
         {
           value: "1",
-          label: "南昌市公安局"
+          label: "南昌市公安局",
         },
         {
           value: "2",
-          label: "东湖分局"
+          label: "东湖分局",
         },
         {
           value: "3",
-          label: "西湖分局"
+          label: "西湖分局",
         },
         {
           value: "4",
-          label: "青云谱分局"
+          label: "青云谱分局",
         },
         {
           value: "5",
-          label: "青山湖分局"
-        }
+          label: "青山湖分局",
+        },
       ],
       options2: [
         {
           value: "1",
-          label: "江西省永安保安服务有限公司"
+          label: "江西省永安保安服务有限公司",
         },
         {
           value: "2",
-          label: "南昌市赣水保安服务有限公司"
+          label: "南昌市赣水保安服务有限公司",
         },
         {
           value: "3",
-          label: "江西中业兴达保安服务有限公司"
-        }
-      ]
+          label: "江西中业兴达保安服务有限公司",
+        },
+      ],
     };
   },
   methods: {
@@ -191,11 +191,11 @@
     },
     toOperationTable() {
       this.$router.push({ path: "/securityUnitOperation/operationTable" });
-    }
+    },
   },
   mounted() {
     this.setEchart();
-  }
+  },
 };
 </script>
 <style lang="scss" scoped>

--
Gitblit v1.9.3