mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
样式 警告处理
This commit is contained in:
@@ -228,6 +228,8 @@ export const columnList = [
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'operate',
|
||||
fixed: 'right',
|
||||
|
||||
key: 'operate',
|
||||
scopedSlots: { customRender: 'action' }
|
||||
}
|
||||
@@ -667,29 +669,9 @@ export const stationOptions = [
|
||||
label: '场站运行模式',
|
||||
value: undefined,
|
||||
key: 'work_mode',
|
||||
type: 'select',
|
||||
list: [
|
||||
{
|
||||
label: '峰谷套利',
|
||||
value: '1'
|
||||
},
|
||||
{
|
||||
label: '增网配容',
|
||||
value: '2'
|
||||
},
|
||||
{
|
||||
label: '应急供电',
|
||||
value: '3'
|
||||
},
|
||||
{
|
||||
label: '并网保电',
|
||||
value: '4'
|
||||
},
|
||||
{
|
||||
label: '自定时段',
|
||||
value: '5'
|
||||
}
|
||||
]
|
||||
type: 'slot',
|
||||
slotName: 'work_mode',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
// 0:未启用,1:启用
|
||||
@@ -697,7 +679,7 @@ export const stationOptions = [
|
||||
label: '场站运行策略',
|
||||
value: undefined,
|
||||
key: 'policy_id',
|
||||
type: 'select',
|
||||
type: 'unshow',
|
||||
list: [
|
||||
{
|
||||
label: '削峰套利',
|
||||
|
||||
Reference in New Issue
Block a user