|
@@ -204,11 +204,11 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div class="firestate" v-if="todatWeather">
|
|
|
- <div :class="weatherinformationLevel=='forest_weatherinformation_level_5'? 'state-block1 state-on':'state-block1'"></div>
|
|
|
- <div :class="weatherinformationLevel=='forest_weatherinformation_level_4'? 'state-block2 state-on':'state-block2'"></div>
|
|
|
+ <div :class="weatherinformationLevel=='forest_weatherinformation_level_1'? 'state-block1 state-on':'state-block1'"></div>
|
|
|
+ <div :class="weatherinformationLevel=='forest_weatherinformation_level_2'? 'state-block2 state-on':'state-block2'"></div>
|
|
|
<div :class="weatherinformationLevel=='forest_weatherinformation_level_3'? 'state-block3 state-on':'state-block3'"></div>
|
|
|
- <div :class="weatherinformationLevel=='forest_weatherinformation_level_2'? 'state-block4 state-on':'state-block4'"></div>
|
|
|
- <div :class="weatherinformationLevel=='forest_weatherinformation_level_1'? 'state-block5 state-on':'state-block5'"></div>
|
|
|
+ <div :class="weatherinformationLevel=='forest_weatherinformation_level_4'? 'state-block4 state-on':'state-block4'"></div>
|
|
|
+ <div :class="weatherinformationLevel=='forest_weatherinformation_level_5'? 'state-block5 state-on':'state-block5'"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</dv-border-box-13>
|