This commit is contained in:
2025-12-18 18:44:20 +08:00
parent 693695c178
commit 244fcc1703
5 changed files with 13 additions and 15 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="comom-title">
<div class="title">预警等级统计</div>
<div class="title">四色预警统计</div>
</div>
<div class="comom-cnt" style="border-right: 1px solid #ebebeb;width: 100%;" v-loading="loadingyj">
<WarningCount ref="yjjbRef"></WarningCount>

View File

@ -23,6 +23,7 @@ import { qcckGet } from "@/api/qcckApi.js";
const pageData = reactive({
tableData: [],
keyCount: 0,
tableHeight: '100%',
tableConfiger: {
loading: false,
rowHieght: 61,
@ -46,6 +47,7 @@ const getList = () => {
pageData.tableConfiger.loading = true
qcckGet({},'/mosty-gsxt/tbYjxx/selectYjxxFzTen').then(res => {
let list = res || []
list = list.concat(list)
pageData.tableData = list.map((item, index) => {
item.order = index + 1
return item