mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
Merge branch 'master' of https://gitee.com/js-yhsec/energy_storage
This commit is contained in:
@@ -213,9 +213,9 @@ export const columnList = [
|
||||
},
|
||||
{
|
||||
title: '场站运行模式',
|
||||
dataIndex: 'work_mode_id',
|
||||
key: 'work_mode_id',
|
||||
scopedSlots: { customRender: 'work_mode_id' }
|
||||
dataIndex: 'work_mode',
|
||||
key: 'work_mode',
|
||||
scopedSlots: { customRender: 'work_mode' }
|
||||
},
|
||||
{
|
||||
title: '场站运行策略',
|
||||
@@ -665,7 +665,7 @@ export const stationOptions = [
|
||||
|
||||
label: '场站运行模式',
|
||||
value: undefined,
|
||||
key: 'work_mode_id',
|
||||
key: 'work_mode',
|
||||
type: 'select',
|
||||
list: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user