mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
南瑞意见修改:前端页面和后端接口
This commit is contained in:
@@ -218,18 +218,18 @@ export const columnList = [
|
||||
dataIndex: 'operation_date',
|
||||
key: 'operation_date'
|
||||
},
|
||||
{
|
||||
title: '场站运行模式',
|
||||
dataIndex: 'work_mode',
|
||||
key: 'work_mode',
|
||||
scopedSlots: { customRender: 'work_mode' }
|
||||
},
|
||||
{
|
||||
title: '场站运行策略',
|
||||
dataIndex: 'policy_id',
|
||||
key: 'policy_id',
|
||||
scopedSlots: { customRender: 'policy_id' }
|
||||
},
|
||||
// {
|
||||
// title: '场站运行模式',
|
||||
// dataIndex: 'work_mode',
|
||||
// key: 'work_mode',
|
||||
// scopedSlots: { customRender: 'work_mode' }
|
||||
// },
|
||||
// {
|
||||
// title: '场站运行策略',
|
||||
// dataIndex: 'policy_id',
|
||||
// key: 'policy_id',
|
||||
// scopedSlots: { customRender: 'policy_id' }
|
||||
// },
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'operate',
|
||||
|
||||
Reference in New Issue
Block a user