Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
amos-convertor-view
Commits
84971deb
Commit
84971deb
authored
Dec 18, 2020
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改应急处理table表
parent
0854efb3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
9 deletions
+16
-9
AlarmView.js
src/view/bizview/situation/alarm/AlarmView.js
+8
-8
EquipmentAlarmView.js
...ew/bizview/situation/equipmentAlarm/EquipmentAlarmView.js
+8
-1
No files found.
src/view/bizview/situation/alarm/AlarmView.js
View file @
84971deb
...
...
@@ -26,14 +26,7 @@ const getColumns = () => {
className
:
'uant-table-thead'
},
{
title
:
'所在区域'
,
dataIndex
:
'source_name'
,
key
:
'source_name'
,
width
:
'15%'
,
className
:
'uant-table-thead'
},
{
title
:
'指标名称'
,
title
:
'信号名称'
,
dataIndex
:
'eq_point_name'
,
key
:
'eq_point_name'
,
width
:
'10%'
,
...
...
@@ -53,6 +46,13 @@ const getColumns = () => {
width
:
'10%'
,
className
:
'uant-table-thead'
},
{
title
:
'所在区域'
,
dataIndex
:
'source_name'
,
key
:
'source_name'
,
width
:
'15%'
,
className
:
'uant-table-thead'
},
// {
// title: '数据类型',
// dataIndex: 'soe',
...
...
src/view/bizview/situation/equipmentAlarm/EquipmentAlarmView.js
View file @
84971deb
...
...
@@ -40,13 +40,20 @@ const getColumns = () => {
// className: 'uant-table-thead'
// },
{
title
:
'
重点设备
'
,
title
:
'
信号名称
'
,
dataIndex
:
'fireEquipmentPointName'
,
key
:
'fireEquipmentPointName'
,
width
:
'10%'
,
className
:
'uant-table-thead'
},
{
title
:
'保护对象'
,
dataIndex
:
'equipmentName'
,
key
:
'equipmentName'
,
width
:
'10%'
,
className
:
'uant-table-thead'
},
{
title
:
'报警类型'
,
dataIndex
:
'type'
,
key
:
'type'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment