mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
修改图标的y坐标轴标签,修改运行监控页面的设置下发按钮和操作
This commit is contained in:
@@ -250,14 +250,10 @@ export const columnList = [
|
||||
ellipsis: true,
|
||||
fixed: 'left'
|
||||
},
|
||||
{
|
||||
title: '设备编号',
|
||||
dataIndex: 'code'
|
||||
},
|
||||
{
|
||||
title: '所属场站',
|
||||
dataIndex: 'station_id',
|
||||
key: 'station_id'
|
||||
dataIndex: 'station_name',
|
||||
key: 'station_name'
|
||||
// filterable: true
|
||||
},
|
||||
{
|
||||
@@ -271,7 +267,10 @@ export const columnList = [
|
||||
title: '设备名称',
|
||||
dataIndex: 'name'
|
||||
},
|
||||
|
||||
{
|
||||
title: '设备编号',
|
||||
dataIndex: 'code'
|
||||
},
|
||||
{
|
||||
title: '厂家信息',
|
||||
dataIndex: 'factory'
|
||||
|
||||
Reference in New Issue
Block a user