This commit is contained in:
zhoumengru
2025-09-10 09:23:53 +08:00
7 changed files with 19 additions and 23 deletions

View File

@@ -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: [
{