|
|
@@ -42,7 +42,7 @@
|
|
|
<div style="margin-right:10px;">选择年份</div>
|
|
|
<yearrange st :year-values="yearValues" :size="size" :value-format="valueFormat" />
|
|
|
</div>
|
|
|
- <div style="display: flex; text-align: center; height:38px; line-height: 38px;width: 25%;position: absolute; left: 30%;top:6%;">
|
|
|
+ <div style="display: flex; text-align: center; height:38px; line-height: 38px;width: 25%;position: absolute; left: 33%;top:16%;z-index:1">
|
|
|
<div style="margin-right:10px;">活动名称</div>
|
|
|
<el-select v-model="activityValue" clearable filterable placeholder="请选择">
|
|
|
<el-option
|
|
|
@@ -178,7 +178,13 @@ export default {
|
|
|
},
|
|
|
activityValue: {
|
|
|
handler (newVal, oldVal) {
|
|
|
- this.getData()
|
|
|
+ this.topLeftData = {
|
|
|
+ id: 'topLeftChart',
|
|
|
+ title: '室间质评计划项目总数'
|
|
|
+ }
|
|
|
+ this.getList1()
|
|
|
+ this.topLeftData.yearArr = this.yearArr
|
|
|
+ this.topLeftData.numArr = this.numArr
|
|
|
},
|
|
|
deep: true
|
|
|
// immediate: true
|