瀏覽代碼

Merge remote-tracking branch 'remotes/origin/tjj2' into yx

chenminghua 4 年之前
父節點
當前提交
2744dc6062

+ 31 - 8
src/App.vue

@@ -1,9 +1,9 @@
 <template>
   <!-- <div v-if="!showSisView && isLogined" class="main"> -->
-    <div  class="main">
+    <div  class="main" v-if="!showSisView && isLogined">
     <!-- <div v-if="token !==''" class="main"> -->
     <div class="header-body">
-      <div class="header-title">
+      <div class="header-title" >
         <svg
           version="1.1"
           xmlns="http://www.w3.org/2000/svg"
@@ -235,7 +235,7 @@ l16.229-16.229l16.229,16.229l42.867-42.867C115.034,45.228,109.133,42.189,102.956
         </svg>
       </div>
       <div class="header-menu-body">
-        <Header v-if="!showSisView && isLogined" @onMenuClick="HeaderMenuClick" />
+        <Header  @onMenuClick="HeaderMenuClick" />
       </div>
     </div>
     <div
@@ -244,12 +244,15 @@ l16.229-16.229l16.229,16.229l42.867-42.867C115.034,45.228,109.133,42.189,102.956
       @mouseenter="showMenu"
       @mouseleave="hideMenu"
     >
-      <Menu v-if="!showSisView && isLogined" :root="root" />
+      <Menu  :root="root" />
     </div>
     <div class="main-body">
       <router-view />
     </div>
   </div>
+  <div v-else class="login">
+    <login-page />
+  </div>
   <!-- <login-page v-if="!showSisView && !isLogined" @onLogin="login" /> -->
    <!-- <div v-else-if="token == ''">
     {{token}}
@@ -266,13 +269,13 @@ import Header from "@/views/layout/Header.vue";
 
 import { mapMutations } from "vuex";
 
-// import LoginPage from "./views/layout/login-page.vue";
+import LoginPage from "./views/layout/login-page.vue";
 import sisView from "./views/sisView/index.vue";
 export default {
   components: {
     Menu,
     Header,
-    // LoginPage,
+    LoginPage,
     sisView,
   },
 
@@ -287,7 +290,16 @@ export default {
       memuCloseTimeout: null,
     };
   },
-
+ beforeCreate(){
+   let authToken = localStorage.getItem('authToken')
+   console.log('authToken:', authToken)
+  if (authToken === null || authToken === "") {
+		// document.querySelector('body').setAttribute("style","background-image:url('./assets/login.jpg')")
+    document.querySelector('body').setAttribute("style","background-color:#040c0b;background-size:auto;background-image:url('./assets/login.jpg')")
+		} else {
+			document.querySelector('body').setAttribute("style","background-image:url('./assets/background.png');background-size:cover")
+		}
+ },
   created() {
     let that = this;
 
@@ -360,7 +372,7 @@ export default {
     $route(res) {
       console.log('resRoute:',res)
       this.showSisView = res.fullPath === "/sisView";
-      this.isLogined = res.path !=='/login'
+      // this.isLogined = res.path !=='/login'
     },
   },
 };
@@ -460,4 +472,15 @@ body {
     // }
   }
 }
+.login{
+  width: 100vw;
+  height: 100%;
+  display: flex;
+  flex-wrap: wrap;
+  overflow: hidden;
+  background-image: url("./assets/login.jpg");
+  background-color: #040c0b;
+    opacity: 0.2;
+    position: absolute;
+}
 </style>

二進制
src/assets/login.jpg


二進制
src/assets/sislogo.png


+ 28 - 13
src/router/index.js

@@ -539,6 +539,21 @@ const routes = [{
 	name: "fxzstmain",
 	component: () => import("../views/windAnalysis/fxzstmain.vue"),
 },
+{
+path:"/health/MalfunctionWarning/", //故障预警
+name:"MalfunctionWarning",
+component:() => import("../views/MalfunctionWarning/MalfunctionWarning.vue")
+},
+{
+	path:"/health/MalfunctionWarning/DBscan", //dbscan
+	name:"DBscan",
+	component:() => import("../views/MalfunctionWarning/DBscan.vue")
+},
+{
+	path:"/health/MalfunctionWarning/mdjl", //密度聚类
+	name:"mdjl",
+	component:() => import("../views/MalfunctionWarning/mdjl.vue")
+},
 /***********************************************************智慧检修************************************************************* */
 /***********************************************************安全管控************************************************************* */
 {
@@ -874,18 +889,18 @@ const router = createRouter({
 router.beforeEach((to, from, next) => {
 	next();
 });
-router.beforeEach((to, from, next) => {
-	if (to.path === '/login') {
-		next()
-	} else {
-		let authToken = localStorage.getItem('authToken')
-		console.log('authToken:', authToken)
-		if (authToken === null || authToken === "") {
-			next({ path: '/login' })
-		} else {
-			next()
-		}
-	}
-})
+// router.beforeEach((to, from, next) => {
+// 	if (to.path === '/login') {
+// 		next()
+// 	} else {
+// 		let authToken = localStorage.getItem('authToken')
+// 		console.log('authToken:', authToken)
+// 		if (authToken === null || authToken === "") {
+// 			next({ path: '/login' })
+// 		} else {
+// 			next()
+// 		}
+// 	}
+// })
 
 export default router;

+ 0 - 0
src/views/MalfunctionWarning/DBscan.vue


+ 186 - 0
src/views/MalfunctionWarning/MalfunctionWarning.vue

@@ -0,0 +1,186 @@
+<template>
+  <div class="decision-page-1">
+    <!-- 查询样式统一处理 样式在 assets/styles/form.less 文件中 -->
+    <div class="query mg-b-8">
+      <div class="query-items">
+        <div class="query-item">
+          <div class="lable">场站:</div>
+          <div class="search-input">
+            <el-select
+              v-model="value1"
+              @change="ChangZhanChange(value1)"
+              clearable
+              placeholder="请选择"
+              popper-class="select"
+            >
+              <el-option
+                v-for="item in ChangZhan"
+                :key="item.id"
+                :value="item.id"
+                :label="item.name"
+              >
+              </el-option>
+            </el-select>
+          </div>
+        </div>
+      </div>
+      <!-- <div class="query-actions">
+        <button class="btn green">搜索</button>
+        <button class="btn" @click="mxClick()">明细信息</button>
+        <button class="btn" @click="exportExcel()">导出</button>
+      </div> -->
+    </div>
+    <div class="actions mg-b-8">
+      <button
+        class="btn"
+        :class="TypeClass == 1 ? 'green' : ''"
+        @click="TypeClick(1)"
+      >
+        风场
+      </button>
+      <button
+        class="btn"
+        :class="TypeClass == 2 ? 'green' : ''"
+        @click="TypeClick(2)"
+      >
+        项目
+      </button>
+      <button
+        class="btn"
+        :class="TypeClass == 3 ? 'green' : ''"
+        @click="TypeClick(3)"
+      >
+        集电线路
+      </button>
+    </div>
+    <el-row :type="'flex'" class="content">
+      <el-col :span="12" class="pd-r-8">
+        <toolbar-panel title="风机绩效榜" :showLine="false">
+          <!-- <bar-line-chart
+            :height="'calc(100vh - 180px)'"
+            :bardata="bardata"
+            :lineData="lineData"
+            :color="barColor"
+            lineName="理论发电量"
+          /> -->
+        </toolbar-panel>
+      </el-col>
+      <el-col :span="12" class="pd-l-8">
+        <panel :title="'项目列表'" :showLine="false">
+          <!-- <div class="project-table">
+            <Table :data="tableData" :height="'calc(80vh - 50px)'">
+              <template v-slot:tr v-if="tableData.data.length > 0">
+                <tr>
+                  <td style="width: 50px">
+                    {{ tableDataEnd.index }}
+                  </td>
+                  <td style="width: 150px">
+                    {{ tableDataEnd.name }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.llfdl }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.sjfdl }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.speed }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.fjhjx }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.jhjx }}
+                  </td>
+                  <td style="width: 80px">
+                    {{ tableDataEnd.sl }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.xd }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.xn }}
+                  </td>
+                  <td>
+                    {{ tableDataEnd.fnlly }}
+                  </td>
+                </tr>
+              </template>
+            </Table>
+          </div> -->
+        </panel>
+      </el-col>
+    </el-row>
+  </div>
+</template>
+<script>
+import Panel from "../../components/coms/panel/panel.vue";
+import partten from "@/helper/partten.js";
+export default{
+      components: {
+    Panel,
+    partten,
+  },
+  data(){
+      return{}
+  },
+  created(){},
+  methods:{},
+}
+</script>
+<style lang="less">
+.decision-page-1 {
+  .com-panel .panel-title {
+    line-height: 3.4259vh;
+  }
+
+  .tools {
+    display: flex;
+    line-height: 3.4259vh;
+
+    .tool-block {
+      display: flex;
+      align-items: center;
+      margin-left: 0.741vh;
+
+      .legend {
+        flex: auto;
+        width: 0.741vh;
+        height: 0.741vh;
+        margin-right: 0.741vh;
+
+        &.long {
+          width: 2.963vh;
+          height: 0.37vh;
+        }
+      }
+
+      .legend-text {
+        color: @gray-l;
+        font-size: @fontsize-s;
+      }
+    }
+  }
+
+  .project-table {
+    overflow: auto;
+
+    tbody {
+      height: calc(100vh - 24.5vh);
+    }
+
+    td {
+      color: #b2bdc0;
+    }
+  }
+
+  .contentMx {
+    width: 100%;
+    overflow-x: auto;
+  }
+
+  .activeMx {
+    width: 150%;
+  }
+}
+</style>

+ 0 - 0
src/views/MalfunctionWarning/mdjl.vue


+ 97 - 97
src/views/WindSite/components/boosterstation/hzj.vue

@@ -124,35 +124,35 @@
 								<text transform="matrix(1 0 0 1 423.8242 241.8369)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="5.2918">015-0</text>
 								<text transform="matrix(1 0 0 1 252.9893 242.6836)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="5.2918">-3</text>
 								<g>
-									<circle fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" cx="184.523" cy="252.443" r="4.528"></circle>
+									<circle fill="none" stroke="#9F2962" stroke-miterlimit="10" cx="184.523" cy="252.443" r="4.528"></circle>
 			
-									<ellipse fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10.0003" cx="192.417" cy="252.453" rx="4.528" ry="4.528"></ellipse>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="183,250.352 184.523,251.963     186.178,250.352   "></polyline>
+									<ellipse fill="none" stroke="#9F2962" stroke-miterlimit="10.0003" cx="192.417" cy="252.453" rx="4.528" ry="4.528"></ellipse>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="183,250.352 184.523,251.963     186.178,250.352   "></polyline>
 			
-									<line fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" x1="184.48" y1="254.881" x2="184.48" y2="252.008"></line>
+									<line fill="none" stroke="#9F2962" stroke-miterlimit="10" x1="184.48" y1="254.881" x2="184.48" y2="252.008"></line>
 			
-									<ellipse fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10.0003" cx="188.757" cy="259.116" rx="4.529" ry="4.529"></ellipse>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="187.223,257.016 188.748,258.627     190.402,257.016   "></polyline>
+									<ellipse fill="none" stroke="#9F2962" stroke-miterlimit="10.0003" cx="188.757" cy="259.116" rx="4.529" ry="4.529"></ellipse>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="187.223,257.016 188.748,258.627     190.402,257.016   "></polyline>
 			
 									<line fill="none" stroke="#9F2962" stroke-width="1.2" stroke-miterlimit="10" x1="188.704" y1="261.37" x2="188.704" y2="258.844"></line>
