Sfoglia il codice sorgente

Merge branch 'zdsz3.0' of http://192.168.10.18:3000/sunwei/zdsz_vue into zdsz3.0

付宇航 1 anno fa
parent
commit
d273a85f53

+ 12 - 8
src/views/zdsz/enginee/material/echarts_statistics/index.vue

@@ -11,7 +11,7 @@
     <div style="width: 100%;height: 100%;display: flex;">
       <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
     <el-form-item label="工程周期" prop="enginCycle">
-      <el-select v-model="queryParams.enginCycle" filterable clearable placeholder="请选择规格"
+      <el-select v-model="queryParams.enginCycle" filterable clearable placeholder="请选择工程周期"
                  @change="getsumStatus(queryParams.enginCycle)"
       >
         <el-option
@@ -44,13 +44,13 @@ export default {
       option:{
       backgroundColor: '#feffff',
         title: {
-      text: '',
-        left: 'center',
-        top: 20,
-        textStyle: {
-        color: '#ccc'
-      }
-    },
+          text: '',
+          left: 'center',
+          top: 20,
+          textStyle: {
+            color: '#ccc'
+          }
+        },
       tooltip: {
         trigger: 'item'
       },
@@ -119,6 +119,10 @@ export default {
         ]
         let  option={
           backgroundColor: '#feffff',
+          legend: {
+            top: '5%',
+            left: 'center'
+          },
           title: {
             text: '',
             left: 'center',