修改 变电站 名称

This commit is contained in:
GGJ
2024-08-21 18:03:11 +08:00
parent ed4d982cbe
commit 760a7d9c5c
11 changed files with 25 additions and 12 deletions

View File

@@ -33,7 +33,7 @@
<vxe-column field="zc" title="暂降(骤升)幅值(%)" sortable></vxe-column>
<vxe-column field="zc" title="暂降原因" sortable></vxe-column>
<vxe-column field="zc" title="严重度" sortable></vxe-column>
<vxe-column title="操作" >
<vxe-column title="操作">
<template #default="{ row }">
<el-button type="text" size="small" link>查看波形</el-button>
</template>
@@ -72,9 +72,13 @@ const header = ref()
const distributionData: any = ref([])
const tableStore = new TableStore({
url: '/event-boot/area/getAreaLineDetail',
url: '/event-boot/voltageRideThrough/view',
method: 'POST',
column: [],
beforeSearchFun: () => {
tableStore.table.params.areaId =tableStore.table.params.deptIndex
tableStore.table.params.type =tableStore.table.params.radio
},
loadCallback: () => {
titleA.value = tableStore.table.params.statisticalType.name
header.value.areaRef.change()