-									<circle fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" cx="188.704" cy="245.824" r="4.528"></circle>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="187.18,243.559 188.704,245.17     190.315,243.559   "></polyline>
+									<circle fill="none" stroke="#9F2962" stroke-miterlimit="10" cx="188.704" cy="245.824" r="4.528"></circle>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="187.18,243.559 188.704,245.17     190.315,243.559   "></polyline>
 			
-									<line fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" x1="188.66" y1="248.088" x2="188.66" y2="245.213"></line>
-									<polygon fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="194.627,252.965 191.883,251.18     191.883,254.532   "></polygon>
+									<line fill="none" stroke="#9F2962" stroke-miterlimit="10" x1="188.66" y1="248.088" x2="188.66" y2="245.213"></line>
+									<polygon fill="none" stroke="#9F2962" stroke-miterlimit="10" points="194.627,252.965 191.883,251.18     191.883,254.532   "></polygon>
 								</g>
 								<g>
 			
-									<ellipse fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10.0003" cx="485.108" cy="264.5" rx="4.528" ry="4.528"></ellipse>
+									<ellipse fill="none" stroke="#9F2962" stroke-miterlimit="10.0003" cx="485.108" cy="264.5" rx="4.528" ry="4.528"></ellipse>
 			
-									<ellipse fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10.0003" cx="478.394" cy="268.33" rx="4.528" ry="4.528"></ellipse>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="476.871,266.249 478.397,267.86     480.052,266.249   "></polyline>
+									<ellipse fill="none" stroke="#9F2962" stroke-miterlimit="10.0003" cx="478.394" cy="268.33" rx="4.528" ry="4.528"></ellipse>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="476.871,266.249 478.397,267.86     480.052,266.249   "></polyline>
 			
 									<line fill="none" stroke="#9F2962" stroke-width="1.2" stroke-miterlimit="10" x1="478.353" y1="270.602" x2="478.353" y2="268.077"></line>
-									<circle fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" cx="478.353" cy="260.934" r="4.529"></circle>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="476.828,258.67 478.353,260.282     479.963,258.67   "></polyline>
-									<line fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" x1="478.31" y1="263.2" x2="478.31" y2="260.325"></line>
-									<polygon fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="487.324,265.028 484.58,263.243     484.58,266.596   "></polygon>
+									<circle fill="none" stroke="#9F2962" stroke-miterlimit="10" cx="478.353" cy="260.934" r="4.529"></circle>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="476.828,258.67 478.353,260.282     479.963,258.67   "></polyline>
+									<line fill="none" stroke="#9F2962" stroke-miterlimit="10" x1="478.31" y1="263.2" x2="478.31" y2="260.325"></line>
+									<polygon fill="none" stroke="#9F2962" stroke-miterlimit="10" points="487.324,265.028 484.58,263.243     484.58,266.596   "></polygon>
 								</g>
 								<rect x="530.656" y="326.87" opacity="0.9" fill="#1B2522" enable-background="new    " width="50.207" height="9.408"></rect>
 								<rect x="530.656" y="337.323" opacity="0.9" fill="#1B2522" enable-background="new    " width="50.207" height="9.406"></rect>
@@ -242,22 +242,22 @@
 								<rect x="188.573" y="157.418" fill="#95295D" width="0.784" height="35.928"></rect>
 								<rect x="188.573" y="205.409" fill="#95295D" width="0.784" height="35.93"></rect>
 								<g>
-									<circle fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" cx="408.498" cy="402.297" r="4.529"></circle>
+									<circle fill="none" stroke="#9F2962" stroke-miterlimit="10" cx="408.498" cy="402.297" r="4.529"></circle>
 			
-									<ellipse fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10.0003" cx="416.377" cy="402.293" rx="4.529" ry="4.529"></ellipse>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="406.976,400.206 408.498,401.817     410.154,400.206   "></polyline>
+									<ellipse fill="none" stroke="#9F2962" stroke-miterlimit="10.0003" cx="416.377" cy="402.293" rx="4.529" ry="4.529"></ellipse>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="406.976,400.206 408.498,401.817     410.154,400.206   "></polyline>
 			
-									<line fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" x1="408.455" y1="404.735" x2="408.455" y2="401.862"></line>
+									<line fill="none" stroke="#9F2962" stroke-miterlimit="10" x1="408.455" y1="404.735" x2="408.455" y2="401.862"></line>
 			
-									<ellipse fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10.0003" cx="412.722" cy="408.957" rx="4.528" ry="4.528"></ellipse>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="411.199,406.87 412.724,408.48     414.379,406.87   "></polyline>
+									<ellipse fill="none" stroke="#9F2962" stroke-miterlimit="10.0003" cx="412.722" cy="408.957" rx="4.528" ry="4.528"></ellipse>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="411.199,406.87 412.724,408.48     414.379,406.87   "></polyline>
 			
 									<line fill="none" stroke="#9F2962" stroke-width="1.2" stroke-miterlimit="10" x1="412.681" y1="411.225" x2="412.681" y2="408.698"></line>
-									<circle fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" cx="412.681" cy="395.677" r="4.528"></circle>
-									<polyline fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="411.156,393.413 412.681,395.024     414.291,393.413   "></polyline>
+									<circle fill="none" stroke="#9F2962" stroke-miterlimit="10" cx="412.681" cy="395.677" r="4.528"></circle>
+									<polyline fill="none" stroke="#9F2962" stroke-miterlimit="10" points="411.156,393.413 412.681,395.024     414.291,393.413   "></polyline>
 			
-									<line fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" x1="412.638" y1="397.942" x2="412.638" y2="395.067"></line>
-									<polygon fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" points="418.603,402.819 415.86,401.034     415.86,404.387   "></polygon>
+									<line fill="none" stroke="#9F2962" stroke-miterlimit="10" x1="412.638" y1="397.942" x2="412.638" y2="395.067"></line>
+									<polygon fill="none" stroke="#9F2962" stroke-miterlimit="10" points="418.603,402.819 415.86,401.034     415.86,404.387   "></polygon>
 								</g>
 								<rect x="412.113" y="385.965" fill="#95295D" width="0.783" height="5.228"></rect>
 								<rect x="188.573" y="181.458" fill="#95295D" width="11.279" height="0.783"></rect>
@@ -379,8 +379,8 @@
 								<rect x="363.147" y="422.089" fill="#9F2962" width="8.885" height="0.654"></rect>
 								<rect x="371.377" y="420.304" fill="#9F2962" width="0.654" height="2.439"></rect>
 								<rect x="363.147" y="420.304" fill="#9F2962" width="0.652" height="2.439"></rect>
-								<path fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" d="M364.365,415.687c0-1.827,1.48-3.309,3.312-3.309   c1.827,0,3.309,1.479,3.309,3.309c0,1.83-1.479,3.313-3.309,3.313"></path>
-								<path fill="none" stroke="#9F2962" stroke-width="1.6" stroke-miterlimit="10" d="M367.72,412.683c-0.089,0-0.175,0-0.218,0   c-1.83,0-3.311,1.48-3.311,3.312h3.527L367.72,412.683L367.72,412.683z"></path>
+								<path fill="none" stroke="#9F2962" stroke-miterlimit="10" d="M364.365,415.687c0-1.827,1.48-3.309,3.312-3.309   c1.827,0,3.309,1.479,3.309,3.309c0,1.83-1.479,3.313-3.309,3.313"></path>
+								<path fill="none" stroke="#9F2962" stroke-miterlimit="10" d="M367.72,412.683c-0.089,0-0.175,0-0.218,0   c-1.83,0-3.311,1.48-3.311,3.312h3.527L367.72,412.683L367.72,412.683z"></path>
 								<rect x="8.953" y="314.452" opacity="0.9" fill="#1B2522" enable-background="new    " width="34.622" height="10.19"></rect>
 								<rect x="9.008" y="325.604" opacity="0.9" fill="#1B2522" enable-background="new    " width="34.622" height="10.189"></rect>
 								<rect x="8.953" y="336.977" opacity="0.9" fill="#1B2522" enable-background="new    " width="34.622" height="10.191"></rect>
@@ -517,92 +517,92 @@
 							</g>
 							<g id="kg">
 								<g>
