系统总览布局,场站运行模式

This commit is contained in:
ym1026
2025-09-12 10:09:58 +08:00
parent 1a22f45b26
commit e8487041d2
6 changed files with 35 additions and 20 deletions

View File

@@ -225,7 +225,6 @@ export const columnList = [
key: 'policy_id',
scopedSlots: { customRender: 'policy_id' }
},
{
title: '操作',
dataIndex: 'operate',
@@ -671,16 +670,24 @@ export const stationOptions = [
type: 'select',
list: [
{
label: '最优经济化',
label: '峰谷套利',
value: '1'
},
{
label: '支撑电网稳定',
label: '增网配容',
value: '2'
},
{
label: '自定义',
label: '应急供电',
value: '3'
},
{
label: '并网保电',
value: '4'
},
{
label: '自定时段',
value: '5'
}
]
},