字段修改+权限存入

This commit is contained in:
ym1026
2025-09-09 10:00:01 +08:00
parent 2f602ad72a
commit 79e99379a0
7 changed files with 22 additions and 26 deletions

View File

@@ -212,9 +212,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: '场站运行策略',
@@ -499,7 +499,7 @@ export const stationOptions = [
label: '场站运行模式',
value: undefined,
key: 'work_mode_id',
key: 'work_mode',
type: 'select',
list: [
{