-									<g id="_x31_11-0off_6_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="200.549" y1="184.811" x2="200.549" y2="178.93"></line> <path fill="#9A2B2D" d="M210.087,182.807c-0.609,0-1.132-0.522-1.132-1.133c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C211.219,182.284,210.696,182.807,210.087,182.807 M210.087,183.678     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047s-2.047,0.914-2.047,2.047     C208.041,182.762,208.954,183.678,210.087,183.678L210.087,183.678z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="200.68" y1="181.631" x2="208.476" y2="181.631"></line> </g>
-									<!-- <g id="_x31_11-0on_6_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="200.549" y1="184.811" x2="200.549" y2="178.93"></line> <path fill="#419B48" d="M210.087,182.807c-0.609,0-1.132-0.522-1.132-1.133c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C211.219,182.284,210.696,182.807,210.087,182.807 M210.087,183.678     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047s-2.047,0.914-2.047,2.047     C208.041,182.762,208.954,183.678,210.087,183.678L210.087,183.678z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="201.943" y1="178.801" x2="208.476" y2="181.893"></line> </g> -->
+									<g id="_x31_11-0off_6_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="200.549" y1="184.811" x2="200.549" y2="178.93"></line> <path fill="#9A2B2D" d="M210.087,182.807c-0.609,0-1.132-0.522-1.132-1.133c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C211.219,182.284,210.696,182.807,210.087,182.807 M210.087,183.678     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047s-2.047,0.914-2.047,2.047     C208.041,182.762,208.954,183.678,210.087,183.678L210.087,183.678z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="200.68" y1="181.631" x2="208.476" y2="181.631"></line> </g>
+									<!-- <g id="_x31_11-0on_6_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="200.549" y1="184.811" x2="200.549" y2="178.93"></line> <path fill="#419B48" d="M210.087,182.807c-0.609,0-1.132-0.522-1.132-1.133c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C211.219,182.284,210.696,182.807,210.087,182.807 M210.087,183.678     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047s-2.047,0.914-2.047,2.047     C208.041,182.762,208.954,183.678,210.087,183.678L210.087,183.678z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="201.943" y1="178.801" x2="208.476" y2="181.893"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off_7_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="185.831" y1="193.868" x2="191.709" y2="193.868"></line> <path fill="#9A2B2D" d="M187.79,203.405c0-0.609,0.523-1.131,1.132-1.131c0.61,0,1.132,0.521,1.132,1.131     c0,0.609-0.522,1.133-1.132,1.133C188.313,204.54,187.79,204.016,187.79,203.405 M186.918,203.405     c0,1.133,0.915,2.047,2.047,2.047s2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047S186.918,202.274,186.918,203.405     L186.918,203.405z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="188.965" y1="194.001" x2="188.965" y2="201.795"></line> </g>
-									<!-- <g id="_x31_11-0on_7_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="185.831" y1="193.868" x2="191.709" y2="193.868"></line> <path fill="#419B48" d="M187.79,203.405c0-0.609,0.523-1.131,1.132-1.131c0.61,0,1.132,0.521,1.132,1.131     c0,0.609-0.522,1.133-1.132,1.133C188.313,204.54,187.79,204.016,187.79,203.405 M186.918,203.405     c0,1.133,0.915,2.047,2.047,2.047s2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047S186.918,202.274,186.918,203.405     L186.918,203.405z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="191.796" y1="195.262" x2="188.704" y2="201.795"></line> </g> -->
+									<g id="_x31_11-0off_7_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="185.831" y1="193.868" x2="191.709" y2="193.868"></line> <path fill="#9A2B2D" d="M187.79,203.405c0-0.609,0.523-1.131,1.132-1.131c0.61,0,1.132,0.521,1.132,1.131     c0,0.609-0.522,1.133-1.132,1.133C188.313,204.54,187.79,204.016,187.79,203.405 M186.918,203.405     c0,1.133,0.915,2.047,2.047,2.047s2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047S186.918,202.274,186.918,203.405     L186.918,203.405z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="188.965" y1="194.001" x2="188.965" y2="201.795"></line> </g>
+									<!-- <g id="_x31_11-0on_7_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="185.831" y1="193.868" x2="191.709" y2="193.868"></line> <path fill="#419B48" d="M187.79,203.405c0-0.609,0.523-1.131,1.132-1.131c0.61,0,1.132,0.521,1.132,1.131     c0,0.609-0.522,1.133-1.132,1.133C188.313,204.54,187.79,204.016,187.79,203.405 M186.918,203.405     c0,1.133,0.915,2.047,2.047,2.047s2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047S186.918,202.274,186.918,203.405     L186.918,203.405z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="191.796" y1="195.262" x2="188.704" y2="201.795"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off_8_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="200.549" y1="223.135" x2="200.549" y2="217.254"></line> <path fill="#9A2B2D" d="M210.087,221.131c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S210.696,221.131,210.087,221.131 M210.087,222.002c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049s-2.047,0.916-2.047,2.049C208.041,221.086,208.954,222.002,210.087,222.002L210.087,222.002z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="200.68" y1="219.956" x2="208.476" y2="219.956"></line> </g>
-									<!-- <g id="_x31_11-0on_8_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="200.549" y1="223.135" x2="200.549" y2="217.254"></line> <path fill="#419B48" d="M210.087,221.131c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S210.696,221.131,210.087,221.131 M210.087,222.002c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049s-2.047,0.916-2.047,2.049C208.041,221.086,208.954,222.002,210.087,222.002L210.087,222.002z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="201.943" y1="217.124" x2="208.476" y2="220.217"></line> </g> -->
+									<g id="_x31_11-0off_8_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="200.549" y1="223.135" x2="200.549" y2="217.254"></line> <path fill="#9A2B2D" d="M210.087,221.131c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S210.696,221.131,210.087,221.131 M210.087,222.002c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049s-2.047,0.916-2.047,2.049C208.041,221.086,208.954,222.002,210.087,222.002L210.087,222.002z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="200.68" y1="219.956" x2="208.476" y2="219.956"></line> </g>
+									<!-- <g id="_x31_11-0on_8_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="200.549" y1="223.135" x2="200.549" y2="217.254"></line> <path fill="#419B48" d="M210.087,221.131c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S210.696,221.131,210.087,221.131 M210.087,222.002c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049s-2.047,0.916-2.047,2.049C208.041,221.086,208.954,222.002,210.087,222.002L210.087,222.002z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="201.943" y1="217.124" x2="208.476" y2="220.217"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="174.401" x2="275.15" y2="168.521"></line> <path fill="#9A2B2D" d="M284.688,172.399c-0.609,0-1.132-0.523-1.132-1.134c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C285.819,171.876,285.297,172.399,284.688,172.399 M284.688,173.27     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.914-2.047,2.047     C282.64,172.354,283.555,173.27,284.688,173.27L284.688,173.27z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="275.28" y1="171.223" x2="283.076" y2="171.223"></line> </g>
-									<!-- <g id="_x31_11-0on"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="174.401" x2="275.15" y2="168.521"></line> <path fill="#419B48" d="M284.688,172.399c-0.609,0-1.132-0.523-1.132-1.134c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C285.819,171.876,285.297,172.399,284.688,172.399 M284.688,173.27     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.914-2.047,2.047     C282.64,172.354,283.555,173.27,284.688,173.27L284.688,173.27z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="276.544" y1="168.391" x2="283.076" y2="171.485"></line> </g> -->
+									<g id="_x31_11-0off"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.15" y1="174.401" x2="275.15" y2="168.521"></line> <path fill="#9A2B2D" d="M284.688,172.399c-0.609,0-1.132-0.523-1.132-1.134c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C285.819,171.876,285.297,172.399,284.688,172.399 M284.688,173.27     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.914-2.047,2.047     C282.64,172.354,283.555,173.27,284.688,173.27L284.688,173.27z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.28" y1="171.223" x2="283.076" y2="171.223"></line> </g>
+									<!-- <g id="_x31_11-0on"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="275.15" y1="174.401" x2="275.15" y2="168.521"></line> <path fill="#419B48" d="M284.688,172.399c-0.609,0-1.132-0.523-1.132-1.134c0-0.609,0.523-1.131,1.132-1.131     c0.61,0,1.132,0.521,1.132,1.131C285.819,171.876,285.297,172.399,284.688,172.399 M284.688,173.27     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.914-2.047,2.047     C282.64,172.354,283.555,173.27,284.688,173.27L284.688,173.27z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="276.544" y1="168.391" x2="283.076" y2="171.485"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off_1_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="260.562" y1="178.93" x2="266.44" y2="178.93"></line> <path fill="#9A2B2D" d="M262.564,188.469c0-0.611,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.607-0.523,1.131-1.132,1.131S262.564,189.077,262.564,188.469 M261.693,188.469c0,1.131,0.915,2.045,2.047,2.045     c1.132,0,2.047-0.914,2.047-2.045c0-1.133-0.915-2.047-2.047-2.047C262.608,186.422,261.693,187.336,261.693,188.469     L261.693,188.469z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="263.74" y1="179.061" x2="263.74" y2="186.858"></line> </g>
-									<!-- <g id="_x31_11-0on_1_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="260.562" y1="178.93" x2="266.44" y2="178.93"></line> <path fill="#419B48" d="M262.564,188.469c0-0.611,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.607-0.523,1.131-1.132,1.131S262.564,189.077,262.564,188.469 M261.693,188.469c0,1.131,0.915,2.045,2.047,2.045     c1.132,0,2.047-0.914,2.047-2.045c0-1.133-0.915-2.047-2.047-2.047C262.608,186.422,261.693,187.336,261.693,188.469     L261.693,188.469z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="266.57" y1="180.325" x2="263.479" y2="186.858"></line> </g> -->
+									<g id="_x31_11-0off_1_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="260.562" y1="178.93" x2="266.44" y2="178.93"></line> <path fill="#9A2B2D" d="M262.564,188.469c0-0.611,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.607-0.523,1.131-1.132,1.131S262.564,189.077,262.564,188.469 M261.693,188.469c0,1.131,0.915,2.045,2.047,2.045     c1.132,0,2.047-0.914,2.047-2.045c0-1.133-0.915-2.047-2.047-2.047C262.608,186.422,261.693,187.336,261.693,188.469     L261.693,188.469z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="263.74" y1="179.061" x2="263.74" y2="186.858"></line> </g>
+									<!-- <g id="_x31_11-0on_1_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="260.562" y1="178.93" x2="266.44" y2="178.93"></line> <path fill="#419B48" d="M262.564,188.469c0-0.611,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.607-0.523,1.131-1.132,1.131S262.564,189.077,262.564,188.469 M261.693,188.469c0,1.131,0.915,2.045,2.047,2.045     c1.132,0,2.047-0.914,2.047-2.045c0-1.133-0.915-2.047-2.047-2.047C262.608,186.422,261.693,187.336,261.693,188.469     L261.693,188.469z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="266.57" y1="180.325" x2="263.479" y2="186.858"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off_2_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="203.928" x2="275.15" y2="198.049"></line> <path fill="#9A2B2D" d="M284.688,201.926c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S285.297,201.926,284.688,201.926 M284.688,202.797c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049c-1.132,0-2.047,0.916-2.047,2.049C282.64,201.881,283.555,202.797,284.688,202.797     L284.688,202.797z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="275.28" y1="200.751" x2="283.076" y2="200.751"></line> </g>
-									<!-- <g id="_x31_11-0on_2_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="203.928" x2="275.15" y2="198.049"></line> <path fill="#419B48" d="M284.688,201.926c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S285.297,201.926,284.688,201.926 M284.688,202.797c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049c-1.132,0-2.047,0.916-2.047,2.049C282.64,201.881,283.555,202.797,284.688,202.797     L284.688,202.797z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="276.544" y1="197.918" x2="283.076" y2="201.01"></line> </g> -->
+									<g id="_x31_11-0off_2_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.15" y1="203.928" x2="275.15" y2="198.049"></line> <path fill="#9A2B2D" d="M284.688,201.926c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S285.297,201.926,284.688,201.926 M284.688,202.797c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049c-1.132,0-2.047,0.916-2.047,2.049C282.64,201.881,283.555,202.797,284.688,202.797     L284.688,202.797z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.28" y1="200.751" x2="283.076" y2="200.751"></line> </g>
+									<!-- <g id="_x31_11-0on_2_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="275.15" y1="203.928" x2="275.15" y2="198.049"></line> <path fill="#419B48" d="M284.688,201.926c-0.609,0-1.132-0.522-1.132-1.133s0.523-1.133,1.132-1.133     c0.61,0,1.132,0.522,1.132,1.133S285.297,201.926,284.688,201.926 M284.688,202.797c1.132,0,2.047-0.916,2.047-2.047     c0-1.133-0.915-2.049-2.047-2.049c-1.132,0-2.047,0.916-2.047,2.049C282.64,201.881,283.555,202.797,284.688,202.797     L284.688,202.797z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="276.544" y1="197.918" x2="283.076" y2="201.01"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off_3_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="229.23" x2="275.15" y2="223.352"></line> <path fill="#9A2B2D" d="M284.688,227.227c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.521,1.132,1.133C285.819,226.706,285.297,227.227,284.688,227.227 M284.688,228.098     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,227.184,283.555,228.098,284.688,228.098L284.688,228.098z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="275.28" y1="226.051" x2="283.076" y2="226.051"></line> </g>
-									<!-- <g id="_x31_11-0on_3_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="229.23" x2="275.15" y2="223.352"></line> <path fill="#419B48" d="M284.688,227.227c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.521,1.132,1.133C285.819,226.706,285.297,227.227,284.688,227.227 M284.688,228.098     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,227.184,283.555,228.098,284.688,228.098L284.688,228.098z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="276.544" y1="223.221" x2="283.076" y2="226.313"></line> </g> -->
+									<g id="_x31_11-0off_3_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.15" y1="229.23" x2="275.15" y2="223.352"></line> <path fill="#9A2B2D" d="M284.688,227.227c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.521,1.132,1.133C285.819,226.706,285.297,227.227,284.688,227.227 M284.688,228.098     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,227.184,283.555,228.098,284.688,228.098L284.688,228.098z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.28" y1="226.051" x2="283.076" y2="226.051"></line> </g>
+									<!-- <g id="_x31_11-0on_3_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="275.15" y1="229.23" x2="275.15" y2="223.352"></line> <path fill="#419B48" d="M284.688,227.227c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.521,1.132,1.133C285.819,226.706,285.297,227.227,284.688,227.227 M284.688,228.098     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,227.184,283.555,228.098,284.688,228.098L284.688,228.098z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="276.544" y1="223.221" x2="283.076" y2="226.313"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off_4_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="260.562" y1="232.018" x2="266.44" y2="232.018"></line> <path fill="#9A2B2D" d="M262.564,241.555c0-0.608,0.522-1.131,1.132-1.131s1.132,0.521,1.132,1.131     c0,0.611-0.523,1.133-1.132,1.133S262.564,242.167,262.564,241.555 M261.693,241.555c0,1.133,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047C262.608,239.508,261.693,240.424,261.693,241.555     L261.693,241.555z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="263.74" y1="232.149" x2="263.74" y2="239.944"></line> </g>
-									<!-- <g id="_x31_11-0on_4_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="260.562" y1="232.018" x2="266.44" y2="232.018"></line> <path fill="#419B48" d="M262.564,241.555c0-0.608,0.522-1.131,1.132-1.131s1.132,0.521,1.132,1.131     c0,0.611-0.523,1.133-1.132,1.133S262.564,242.167,262.564,241.555 M261.693,241.555c0,1.133,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047C262.608,239.508,261.693,240.424,261.693,241.555     L261.693,241.555z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="266.57" y1="233.411" x2="263.479" y2="239.944"></line> </g> -->
+									<g id="_x31_11-0off_4_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="260.562" y1="232.018" x2="266.44" y2="232.018"></line> <path fill="#9A2B2D" d="M262.564,241.555c0-0.608,0.522-1.131,1.132-1.131s1.132,0.521,1.132,1.131     c0,0.611-0.523,1.133-1.132,1.133S262.564,242.167,262.564,241.555 M261.693,241.555c0,1.133,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047C262.608,239.508,261.693,240.424,261.693,241.555     L261.693,241.555z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="263.74" y1="232.149" x2="263.74" y2="239.944"></line> </g>
+									<!-- <g id="_x31_11-0on_4_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="260.562" y1="232.018" x2="266.44" y2="232.018"></line> <path fill="#419B48" d="M262.564,241.555c0-0.608,0.522-1.131,1.132-1.131s1.132,0.521,1.132,1.131     c0,0.611-0.523,1.133-1.132,1.133S262.564,242.167,262.564,241.555 M261.693,241.555c0,1.133,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047C262.608,239.508,261.693,240.424,261.693,241.555     L261.693,241.555z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="266.57" y1="233.411" x2="263.479" y2="239.944"></line> </g> -->
 								</g>
 								<g>
