|
@@ -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',
|