添加周期

This commit is contained in:
2026-07-07 10:18:22 +08:00
parent 5044c88946
commit 1a44a2f9e0
19 changed files with 556 additions and 87 deletions

View File

@@ -85,11 +85,7 @@ const active: any = ref(1)
const evaluationData: any = ref([])
const dictData = useDictData()
const Voltage: any = dictData.getBasicData('Dev_Voltage_Stand').filter(item => {
if (item.code == '35kV' || item.code == '500kV' || item.code == '220kV' || item.code == '110kV') {
return item
}
})
const Voltage: any = dictData.getBasicData('Panoramic_voltage')
const chartRef = ref<HTMLDivElement>()
const url: any = [

View File

@@ -12,15 +12,15 @@
</template>
<div class="text">
<span style="color: #00B07D">无污染0</span>
<span style="color: #00B07D">优秀:(4.5,5]</span>
<br />
<span style="color: #3399ff">轻微污染(0 , 100]</span>
<span style="color: #3399ff">良好:(4,4.5]</span>
<br />
<span style="color: #ffcc33">轻度污染(100 , 1000]</span>
<span style="color: #ffcc33">合格:(3,4]</span>
<br />
<span style="color: #ff9900">中度污染(1000 , 10000]</span>
<span style="color: #ff9900">较差:(2,3]</span>
<br />
<span style="color: #A52a2a">重度污染(10000</span>
<span style="color: #A52a2a">极差:[1,2]</span>
</div>
</el-popover>
</span>