|
@@ -44,17 +44,17 @@
|
|
<div class="timeQuery">
|
|
<div class="timeQuery">
|
|
<el-button :loading="loading" size="small" @click="prValue('click')" v-show="this.show">Pr值</el-button>
|
|
<el-button :loading="loading" size="small" @click="prValue('click')" v-show="this.show">Pr值</el-button>
|
|
</div>
|
|
</div>
|
|
- <div class="timeQuery" v-show="bShow" style="margin-left: 20%">
|
|
|
|
- 日内总辐射平均:
|
|
|
|
- <el-switch
|
|
|
|
- v-model="switchValue"
|
|
|
|
- @change="showavg"
|
|
|
|
- active-color="#13ce66"
|
|
|
|
- inactive-color="#ff4949"
|
|
|
|
- active-text = "开启"
|
|
|
|
- >
|
|
|
|
- </el-switch>
|
|
|
|
- </div>
|
|
|
|
|
|
+<!-- <div class="timeQuery" v-show="bShow" style="margin-left: 20%">-->
|
|
|
|
+<!-- 日内总辐射平均:-->
|
|
|
|
+<!-- <el-switch-->
|
|
|
|
+<!-- v-model="switchValue"-->
|
|
|
|
+<!-- @change="showavg"-->
|
|
|
|
+<!-- active-color="#13ce66"-->
|
|
|
|
+<!-- inactive-color="#ff4949"-->
|
|
|
|
+<!-- active-text = "开启"-->
|
|
|
|
+<!-- >-->
|
|
|
|
+<!-- </el-switch>-->
|
|
|
|
+<!-- </div>-->
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="content">
|
|
|
|
|