-									<g id="_x31_11-0off_5_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="262.895" x2="275.15" y2="257.016"></line> <path fill="#9A2B2D" d="M284.688,260.891c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.523,1.132,1.133C285.819,260.368,285.297,260.891,284.688,260.891 M284.688,261.762     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,260.848,283.555,261.762,284.688,261.762L284.688,261.762z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="275.28" y1="259.715" x2="283.076" y2="259.715"></line> </g>
-									<!-- <g id="_x31_11-0on_5_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="275.15" y1="262.895" x2="275.15" y2="257.016"></line> <path fill="#419B48" d="M284.688,260.891c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.523,1.132,1.133C285.819,260.368,285.297,260.891,284.688,260.891 M284.688,261.762     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,260.848,283.555,261.762,284.688,261.762L284.688,261.762z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="276.544" y1="256.885" x2="283.076" y2="259.977"></line> </g> -->
+									<g id="_x31_11-0off_5_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.15" y1="262.895" x2="275.15" y2="257.016"></line> <path fill="#9A2B2D" d="M284.688,260.891c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.523,1.132,1.133C285.819,260.368,285.297,260.891,284.688,260.891 M284.688,261.762     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,260.848,283.555,261.762,284.688,261.762L284.688,261.762z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="275.28" y1="259.715" x2="283.076" y2="259.715"></line> </g>
+									<!-- <g id="_x31_11-0on_5_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="275.15" y1="262.895" x2="275.15" y2="257.016"></line> <path fill="#419B48" d="M284.688,260.891c-0.609,0-1.132-0.521-1.132-1.131c0-0.609,0.523-1.133,1.132-1.133     c0.61,0,1.132,0.523,1.132,1.133C285.819,260.368,285.297,260.891,284.688,260.891 M284.688,261.762     c1.132,0,2.047-0.914,2.047-2.047c0-1.131-0.915-2.047-2.047-2.047c-1.132,0-2.047,0.916-2.047,2.047     C282.64,260.848,283.555,261.762,284.688,261.762L284.688,261.762z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="276.544" y1="256.885" x2="283.076" y2="259.977"></line> </g> -->
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg1055" id="_x31_11-0off_9_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="480.399" y1="177.45" x2="474.521" y2="177.45"></line> <path fill="#9A2B2D" d="M478.397,167.913c0,0.608-0.523,1.133-1.133,1.133c-0.61,0-1.134-0.522-1.134-1.133     s0.523-1.133,1.134-1.133C477.874,166.78,478.397,167.303,478.397,167.913 M479.269,167.913c0-1.133-0.916-2.047-2.047-2.047     c-1.134,0-2.047,0.914-2.047,2.047s0.913,2.047,2.047,2.047C478.353,169.96,479.269,169.045,479.269,167.913L479.269,167.913z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="477.222" y1="177.319" x2="477.222" y2="169.524"></line> </g>
-									<g v-else-if="ajaxData.hzjkg1055 == false" id="_x31_11-0on_9_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="480.399" y1="177.45" x2="474.521" y2="177.45"></line> <path fill="#419B48" d="M478.397,167.913c0,0.608-0.523,1.133-1.133,1.133c-0.61,0-1.134-0.522-1.134-1.133     s0.523-1.133,1.134-1.133C477.874,166.78,478.397,167.303,478.397,167.913 M479.269,167.913c0-1.133-0.916-2.047-2.047-2.047     c-1.134,0-2.047,0.914-2.047,2.047s0.913,2.047,2.047,2.047C478.353,169.96,479.269,169.045,479.269,167.913L479.269,167.913z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="474.39" y1="176.057" x2="477.483" y2="169.524"></line> </g>
+									<g v-if="ajaxData.hzjkg1055" id="_x31_11-0off_9_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="480.399" y1="177.45" x2="474.521" y2="177.45"></line> <path fill="#9A2B2D" d="M478.397,167.913c0,0.608-0.523,1.133-1.133,1.133c-0.61,0-1.134-0.522-1.134-1.133     s0.523-1.133,1.134-1.133C477.874,166.78,478.397,167.303,478.397,167.913 M479.269,167.913c0-1.133-0.916-2.047-2.047-2.047     c-1.134,0-2.047,0.914-2.047,2.047s0.913,2.047,2.047,2.047C478.353,169.96,479.269,169.045,479.269,167.913L479.269,167.913z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="477.222" y1="177.319" x2="477.222" y2="169.524"></line> </g>
+									<g v-else-if="ajaxData.hzjkg1055 == false" id="_x31_11-0on_9_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="480.399" y1="177.45" x2="474.521" y2="177.45"></line> <path fill="#419B48" d="M478.397,167.913c0,0.608-0.523,1.133-1.133,1.133c-0.61,0-1.134-0.522-1.134-1.133     s0.523-1.133,1.134-1.133C477.874,166.78,478.397,167.303,478.397,167.913 M479.269,167.913c0-1.133-0.916-2.047-2.047-2.047     c-1.134,0-2.047,0.914-2.047,2.047s0.913,2.047,2.047,2.047C478.353,169.96,479.269,169.045,479.269,167.913L479.269,167.913z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="474.39" y1="176.057" x2="477.483" y2="169.524"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg10505" id="_x31_11-0off_11_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="488.892" y1="191.213" x2="488.892" y2="185.333"></line> <path fill="#9A2B2D" d="M498.431,189.21c-0.611,0-1.134-0.523-1.134-1.133c0-0.61,0.521-1.133,1.134-1.133     c0.608,0,1.131,0.522,1.131,1.133C499.562,188.687,499.039,189.21,498.431,189.21 M498.431,190.081     c1.131,0,2.047-0.916,2.047-2.049c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,189.165,497.297,190.081,498.431,190.081L498.431,190.081z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="489.022" y1="188.032" x2="496.818" y2="188.032"></line> </g>
-									<g v-else-if="ajaxData.hzjkg10505 == false" id="_x31_11-0on_11_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="488.892" y1="191.213" x2="488.892" y2="185.333"></line> <path fill="#419B48" d="M498.431,189.21c-0.611,0-1.134-0.523-1.134-1.133c0-0.61,0.521-1.133,1.134-1.133     c0.608,0,1.131,0.522,1.131,1.133C499.562,188.687,499.039,189.21,498.431,189.21 M498.431,190.081     c1.131,0,2.047-0.916,2.047-2.049c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,189.165,497.297,190.081,498.431,190.081L498.431,190.081z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="490.285" y1="185.202" x2="496.818" y2="188.295"></line> </g>
+									<g v-if="ajaxData.hzjkg10505" id="_x31_11-0off_11_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="488.892" y1="191.213" x2="488.892" y2="185.333"></line> <path fill="#9A2B2D" d="M498.431,189.21c-0.611,0-1.134-0.523-1.134-1.133c0-0.61,0.521-1.133,1.134-1.133     c0.608,0,1.131,0.522,1.131,1.133C499.562,188.687,499.039,189.21,498.431,189.21 M498.431,190.081     c1.131,0,2.047-0.916,2.047-2.049c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,189.165,497.297,190.081,498.431,190.081L498.431,190.081z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="489.022" y1="188.032" x2="496.818" y2="188.032"></line> </g>
+									<g v-else-if="ajaxData.hzjkg10505 == false" id="_x31_11-0on_11_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="488.892" y1="191.213" x2="488.892" y2="185.333"></line> <path fill="#419B48" d="M498.431,189.21c-0.611,0-1.134-0.523-1.134-1.133c0-0.61,0.521-1.133,1.134-1.133     c0.608,0,1.131,0.522,1.131,1.133C499.562,188.687,499.039,189.21,498.431,189.21 M498.431,190.081     c1.131,0,2.047-0.916,2.047-2.049c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,189.165,497.297,190.081,498.431,190.081L498.431,190.081z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="490.285" y1="185.202" x2="496.818" y2="188.295"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg10503" id="_x31_11-0off_12_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="488.892" y1="218.692" x2="488.892" y2="212.813"></line> <path fill="#9A2B2D" d="M498.431,216.688c-0.611,0-1.134-0.521-1.134-1.131s0.521-1.133,1.134-1.133     c0.608,0,1.131,0.521,1.131,1.133C499.562,216.167,499.039,216.688,498.431,216.688 M498.431,217.559     c1.131,0,2.047-0.914,2.047-2.047c0-1.131-0.916-2.045-2.047-2.045c-1.134,0-2.047,0.914-2.047,2.045     C496.384,216.645,497.297,217.559,498.431,217.559L498.431,217.559z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="489.022" y1="215.512" x2="496.818" y2="215.512"></line> </g>
-									<g v-else-if="ajaxData.hzjkg10503 == false" id="_x31_11-0on_12_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="488.892" y1="218.692" x2="488.892" y2="212.813"></line> <path fill="#419B48" d="M498.431,216.688c-0.611,0-1.134-0.521-1.134-1.131s0.521-1.133,1.134-1.133     c0.608,0,1.131,0.521,1.131,1.133C499.562,216.167,499.039,216.688,498.431,216.688 M498.431,217.559     c1.131,0,2.047-0.914,2.047-2.047c0-1.131-0.916-2.045-2.047-2.045c-1.134,0-2.047,0.914-2.047,2.045     C496.384,216.645,497.297,217.559,498.431,217.559L498.431,217.559z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="490.285" y1="212.682" x2="496.818" y2="215.774"></line> </g>
+									<g v-if="ajaxData.hzjkg10503" id="_x31_11-0off_12_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="488.892" y1="218.692" x2="488.892" y2="212.813"></line> <path fill="#9A2B2D" d="M498.431,216.688c-0.611,0-1.134-0.521-1.134-1.131s0.521-1.133,1.134-1.133     c0.608,0,1.131,0.521,1.131,1.133C499.562,216.167,499.039,216.688,498.431,216.688 M498.431,217.559     c1.131,0,2.047-0.914,2.047-2.047c0-1.131-0.916-2.045-2.047-2.045c-1.134,0-2.047,0.914-2.047,2.045     C496.384,216.645,497.297,217.559,498.431,217.559L498.431,217.559z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="489.022" y1="215.512" x2="496.818" y2="215.512"></line> </g>
+									<g v-else-if="ajaxData.hzjkg10503 == false" id="_x31_11-0on_12_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="488.892" y1="218.692" x2="488.892" y2="212.813"></line> <path fill="#419B48" d="M498.431,216.688c-0.611,0-1.134-0.521-1.134-1.131s0.521-1.133,1.134-1.133     c0.608,0,1.131,0.521,1.131,1.133C499.562,216.167,499.039,216.688,498.431,216.688 M498.431,217.559     c1.131,0,2.047-0.914,2.047-2.047c0-1.131-0.916-2.045-2.047-2.045c-1.134,0-2.047,0.914-2.047,2.045     C496.384,216.645,497.297,217.559,498.431,217.559L498.431,217.559z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="490.285" y1="212.682" x2="496.818" y2="215.774"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg1053" id="_x31_11-0off_10_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="480.399" y1="233.456" x2="474.521" y2="233.456"></line> <path fill="#9A2B2D" d="M478.397,223.918c0,0.609-0.523,1.131-1.133,1.131c-0.61,0-1.134-0.521-1.134-1.131     c0-0.611,0.523-1.133,1.134-1.133C477.874,222.785,478.397,223.307,478.397,223.918 M479.269,223.918     c0-1.133-0.916-2.049-2.047-2.049c-1.134,0-2.047,0.916-2.047,2.049c0,1.131,0.913,2.047,2.047,2.047     C478.353,225.965,479.269,225.051,479.269,223.918L479.269,223.918z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="477.222" y1="233.325" x2="477.222" y2="225.53"></line> </g>
-									<g v-else-if="ajaxData.hzjkg1053 == false" id="_x31_11-0on_10_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="480.399" y1="233.456" x2="474.521" y2="233.456"></line> <path fill="#419B48" d="M478.397,223.918c0,0.609-0.523,1.131-1.133,1.131c-0.61,0-1.134-0.521-1.134-1.131     c0-0.611,0.523-1.133,1.134-1.133C477.874,222.785,478.397,223.307,478.397,223.918 M479.269,223.918     c0-1.133-0.916-2.049-2.047-2.049c-1.134,0-2.047,0.916-2.047,2.049c0,1.131,0.913,2.047,2.047,2.047     C478.353,225.965,479.269,225.051,479.269,223.918L479.269,223.918z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="474.39" y1="232.061" x2="477.483" y2="225.53"></line> </g>
+									<g v-if="ajaxData.hzjkg1053" id="_x31_11-0off_10_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="480.399" y1="233.456" x2="474.521" y2="233.456"></line> <path fill="#9A2B2D" d="M478.397,223.918c0,0.609-0.523,1.131-1.133,1.131c-0.61,0-1.134-0.521-1.134-1.131     c0-0.611,0.523-1.133,1.134-1.133C477.874,222.785,478.397,223.307,478.397,223.918 M479.269,223.918     c0-1.133-0.916-2.049-2.047-2.049c-1.134,0-2.047,0.916-2.047,2.049c0,1.131,0.913,2.047,2.047,2.047     C478.353,225.965,479.269,225.051,479.269,223.918L479.269,223.918z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="477.222" y1="233.325" x2="477.222" y2="225.53"></line> </g>
+									<g v-else-if="ajaxData.hzjkg1053 == false" id="_x31_11-0on_10_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="480.399" y1="233.456" x2="474.521" y2="233.456"></line> <path fill="#419B48" d="M478.397,223.918c0,0.609-0.523,1.131-1.133,1.131c-0.61,0-1.134-0.521-1.134-1.131     c0-0.611,0.523-1.133,1.134-1.133C477.874,222.785,478.397,223.307,478.397,223.918 M479.269,223.918     c0-1.133-0.916-2.049-2.047-2.049c-1.134,0-2.047,0.916-2.047,2.049c0,1.131,0.913,2.047,2.047,2.047     C478.353,225.965,479.269,225.051,479.269,223.918L479.269,223.918z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="474.39" y1="232.061" x2="477.483" y2="225.53"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg1050150" id="_x31_11-0off_14_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="449" y1="243.645" x2="443.121" y2="243.645"></line> <path fill="#9A2B2D" d="M446.996,234.108c0,0.61-0.521,1.133-1.131,1.133c-0.611,0-1.133-0.521-1.133-1.133     c0-0.607,0.52-1.132,1.133-1.132C446.476,232.975,446.996,233.499,446.996,234.108 M447.867,234.108     c0-1.132-0.914-2.048-2.047-2.048c-1.131,0-2.047,0.916-2.047,2.048c0,1.133,0.916,2.047,2.047,2.047     C446.953,236.155,447.867,235.241,447.867,234.108L447.867,234.108z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="445.82" y1="243.514" x2="445.82" y2="235.719"></line> </g>
-									<g v-else-if="ajaxData.hzjkg1050150 == false" id="_x31_11-0on_14_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="449" y1="243.645" x2="443.121" y2="243.645"></line> <path fill="#419B48" d="M446.996,234.108c0,0.61-0.521,1.133-1.131,1.133c-0.611,0-1.133-0.521-1.133-1.133     c0-0.607,0.52-1.132,1.133-1.132C446.476,232.975,446.996,233.499,446.996,234.108 M447.867,234.108     c0-1.132-0.914-2.048-2.047-2.048c-1.131,0-2.047,0.916-2.047,2.048c0,1.133,0.916,2.047,2.047,2.047     C446.953,236.155,447.867,235.241,447.867,234.108L447.867,234.108z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="442.99" y1="242.252" x2="446.082" y2="235.719"></line> </g>
+									<g v-if="ajaxData.hzjkg1050150" id="_x31_11-0off_14_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="449" y1="243.645" x2="443.121" y2="243.645"></line> <path fill="#9A2B2D" d="M446.996,234.108c0,0.61-0.521,1.133-1.131,1.133c-0.611,0-1.133-0.521-1.133-1.133     c0-0.607,0.52-1.132,1.133-1.132C446.476,232.975,446.996,233.499,446.996,234.108 M447.867,234.108     c0-1.132-0.914-2.048-2.047-2.048c-1.131,0-2.047,0.916-2.047,2.048c0,1.133,0.916,2.047,2.047,2.047     C446.953,236.155,447.867,235.241,447.867,234.108L447.867,234.108z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="445.82" y1="243.514" x2="445.82" y2="235.719"></line> </g>
+									<g v-else-if="ajaxData.hzjkg1050150 == false" id="_x31_11-0on_14_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="449" y1="243.645" x2="443.121" y2="243.645"></line> <path fill="#419B48" d="M446.996,234.108c0,0.61-0.521,1.133-1.131,1.133c-0.611,0-1.133-0.521-1.133-1.133     c0-0.607,0.52-1.132,1.133-1.132C446.476,232.975,446.996,233.499,446.996,234.108 M447.867,234.108     c0-1.132-0.914-2.048-2.047-2.048c-1.131,0-2.047,0.916-2.047,2.048c0,1.133,0.916,2.047,2.047,2.047     C446.953,236.155,447.867,235.241,447.867,234.108L447.867,234.108z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="442.99" y1="242.252" x2="446.082" y2="235.719"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg1050" id="_x31_11-0off_13_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="488.892" y1="247.827" x2="488.892" y2="241.948"></line> <path fill="#9A2B2D" d="M498.431,245.823c-0.611,0-1.134-0.521-1.134-1.134c0-0.606,0.521-1.131,1.134-1.131     c0.608,0,1.131,0.521,1.131,1.131C499.562,245.301,499.039,245.823,498.431,245.823 M498.431,246.694     c1.131,0,2.047-0.914,2.047-2.048c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,245.78,497.297,246.694,498.431,246.694L498.431,246.694z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="489.022" y1="244.646" x2="496.818" y2="244.646"></line> </g>
-									<g v-else-if="ajaxData.hzjkg1050 == false" id="_x31_11-0on_13_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="488.892" y1="247.827" x2="488.892" y2="241.948"></line> <path fill="#419B48" d="M498.431,245.823c-0.611,0-1.134-0.521-1.134-1.134c0-0.606,0.521-1.131,1.134-1.131     c0.608,0,1.131,0.521,1.131,1.131C499.562,245.301,499.039,245.823,498.431,245.823 M498.431,246.694     c1.131,0,2.047-0.914,2.047-2.048c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,245.78,497.297,246.694,498.431,246.694L498.431,246.694z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="490.285" y1="241.817" x2="496.818" y2="244.909"></line> </g>
+									<g v-if="ajaxData.hzjkg1050" id="_x31_11-0off_13_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="488.892" y1="247.827" x2="488.892" y2="241.948"></line> <path fill="#9A2B2D" d="M498.431,245.823c-0.611,0-1.134-0.521-1.134-1.134c0-0.606,0.521-1.131,1.134-1.131     c0.608,0,1.131,0.521,1.131,1.131C499.562,245.301,499.039,245.823,498.431,245.823 M498.431,246.694     c1.131,0,2.047-0.914,2.047-2.048c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,245.78,497.297,246.694,498.431,246.694L498.431,246.694z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="489.022" y1="244.646" x2="496.818" y2="244.646"></line> </g>
+									<g v-else-if="ajaxData.hzjkg1050 == false" id="_x31_11-0on_13_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="488.892" y1="247.827" x2="488.892" y2="241.948"></line> <path fill="#419B48" d="M498.431,245.823c-0.611,0-1.134-0.521-1.134-1.134c0-0.606,0.521-1.131,1.134-1.131     c0.608,0,1.131,0.521,1.131,1.131C499.562,245.301,499.039,245.823,498.431,245.823 M498.431,246.694     c1.131,0,2.047-0.914,2.047-2.048c0-1.131-0.916-2.047-2.047-2.047c-1.134,0-2.047,0.916-2.047,2.047     C496.384,245.78,497.297,246.694,498.431,246.694L498.431,246.694z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="490.285" y1="241.817" x2="496.818" y2="244.909"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg1050350" id="_x31_11-0off_15_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="452.181" y1="272.344" x2="458.06" y2="272.344"></line> <path fill="#9A2B2D" d="M454.183,281.883c0-0.609,0.522-1.133,1.133-1.133c0.611,0,1.133,0.521,1.133,1.133     c0,0.609-0.521,1.131-1.133,1.131C454.705,283.014,454.183,282.491,454.183,281.883 M453.312,281.883     c0,1.131,0.916,2.047,2.047,2.047c1.133,0,2.047-0.916,2.047-2.047c0-1.133-0.914-2.047-2.047-2.047     C454.228,279.836,453.312,280.751,453.312,281.883L453.312,281.883z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="455.358" y1="272.475" x2="455.358" y2="280.27"></line> </g>
-									<g v-else-if="ajaxData.hzjkg1050350 == false" id="_x31_11-0on_15_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="452.181" y1="272.344" x2="458.06" y2="272.344"></line> <path fill="#419B48" d="M454.183,281.883c0-0.609,0.522-1.133,1.133-1.133c0.611,0,1.133,0.521,1.133,1.133     c0,0.609-0.521,1.131-1.133,1.131C454.705,283.014,454.183,282.491,454.183,281.883 M453.312,281.883     c0,1.131,0.916,2.047,2.047,2.047c1.133,0,2.047-0.916,2.047-2.047c0-1.133-0.914-2.047-2.047-2.047     C454.228,279.836,453.312,280.751,453.312,281.883L453.312,281.883z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="458.19" y1="273.739" x2="455.099" y2="280.27"></line> </g>
+									<g v-if="ajaxData.hzjkg1050350" id="_x31_11-0off_15_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="452.181" y1="272.344" x2="458.06" y2="272.344"></line> <path fill="#9A2B2D" d="M454.183,281.883c0-0.609,0.522-1.133,1.133-1.133c0.611,0,1.133,0.521,1.133,1.133     c0,0.609-0.521,1.131-1.133,1.131C454.705,283.014,454.183,282.491,454.183,281.883 M453.312,281.883     c0,1.131,0.916,2.047,2.047,2.047c1.133,0,2.047-0.916,2.047-2.047c0-1.133-0.914-2.047-2.047-2.047     C454.228,279.836,453.312,280.751,453.312,281.883L453.312,281.883z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="455.358" y1="272.475" x2="455.358" y2="280.27"></line> </g>
+									<g v-else-if="ajaxData.hzjkg1050350 == false" id="_x31_11-0on_15_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="452.181" y1="272.344" x2="458.06" y2="272.344"></line> <path fill="#419B48" d="M454.183,281.883c0-0.609,0.522-1.133,1.133-1.133c0.611,0,1.133,0.521,1.133,1.133     c0,0.609-0.521,1.131-1.133,1.131C454.705,283.014,454.183,282.491,454.183,281.883 M453.312,281.883     c0,1.131,0.916,2.047,2.047,2.047c1.133,0,2.047-0.916,2.047-2.047c0-1.133-0.914-2.047-2.047-2.047     C454.228,279.836,453.312,280.751,453.312,281.883L453.312,281.883z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="458.19" y1="273.739" x2="455.099" y2="280.27"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg361" id="_x31_11-0off_21_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="34.712" y1="365.061" x2="40.591" y2="365.061"></line> <path fill="#9A2B2D" d="M36.715,374.6c0-0.61,0.522-1.133,1.132-1.133c0.61,0,1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131C37.237,375.73,36.715,375.21,36.715,374.6 M35.844,374.6c0,1.131,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047C36.759,372.553,35.844,373.467,35.844,374.6L35.844,374.6z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="37.891" y1="365.192" x2="37.891" y2="372.989"></line> </g>
-									<g v-else-if="ajaxData.hzjkg361 == false" id="_x31_11-0on_21_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="34.712" y1="365.061" x2="40.591" y2="365.061"></line> <path fill="#419B48" d="M36.715,374.6c0-0.61,0.522-1.133,1.132-1.133c0.61,0,1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131C37.237,375.73,36.715,375.21,36.715,374.6 M35.844,374.6c0,1.131,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047C36.759,372.553,35.844,373.467,35.844,374.6L35.844,374.6z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="40.722" y1="366.456" x2="37.63" y2="372.989"></line> </g>
+									<g v-if="ajaxData.hzjkg361" id="_x31_11-0off_21_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="34.712" y1="365.061" x2="40.591" y2="365.061"></line> <path fill="#9A2B2D" d="M36.715,374.6c0-0.61,0.522-1.133,1.132-1.133c0.61,0,1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131C37.237,375.73,36.715,375.21,36.715,374.6 M35.844,374.6c0,1.131,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047C36.759,372.553,35.844,373.467,35.844,374.6L35.844,374.6z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="37.891" y1="365.192" x2="37.891" y2="372.989"></line> </g>
+									<g v-else-if="ajaxData.hzjkg361 == false" id="_x31_11-0on_21_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="34.712" y1="365.061" x2="40.591" y2="365.061"></line> <path fill="#419B48" d="M36.715,374.6c0-0.61,0.522-1.133,1.132-1.133c0.61,0,1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131C37.237,375.73,36.715,375.21,36.715,374.6 M35.844,374.6c0,1.131,0.915,2.047,2.047,2.047     c1.132,0,2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047C36.759,372.553,35.844,373.467,35.844,374.6L35.844,374.6z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="40.722" y1="366.456" x2="37.63" y2="372.989"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg362" id="_x31_11-0off_20_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="165.866" y1="364.909" x2="171.744" y2="364.909"></line> <path fill="#9A2B2D" d="M167.869,374.448c0-0.611,0.522-1.134,1.132-1.134s1.132,0.521,1.132,1.134     c0,0.608-0.522,1.131-1.132,1.131S167.869,375.057,167.869,374.448 M166.999,374.448c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.134-0.915-2.047-2.047-2.047S166.999,373.314,166.999,374.448L166.999,374.448z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="169.045" y1="365.04" x2="169.045" y2="372.836"></line> </g>
-									<g v-else-if="ajaxData.hzjkg362 == false" id="_x31_11-0on_20_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="165.866" y1="364.909" x2="171.744" y2="364.909"></line> <path fill="#419B48" d="M167.869,374.448c0-0.611,0.522-1.134,1.132-1.134s1.132,0.521,1.132,1.134     c0,0.608-0.522,1.131-1.132,1.131S167.869,375.057,167.869,374.448 M166.999,374.448c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.134-0.915-2.047-2.047-2.047S166.999,373.314,166.999,374.448L166.999,374.448z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="171.875" y1="366.303" x2="168.783" y2="372.836"></line> </g>
+									<g v-if="ajaxData.hzjkg362" id="_x31_11-0off_20_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="165.866" y1="364.909" x2="171.744" y2="364.909"></line> <path fill="#9A2B2D" d="M167.869,374.448c0-0.611,0.522-1.134,1.132-1.134s1.132,0.521,1.132,1.134     c0,0.608-0.522,1.131-1.132,1.131S167.869,375.057,167.869,374.448 M166.999,374.448c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.134-0.915-2.047-2.047-2.047S166.999,373.314,166.999,374.448L166.999,374.448z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="169.045" y1="365.04" x2="169.045" y2="372.836"></line> </g>
+									<g v-else-if="ajaxData.hzjkg362 == false" id="_x31_11-0on_20_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="165.866" y1="364.909" x2="171.744" y2="364.909"></line> <path fill="#419B48" d="M167.869,374.448c0-0.611,0.522-1.134,1.132-1.134s1.132,0.521,1.132,1.134     c0,0.608-0.522,1.131-1.132,1.131S167.869,375.057,167.869,374.448 M166.999,374.448c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.134-0.915-2.047-2.047-2.047S166.999,373.314,166.999,374.448L166.999,374.448z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="171.875" y1="366.303" x2="168.783" y2="372.836"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg363" id="_x31_11-0off_19_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="262.764" y1="365.345" x2="268.644" y2="365.345"></line> <path fill="#9A2B2D" d="M264.769,374.884c0-0.61,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131S264.769,375.494,264.769,374.884 M263.896,374.884c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047S263.896,373.752,263.896,374.884L263.896,374.884z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="265.943" y1="365.476" x2="265.943" y2="373.273"></line> </g>
-									<g v-else-if="ajaxData.hzjkg363 == false" id="_x31_11-0on_19_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="262.764" y1="365.345" x2="268.644" y2="365.345"></line> <path fill="#419B48" d="M264.769,374.884c0-0.61,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131S264.769,375.494,264.769,374.884 M263.896,374.884c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047S263.896,373.752,263.896,374.884L263.896,374.884z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="268.774" y1="366.74" x2="265.682" y2="373.273"></line> </g>
+									<g v-if="ajaxData.hzjkg363" id="_x31_11-0off_19_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="262.764" y1="365.345" x2="268.644" y2="365.345"></line> <path fill="#9A2B2D" d="M264.769,374.884c0-0.61,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131S264.769,375.494,264.769,374.884 M263.896,374.884c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047S263.896,373.752,263.896,374.884L263.896,374.884z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="265.943" y1="365.476" x2="265.943" y2="373.273"></line> </g>
+									<g v-else-if="ajaxData.hzjkg363 == false" id="_x31_11-0on_19_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="262.764" y1="365.345" x2="268.644" y2="365.345"></line> <path fill="#419B48" d="M264.769,374.884c0-0.61,0.522-1.133,1.132-1.133s1.132,0.521,1.132,1.133     c0,0.609-0.522,1.131-1.132,1.131S264.769,375.494,264.769,374.884 M263.896,374.884c0,1.131,0.915,2.047,2.047,2.047     s2.047-0.916,2.047-2.047c0-1.133-0.915-2.047-2.047-2.047S263.896,373.752,263.896,374.884L263.896,374.884z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="268.774" y1="366.74" x2="265.682" y2="373.273"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg3640" id="_x31_11-0off_17_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="349.559" y1="364.909" x2="355.438" y2="364.909"></line> <path fill="#9A2B2D" d="M351.562,374.448c0-0.611,0.521-1.134,1.132-1.134c0.609,0,1.133,0.521,1.133,1.134     c0,0.608-0.521,1.131-1.133,1.131C352.084,375.579,351.562,375.057,351.562,374.448 M350.69,374.448     c0,1.131,0.915,2.047,2.048,2.047c1.131,0,2.047-0.916,2.047-2.047c0-1.134-0.916-2.047-2.047-2.047     C351.605,372.401,350.69,373.314,350.69,374.448L350.69,374.448z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="352.737" y1="365.04" x2="352.737" y2="372.836"></line> </g>
-									<g v-else-if="ajaxData.hzjkg3640 == false" id="_x31_11-0on_17_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="349.559" y1="364.909" x2="355.438" y2="364.909"></line> <path fill="#419B48" d="M351.562,374.448c0-0.611,0.521-1.134,1.132-1.134c0.609,0,1.133,0.521,1.133,1.134     c0,0.608-0.521,1.131-1.133,1.131C352.084,375.579,351.562,375.057,351.562,374.448 M350.69,374.448     c0,1.131,0.915,2.047,2.048,2.047c1.131,0,2.047-0.916,2.047-2.047c0-1.134-0.916-2.047-2.047-2.047     C351.605,372.401,350.69,373.314,350.69,374.448L350.69,374.448z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="355.568" y1="366.303" x2="352.477" y2="372.836"></line> </g>
+									<g v-if="ajaxData.hzjkg3640" id="_x31_11-0off_17_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="349.559" y1="364.909" x2="355.438" y2="364.909"></line> <path fill="#9A2B2D" d="M351.562,374.448c0-0.611,0.521-1.134,1.132-1.134c0.609,0,1.133,0.521,1.133,1.134     c0,0.608-0.521,1.131-1.133,1.131C352.084,375.579,351.562,375.057,351.562,374.448 M350.69,374.448     c0,1.131,0.915,2.047,2.048,2.047c1.131,0,2.047-0.916,2.047-2.047c0-1.134-0.916-2.047-2.047-2.047     C351.605,372.401,350.69,373.314,350.69,374.448L350.69,374.448z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="352.737" y1="365.04" x2="352.737" y2="372.836"></line> </g>
+									<g v-else-if="ajaxData.hzjkg3640 == false" id="_x31_11-0on_17_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="349.559" y1="364.909" x2="355.438" y2="364.909"></line> <path fill="#419B48" d="M351.562,374.448c0-0.611,0.521-1.134,1.132-1.134c0.609,0,1.133,0.521,1.133,1.134     c0,0.608-0.521,1.131-1.133,1.131C352.084,375.579,351.562,375.057,351.562,374.448 M350.69,374.448     c0,1.131,0.915,2.047,2.048,2.047c1.131,0,2.047-0.916,2.047-2.047c0-1.134-0.916-2.047-2.047-2.047     C351.605,372.401,350.69,373.314,350.69,374.448L350.69,374.448z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="355.568" y1="366.303" x2="352.477" y2="372.836"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg3643" id="_x31_11-0off_16_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="364.364" y1="375.012" x2="370.243" y2="375.012"></line> <path fill="#9A2B2D" d="M366.368,384.551c0-0.611,0.521-1.133,1.133-1.133c0.609,0,1.132,0.521,1.132,1.133     c0,0.609-0.521,1.131-1.132,1.131S366.368,385.161,366.368,384.551 M365.497,384.551c0,1.131,0.914,2.047,2.047,2.047     c1.134,0,2.048-0.916,2.048-2.047c0-1.133-0.914-2.047-2.048-2.047C366.411,382.504,365.497,383.418,365.497,384.551     L365.497,384.551z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="367.544" y1="375.143" x2="367.544" y2="382.939"></line> </g>
-									<g v-else-if="ajaxData.hzjkg3643 == false" id="_x31_11-0on_16_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="364.364" y1="375.012" x2="370.243" y2="375.012"></line> <path fill="#419B48" d="M366.368,384.551c0-0.611,0.521-1.133,1.133-1.133c0.609,0,1.132,0.521,1.132,1.133     c0,0.609-0.521,1.131-1.132,1.131S366.368,385.161,366.368,384.551 M365.497,384.551c0,1.131,0.914,2.047,2.047,2.047     c1.134,0,2.048-0.916,2.048-2.047c0-1.133-0.914-2.047-2.048-2.047C366.411,382.504,365.497,383.418,365.497,384.551     L365.497,384.551z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="370.374" y1="376.407" x2="367.282" y2="382.939"></line> </g>
+									<g v-if="ajaxData.hzjkg3643" id="_x31_11-0off_16_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="364.364" y1="375.012" x2="370.243" y2="375.012"></line> <path fill="#9A2B2D" d="M366.368,384.551c0-0.611,0.521-1.133,1.133-1.133c0.609,0,1.132,0.521,1.132,1.133     c0,0.609-0.521,1.131-1.132,1.131S366.368,385.161,366.368,384.551 M365.497,384.551c0,1.131,0.914,2.047,2.047,2.047     c1.134,0,2.048-0.916,2.048-2.047c0-1.133-0.914-2.047-2.048-2.047C366.411,382.504,365.497,383.418,365.497,384.551     L365.497,384.551z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="367.544" y1="375.143" x2="367.544" y2="382.939"></line> </g>
+									<g v-else-if="ajaxData.hzjkg3643 == false" id="_x31_11-0on_16_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="364.364" y1="375.012" x2="370.243" y2="375.012"></line> <path fill="#419B48" d="M366.368,384.551c0-0.611,0.521-1.133,1.133-1.133c0.609,0,1.132,0.521,1.132,1.133     c0,0.609-0.521,1.131-1.132,1.131S366.368,385.161,366.368,384.551 M365.497,384.551c0,1.131,0.914,2.047,2.047,2.047     c1.134,0,2.048-0.916,2.048-2.047c0-1.133-0.914-2.047-2.048-2.047C366.411,382.504,365.497,383.418,365.497,384.551     L365.497,384.551z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="370.374" y1="376.407" x2="367.282" y2="382.939"></line> </g>
 								</g>
 								<g>
