mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
系统总览布局,场站运行模式
This commit is contained in:
@@ -21,11 +21,10 @@
|
||||
</template>
|
||||
<template #work_mode="record">
|
||||
<span>{{ workModeList.find((item) => record.value == item.value)?.label || '' }}</span>
|
||||
</template>
|
||||
</template>
|
||||
<template #policy_id="record">
|
||||
<span>{{ policyList.find((item) => record.value == item.value)?.label || '' }}</span>
|
||||
</template>
|
||||
|
||||
</template>
|
||||
<template #action="record">
|
||||
<OperateCom :record="record" :operate-list="operateList" @operateForm="operateForm" />
|
||||
</template>
|
||||
@@ -78,16 +77,24 @@ export default {
|
||||
paramsDate: {},
|
||||
workModeList: [
|
||||
{
|
||||
label: '最优经济化',
|
||||
value: 1
|
||||
label: '峰谷套利',
|
||||
value: '1'
|
||||
},
|
||||
{
|
||||
label: '支撑电网稳定',
|
||||
value: 2
|
||||
label: '增网配容',
|
||||
value: '2'
|
||||
},
|
||||
{
|
||||
label: '自定义',
|
||||
value: 3
|
||||
label: '应急供电',
|
||||
value: '3'
|
||||
},
|
||||
{
|
||||
label: '并网保电',
|
||||
value: '4'
|
||||
},
|
||||
{
|
||||
label: '自定时段',
|
||||
value: '5'
|
||||
}
|
||||
],
|
||||
policyList: [
|
||||
|
||||
Reference in New Issue
Block a user