|
@@ -20,8 +20,8 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- <ThreeStackedBarAndLine ref="lsyd_echart" v-if="xzqh_flag" class="qxjc_echart"></ThreeStackedBarAndLine>
|
|
|
- <XZQHPieChart v-else="!xzqh_flag"></XZQHPieChart>
|
|
|
+ <ThreeStackedBarAndLine ref="lsyd_echart" v-show="xzqh_flag" class="qxjc_echart"></ThreeStackedBarAndLine>
|
|
|
+ <XZQHPieChart v-show="!xzqh_flag"></XZQHPieChart>
|
|
|
|
|
|
</div>
|
|
|
<!-- 临时用地(复垦监测) -->
|
|
@@ -62,8 +62,8 @@
|
|
|
<span class="dvalue">543.89公顷</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <ThreeStackedBarAndLine ref="nzyd_echart" v-if="xzqh_flag" class="qxjc_echart"></ThreeStackedBarAndLine>
|
|
|
- <XZQHPieChart v-else="!xzqh_flag"></XZQHPieChart>
|
|
|
+ <ThreeStackedBarAndLine ref="nzyd_echart" v-show="xzqh_flag" class="qxjc_echart"></ThreeStackedBarAndLine>
|
|
|
+ <XZQHPieChart v-show="!xzqh_flag"></XZQHPieChart>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -124,6 +124,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
switch_xzqh(value) {
|
|
|
+ console.log('value: ', value);
|
|
|
if (value.id == '4602') {
|
|
|
this.xzqh_flag = true
|
|
|
|