修改1.预测页面放电曲线不显示。2.修改查看日志信息表格显示字段。3.修改地图场站异常状态判断条件

This commit is contained in:
lixiaoyuan
2025-12-01 18:25:49 +08:00
parent 54cbcdd90a
commit f8dad86731
4 changed files with 52 additions and 37 deletions

View File

@@ -202,11 +202,11 @@ export const columnList = [
ellipsis: true
// filterable: true
},
{
title: '储能容量',
dataIndex: 'capacity',
key: 'capacity'
},
// {
// title: '储能容量',
// dataIndex: 'capacity',
// key: 'capacity'
// },
{
title: '场站状态',
dataIndex: 'status',
@@ -316,17 +316,27 @@ export const columnList = [
width: 120,
scopedSlots: { customRender: 'type' }
},
{
title: '操作用户',
dataIndex: 'user_id',
key: 'user_id',
width: 120
},
// {
// title: '操作用户',
// dataIndex: 'user_id',
// key: 'user_id',
// width: 120
// },
{
title: '设备ID',
dataIndex: 'device_id',
key: 'device_id'
},
{
title: '设备名称D',
dataIndex: 'device_name',
key: 'device_name'
},
{
title: '所属场站',
dataIndex: 'station_name',
key: 'station_name'
},
{
title: '日志内容',
dataIndex: 'content',
@@ -834,6 +844,13 @@ export const alarmlogOptions = [
type: 'input',
disabled: true
},
{
label: '所属场站',
value: '',
key: 'station_name',
type: 'input',
disabled: true
},
{
label: '日志内容',
value: '',