mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
系统总览布局,场站运行模式
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user