南瑞意见修改:前端页面和后端接口

This commit is contained in:
lixiaoyuan
2026-01-05 16:13:13 +08:00
parent 97e4b182de
commit e278ae1003
51 changed files with 2812 additions and 958 deletions

View File

@@ -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',