mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
修改1.预测页面放电曲线不显示。2.修改查看日志信息表格显示字段。3.修改地图场站异常状态判断条件
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user