样式 警告处理

This commit is contained in:
ym1026
2025-09-12 10:58:59 +08:00
parent 23b5352635
commit f0720439d2
12 changed files with 246 additions and 159 deletions

View File

@@ -228,6 +228,8 @@ export const columnList = [
{
title: '操作',
dataIndex: 'operate',
fixed: 'right',
key: 'operate',
scopedSlots: { customRender: 'action' }
}
@@ -667,29 +669,9 @@ export const stationOptions = [
label: '场站运行模式',
value: undefined,
key: 'work_mode',
type: 'select',
list: [
{
label: '峰谷套利',
value: '1'
},
{
label: '增网配容',
value: '2'
},
{
label: '应急供电',
value: '3'
},
{
label: '并网保电',
value: '4'
},
{
label: '自定时段',
value: '5'
}
]
type: 'slot',
slotName: 'work_mode',
list: []
},
{
// 0未启用1启用
@@ -697,7 +679,7 @@ export const stationOptions = [
label: '场站运行策略',
value: undefined,
key: 'policy_id',
type: 'select',
type: 'unshow',
list: [
{
label: '削峰套利',