-									<g v-if="ajaxData.hzjkg36403" id="_x31_11-0off_18_"> <line fill="none" stroke="#9A2B2D" stroke-width="2.5" stroke-miterlimit="10" x1="364.061" y1="387.469" x2="364.061" y2="393.348"></line> <path fill="#9A2B2D" d="M354.523,389.471c0.609,0,1.133,0.523,1.133,1.133c0,0.61-0.522,1.134-1.133,1.134     s-1.133-0.523-1.133-1.134C353.391,389.994,353.913,389.471,354.523,389.471 M354.523,388.6c-1.133,0-2.047,0.916-2.047,2.047     c0,1.134,0.914,2.048,2.047,2.048s2.047-0.914,2.047-2.048C356.569,389.516,355.655,388.6,354.523,388.6L354.523,388.6z"></path> <line fill="none" stroke="#9A2B2D" stroke-width="2" stroke-miterlimit="10" x1="363.93" y1="390.646" x2="356.135" y2="390.646"></line> </g>
-									<g v-else-if="ajaxData.hzjkg36403 == false" id="_x31_11-0on_18_"> <line fill="none" stroke="#419B48" stroke-width="2.5" stroke-miterlimit="10" x1="364.061" y1="387.469" x2="364.061" y2="393.348"></line> <path fill="#419B48" d="M354.523,389.471c0.609,0,1.133,0.523,1.133,1.133c0,0.61-0.522,1.134-1.133,1.134     s-1.133-0.523-1.133-1.134C353.391,389.994,353.913,389.471,354.523,389.471 M354.523,388.6c-1.133,0-2.047,0.916-2.047,2.047     c0,1.134,0.914,2.048,2.047,2.048s2.047-0.914,2.047-2.048C356.569,389.516,355.655,388.6,354.523,388.6L354.523,388.6z"></path> <line fill="none" stroke="#419B48" stroke-width="2" stroke-miterlimit="10" x1="362.667" y1="393.479" x2="356.135" y2="390.385"></line> </g>
+									<g v-if="ajaxData.hzjkg36403" id="_x31_11-0off_18_"> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="364.061" y1="387.469" x2="364.061" y2="393.348"></line> <path fill="#9A2B2D" d="M354.523,389.471c0.609,0,1.133,0.523,1.133,1.133c0,0.61-0.522,1.134-1.133,1.134     s-1.133-0.523-1.133-1.134C353.391,389.994,353.913,389.471,354.523,389.471 M354.523,388.6c-1.133,0-2.047,0.916-2.047,2.047     c0,1.134,0.914,2.048,2.047,2.048s2.047-0.914,2.047-2.048C356.569,389.516,355.655,388.6,354.523,388.6L354.523,388.6z"></path> <line fill="none" stroke="#9A2B2D" stroke-miterlimit="10" x1="363.93" y1="390.646" x2="356.135" y2="390.646"></line> </g>
+									<g v-else-if="ajaxData.hzjkg36403 == false" id="_x31_11-0on_18_"> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="364.061" y1="387.469" x2="364.061" y2="393.348"></line> <path fill="#419B48" d="M354.523,389.471c0.609,0,1.133,0.523,1.133,1.133c0,0.61-0.522,1.134-1.133,1.134     s-1.133-0.523-1.133-1.134C353.391,389.994,353.913,389.471,354.523,389.471 M354.523,388.6c-1.133,0-2.047,0.916-2.047,2.047     c0,1.134,0.914,2.048,2.047,2.048s2.047-0.914,2.047-2.048C356.569,389.516,355.655,388.6,354.523,388.6L354.523,388.6z"></path> <line fill="none" stroke="#419B48" stroke-miterlimit="10" x1="362.667" y1="393.479" x2="356.135" y2="390.385"></line> </g>
 								</g>
 							</g>
 							<g id="arrow">
