-
- 波形下载
-
+
@@ -61,12 +61,13 @@ const tableStore = new TableStore({
}
},
{
- title: '暂降(骤升)幅值(%)', field: 'featureAmplitude', minWidth: '80', formatter: (row: any) => {
- return (row.cellValue * 100).toFixed(0)
- }
+ title: '暂降(骤升)幅值(%)', field: 'featureAmplitude', minWidth: '120', formatter: (row: any) => {
+ return (row.cellValue * 100).toFixed(2)
+ },
+
},
{ title: '持续时间(s)', field: 'duration', minWidth: '80' },
- { title: '严重度', field: 'severity', minWidth: '80' },
+ // { title: '严重度', field: 'severity', minWidth: '80' },
{
title: '操作',
width: '180',
diff --git a/src/views/pqs/voltageSags/report/eventReports/index.vue b/src/views/pqs/voltageSags/report/eventReports/index.vue
index 2518044c..7e30c1f6 100644
--- a/src/views/pqs/voltageSags/report/eventReports/index.vue
+++ b/src/views/pqs/voltageSags/report/eventReports/index.vue
@@ -103,7 +103,7 @@ const tableStore = new TableStore({
title: '持续时间(s)',
width: '100'
},
- { field: 'severity', title: '严重度' }
+ // { field: 'severity', title: '严重度' }
],
})
diff --git a/src/views/pqs/voltageSags/report/weekly/index.vue b/src/views/pqs/voltageSags/report/weekly/index.vue
index a19230a7..a8c8d53f 100644
--- a/src/views/pqs/voltageSags/report/weekly/index.vue
+++ b/src/views/pqs/voltageSags/report/weekly/index.vue
@@ -35,44 +35,44 @@ const height = mainHeight(80).height
const activeName = ref('1')
const activeName1 = ref('1')
const list = ref([
- {
- name: '暂态严重度统计',
- id: '3',
- isGroup: true,
- url: '/event-boot/report/getSeverity',
- column: [
- {
- title: '暂态事件严重度(前二十)',
- children: [
- {
- field: 'index',
- title: '序号',
- width: '80',
- formatter: (row: any) => {
- return (
- (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize +
- row.rowIndex +
- 1
- )
- }
- },
- { field: 'startTime', title: '暂态事件发生时刻', width: '200' },
- { field: 'gdName', title: '供电公司' },
- { field: 'subName', title: '变电站' },
- { field: 'lineName', title: '监测点' },
- { field: 'voltageScale', title: '监测点电压等级' },
- { field: 'loadType', title: '干扰源类型' },
- {
- field: 'featureAmplitude',
- title: '暂降(骤升)幅值(%)',
- formatter: ({ row }: any) => (row.featureAmplitude * 100).toFixed(2)
- },
- { field: 'duration', title: '持续时间(s)' },
- { field: 'severity', title: '暂态事件严重度' }
- ]
- }
- ]
- },
+ // {
+ // name: '暂态严重度统计',
+ // id: '3',
+ // isGroup: true,
+ // url: '/event-boot/report/getSeverity',
+ // column: [
+ // {
+ // title: '暂态事件严重度(前二十)',
+ // children: [
+ // {
+ // field: 'index',
+ // title: '序号',
+ // width: '80',
+ // formatter: (row: any) => {
+ // return (
+ // (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize +
+ // row.rowIndex +
+ // 1
+ // )
+ // }
+ // },
+ // { field: 'startTime', title: '暂态事件发生时刻', width: '200' },
+ // { field: 'gdName', title: '供电公司' },
+ // { field: 'subName', title: '变电站' },
+ // { field: 'lineName', title: '监测点' },
+ // { field: 'voltageScale', title: '监测点电压等级' },
+ // { field: 'loadType', title: '干扰源类型' },
+ // {
+ // field: 'featureAmplitude',
+ // title: '暂降(骤升)幅值(%)',
+ // formatter: ({ row }: any) => (row.featureAmplitude * 100).toFixed(2)
+ // },
+ // { field: 'duration', title: '持续时间(s)' },
+ // { field: 'severity', title: '暂态事件严重度' }
+ // ]
+ // }
+ // ]
+ // },
{
name: '详细事件列表',
id: '4',
diff --git a/src/views/system/scheduledTasks/index.vue b/src/views/system/scheduledTasks/index.vue
index 614ebd56..deb8f580 100644
--- a/src/views/system/scheduledTasks/index.vue
+++ b/src/views/system/scheduledTasks/index.vue
@@ -35,7 +35,7 @@
-
+