From 86633a46ceb72f3311332ee9dd997281a17e50fd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 22 Jul 2021 10:58:42 +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