@@ -631,38 +631,38 @@
 							</g>
 							<g id="block">
 								<g>
-									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="54.44,346.03 51.915,348.862     49.301,346.03   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="54.44,343.896 51.915,346.727     49.301,343.896   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="49.301,332.313 51.827,329.48     54.44,332.313   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="49.301,329.7 51.827,326.87     54.44,329.7   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-miterlimit="10" points="54.44,346.03 51.915,348.862     49.301,346.03   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-miterlimit="10" points="54.44,343.896 51.915,346.727     49.301,343.896   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-miterlimit="10" points="49.301,332.313 51.827,329.48     54.44,332.313   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc361 ? red : green" stroke-miterlimit="10" points="49.301,329.7 51.827,326.87     54.44,329.7   "></polyline>
 								</g>
 								<g>
-									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="185.419,346.638 182.894,349.47     180.323,346.638   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="185.419,344.505 182.894,347.335     180.323,344.505   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="180.323,332.921 182.849,330.089     185.419,332.921   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="180.323,330.308 182.849,327.478     185.419,330.308   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-miterlimit="10" points="185.419,346.638 182.894,349.47     180.323,346.638   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-miterlimit="10" points="185.419,344.505 182.894,347.335     180.323,344.505   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-miterlimit="10" points="180.323,332.921 182.849,330.089     185.419,332.921   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc362 ? red : green" stroke-miterlimit="10" points="180.323,330.308 182.849,327.478     185.419,330.308   "></polyline>
 								</g>
 								<g>
