mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
字段修改+权限存入
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user