-									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green" stroke-width="1.7008" stroke-miterlimit="10" points="281.757,347.244 279.232,350.076     276.663,347.244   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green" stroke-width="1.7008" stroke-miterlimit="10" points="281.757,345.11 279.232,347.94     276.663,345.11   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green" stroke-width="1.7008" stroke-miterlimit="10" points="276.663,333.526 279.189,330.694     281.757,333.526   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green" stroke-width="1.7008" stroke-miterlimit="10" points="276.663,330.914 279.189,328.084     281.757,330.914   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green"  stroke-miterlimit="10" points="281.757,347.244 279.232,350.076     276.663,347.244   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green"  stroke-miterlimit="10" points="281.757,345.11 279.232,347.94     276.663,345.11   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green"  stroke-miterlimit="10" points="276.663,333.526 279.189,330.694     281.757,333.526   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc363 ? red : green"  stroke-miterlimit="10" points="276.663,330.914 279.189,328.084     281.757,330.914   "></polyline>
 								</g>
 								<g>
-									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="370.199,346.638 367.675,349.47     365.062,346.638   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="370.199,344.505 367.675,347.335     365.062,344.505   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="365.062,332.921 367.586,330.089     370.199,332.921   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-width="1.1339" stroke-miterlimit="10" points="365.062,330.308 367.586,327.478     370.199,330.308   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-miterlimit="10" points="370.199,346.638 367.675,349.47     365.062,346.638   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-miterlimit="10" points="370.199,344.505 367.675,347.335     365.062,344.505   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-miterlimit="10" points="365.062,332.921 367.586,330.089     370.199,332.921   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc364 ? red : green" stroke-miterlimit="10" points="365.062,330.308 367.586,327.478     370.199,330.308   "></polyline>
 								</g>
 								<g>
-									<polyline fill="none" :stroke="ajaxData.hzjsc369 ? red : green" stroke-width="1.6" stroke-miterlimit="10" points="414.988,346.03 412.461,348.862     409.894,346.03   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc369 ? red : green" stroke-width="1.6" stroke-miterlimit="10" points="409.894,329.7 412.418,326.87     414.988,329.7   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc369 ? red : green" stroke-miterlimit="10" points="414.988,346.03 412.461,348.862     409.894,346.03   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc369 ? red : green" stroke-miterlimit="10" points="409.894,329.7 412.418,326.87     414.988,329.7   "></polyline>
 								</g>
 								<g>
-									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" stroke-width="1.6" points="508.142,346.03 505.615,348.862 503.002,346.03   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" stroke-width="1.6" stroke-miterlimit="10" points="508.142,343.896 505.615,346.727     503.002,343.896   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" stroke-width="1.6" stroke-miterlimit="10" points="503.002,332.313 505.527,329.48     508.142,332.313   "></polyline>
-									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" stroke-width="1.6" stroke-miterlimit="10" points="503.002,329.7 505.527,326.87     508.142,329.7   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" points="508.142,346.03 505.615,348.862 503.002,346.03   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" stroke-miterlimit="10" points="508.142,343.896 505.615,346.727     503.002,343.896   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" stroke-miterlimit="10" points="503.002,332.313 505.527,329.48     508.142,332.313   "></polyline>
+									<polyline fill="none" :stroke="ajaxData.hzjsc305 ? red : green" stroke-miterlimit="10" points="503.002,329.7 505.527,326.87     508.142,329.7   "></polyline>
 								</g>
 							</g>
 							<g id="data">
@@ -690,8 +690,8 @@
 			
 								<g>
 									<text transform="matrix(1 0 0 1 26.9663 321.4863)" fill="#3B8646" font-family="'MicrosoftYaHei'" font-size="4.6193">{{ajaxData.hzjla361}}</text>
-									<text transform="matrix(1 0 0 1 26.0703 332.6406)" fill="#3B8646" font-family="'MicrosoftYaHei'" font-size="4.6193">{{ajaxData.hzjp361}}</text>
-									<text transform="matrix(1 0 0 1 26.4248 344.0117)" fill="#3B8646" font-family="'MicrosoftYaHei'" font-size="4.6193">{{ajaxData.hzjq361}}</text>
+									<text transform="matrix(1 0 0 1 26.9663 332.6406)" fill="#3B8646" font-family="'MicrosoftYaHei'" font-size="4.6193">{{ajaxData.hzjp361}}</text>
+									<text transform="matrix(1 0 0 1 26.9663 344.0117)" fill="#3B8646" font-family="'MicrosoftYaHei'" font-size="4.6193">{{ajaxData.hzjq361}}</text>
 								</g>
 								<g>
 									<text transform="matrix(1 0 0 1 156.978 322.2422)" fill="#3B8646" font-family="'MicrosoftYaHei'" font-size="4.6193">{{ajaxData.hzjla362}}</text>

+ 13 - 93
src/views/WindSite/components/boosterstation/mhs.vue

@@ -74,28 +74,12 @@
                 </g>
                 <g>
                   <text
-                    transform="matrix(1 0 0 1 446.5339 68.6948)"
+                    transform="matrix(1 0 0 1 443.5339 68.6948)"
                     fill="#919CA0"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"
                   >
-                    P
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 454.6877 68.6948)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    (MW)
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 479.7937 68.6948)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    :
+                    P(MW):
                   </text>
                 </g>
                 <g>
@@ -466,28 +450,12 @@
                 </g>
                 <g>
                   <text
-                    transform="matrix(1 0 0 1 1003.4314 522.7817)"
+                    transform="matrix(1 0 0 1 1000.4314 522.7817)"
                     fill="#919CA0"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"
                   >
-                    P
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 1011.5837 522.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    (MW)
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 1036.6912 522.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    :
+                    P(MW):
                   </text>
                 </g>
                 <g>
@@ -628,28 +596,12 @@
                 </g>
                 <g>
                   <text
-                    transform="matrix(1 0 0 1 294.3708 522.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    P
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 302.5232 522.7817)"
+                    transform="matrix(1 0 0 1 291.3708 522.7817)"
                     fill="#919CA0"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"
                   >
-                    (MW)
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 327.6301 522.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    :
+                    P(MW):
                   </text>
                 </g>
                 <g>
@@ -9040,28 +8992,12 @@
                 </g>
                 <g>
                   <text
-                    transform="matrix(1 0 0 1 294.3708 382.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    P
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 302.5232 382.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    (MW)
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 327.6301 382.7817)"
+                    transform="matrix(1 0 0 1 291.3708 382.7817)"
                     fill="#919CA0"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"
                   >
-                    :
+                    P(MW):
                   </text>
                 </g>
                 <g>
@@ -9147,28 +9083,12 @@
                 </g>
                 <g>
                   <text
-                    transform="matrix(1 0 0 1 1003.4314 382.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    P
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 1011.5837 382.7817)"
-                    fill="#919CA0"
-                    font-family="'MicrosoftYaHei'"
-                    font-size="10.6069"
-                  >
-                    (MW)
-                  </text>
-                  <text
-                    transform="matrix(1 0 0 1 1036.6912 382.7817)"
+                    transform="matrix(1 0 0 1 1000.4314 382.7817)"
                     fill="#919CA0"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"
                   >
-                    :
+                    P(MW):
                   </text>
                 </g>
                 <g>
@@ -9310,7 +9230,7 @@
                 </g>
                 <g id="_x36__x5F_">
                   <text
-                    transform="matrix(1 0 0 1 78.1902 477.2935)"
+                    transform="matrix(1 0 0 1 83.1902 477.2935)"
                     fill="#3B8646"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"
@@ -9318,7 +9238,7 @@
                     {{ ajaxData.mhsuabkvzb1 }}
                   </text>
                   <text
-                    transform="matrix(1 0 0 1 78.1902 501.9946)"
+                    transform="matrix(1 0 0 1 83.1902 501.9946)"
                     fill="#3B8646"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"
@@ -9326,7 +9246,7 @@
                     {{ ajaxData.mhsubckvzb1 }}
                   </text>
                   <text
-                    transform="matrix(1 0 0 1 78.1902 526.1753)"
+                    transform="matrix(1 0 0 1 83.1902 526.1753)"
                     fill="#3B8646"
                     font-family="'MicrosoftYaHei'"
                     font-size="10.6069"

+ 23 - 1
src/views/layout/Menu.vue

@@ -356,7 +356,7 @@ export default {
             {
               text: "故障诊断",
               icon: "svg-故障诊断",
-              path: "//health/gzzdmalfunctionDiagnose",
+              path: "/health/gzzd/malfunctionDiagnose",
               children: [
                 {
                   text: "故障诊断",
@@ -494,6 +494,28 @@ export default {
                 },
               ],
             },
+            {
+              text:"故障预警",
+              icon:"svg-预警记录",
+              path:"/health/MalfunctionWarning/",
+              // children:[
+              //   {
+              //     text:"算法类型",
+              //     icon:"svg-wind-site",
+              //     path:"",
+              //   },
+              //   {
+              //      text:"DBscan",
+              //     icon:"svg-wind-site",
+              //     path:"/health/MalfunctionWarning/DBscan",
+              //   },
+              //    {
+              //      text:"密度聚类",
+              //     icon:"svg-wind-site",
+              //     path:"/health/MalfunctionWarning/mdjl",
+              //   }
+              // ]
+            }
           ],
         },
         {

+ 32 - 9
src/views/layout/login-page.vue

@@ -1,5 +1,11 @@
 <template>
   <div class="login-panel">
+     <!-- <el-image
+      style="width: 100px; height: 100px"
+      :src="url"
+      :fit="fit"
+    ></el-image> -->
+    <img src="../../assets/sislogo.png" />
     <el-form class="mg-b-16">
       <el-form-item class="mg-b-8">
         <el-input v-model="username" placeholder="请输入登录名"></el-input>
@@ -13,6 +19,7 @@
       </el-form-item>
     </el-form>
     <button style="width:100%;" class="btn" @click="Login">登录</button>
+     <!-- <button style="width:30%;float:right" class="btn" @click="Login">登录</button> -->
   </div>
 </template>
 <script>
@@ -22,6 +29,7 @@ export default {
       username: "",
       password: "",
       token: "",
+      url:"../../assets/sislogo.png",
     };
   },
   props: { token: "" },
@@ -34,7 +42,7 @@ export default {
       if (that.username !== "" && that.password !== "") {
         that.API.requestData({
           isMust: false, // 请求是否携带 token ,默认为 true ,可缺省
-          baseURL: "http://192.168.10.44:8082",
+          // baseURL: "http://192.168.10.15:8082",
           method: "POST", // 请求方式,默认为 GET ,可缺省
           subUrl: "sys/login", // 请求接口地址,必传项
           data: {
@@ -118,13 +126,28 @@ export default {
 
 <style lang="less">
 .login-panel {
-  width: 300px;
-  height: 200px;
-  position: absolute;
-  padding: 32px;
-  left: calc(50vw - 150px);
-  top: calc(50vh - 120px);
-  border: 1px solid @green;
-  border-radius: 8px;
+  // width: 300px;
+  // height: 200px;
+  // position: absolute;
+  // padding: 32px;
+  // left: calc(50vw - 150px);
+  // top: calc(50vh - 120px);
+  // // border: 1px solid @green;
+  // border:2px solid #fff;
+  // border-radius: 8px;
+  // background-image: url('../../assets/login.jpg')
+
+  width: 700px;
+    height: 300px;
+    position: absolute;
+    left: 50%;
+    top: 50%;
+    margin-left: -350px;
+    margin-top: -150px;
+    border-radius: 10px;
+    border: 1px solid #ccc;
+  .btn{
+        border: 1px solid #fff;
+  }
 }
 </style>

+ 17 - 2
src/views/report/weather.vue

@@ -170,7 +170,22 @@
 		},
 		methods: {
 			exportCsv() {
-				var csv = Papa.unparse(this.tableData);
+				let data = this.tableData;
+				let arrName = [];
+				let dataArr = [];
+				data.column.forEach(item =>{
+					arrName.push(item.name)
+				})
+				data.data.forEach(ele=>{
+					let i = 0;
+					let obj = {};
+					for(var j in ele){
+						obj[arrName[i++]] = ele[j]
+					}
+					dataArr.push(obj)
+				})
+				
+				var csv = Papa.unparse(dataArr);
 				//定义文件内容,类型必须为Blob 否则createObjectURL会报错
 				let content = new Blob([csv]);
 				//生成url对象
@@ -180,7 +195,7 @@
 				let el = document.createElement("a");
 				//链接赋值
 				el.href = url;
-				el.download = "文件导出.cvs";
+				el.download = "历史天气.csv";
 				//必须点击否则不会下载
 				el.click();
 				//移除链接释放资源

+ 15 - 1
src/views/warn/ztzhjl.vue

@@ -137,7 +137,21 @@
 		},
 		methods: {
 			exportCsv() {
-				var csv = Papa.unparse(this.tableData);
+				let data = this.tableData;
+				let arrName = [];
+				let dataArr = [];
+				data.column.forEach(item =>{
+					arrName.push(item.name)
+				})
+				data.data.forEach(ele=>{
+					let i = 0;
+					let obj = {};
+					for(var j in ele){
+						obj[arrName[i++]] = ele[j]
+					}
+					dataArr.push(obj)
+				})
+				var csv = Papa.unparse(dataArr);
 				//定义文件内容,类型必须为Blob 否则createObjectURL会报错
 				let content = new Blob([csv]);
 				//生成url对象