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
0a107a33
Commit
0a107a33
authored
Dec 18, 2020
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整列宽
parent
84971deb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
EquipmentAlarmView.js
...ew/bizview/situation/equipmentAlarm/EquipmentAlarmView.js
+5
-5
No files found.
src/view/bizview/situation/equipmentAlarm/EquipmentAlarmView.js
View file @
0a107a33
...
@@ -29,7 +29,7 @@ const getColumns = () => {
...
@@ -29,7 +29,7 @@ const getColumns = () => {
title
:
'位置'
,
title
:
'位置'
,
dataIndex
:
'warehouseStructureName'
,
dataIndex
:
'warehouseStructureName'
,
key
:
'warehouseStructureName'
,
key
:
'warehouseStructureName'
,
width
:
'
27
%'
,
width
:
'
15
%'
,
className
:
'uant-table-thead'
className
:
'uant-table-thead'
},
},
// {
// {
...
@@ -50,21 +50,21 @@ const getColumns = () => {
...
@@ -50,21 +50,21 @@ const getColumns = () => {
title
:
'保护对象'
,
title
:
'保护对象'
,
dataIndex
:
'equipmentName'
,
dataIndex
:
'equipmentName'
,
key
:
'equipmentName'
,
key
:
'equipmentName'
,
width
:
'1
0
%'
,
width
:
'1
8
%'
,
className
:
'uant-table-thead'
className
:
'uant-table-thead'
},
},
{
{
title
:
'报警类型'
,
title
:
'报警类型'
,
dataIndex
:
'type'
,
dataIndex
:
'type'
,
key
:
'type'
,
key
:
'type'
,
width
:
'
10
%'
,
width
:
'
5
%'
,
className
:
'uant-table-thead'
className
:
'uant-table-thead'
},
},
{
{
title
:
'状态'
,
title
:
'状态'
,
dataIndex
:
'status'
,
dataIndex
:
'status'
,
key
:
'status'
,
key
:
'status'
,
width
:
'
10
%'
,
width
:
'
5
%'
,
render
:
text
=>
{
return
text
?
'报警'
:
'恢复'
;
},
render
:
text
=>
{
return
text
?
'报警'
:
'恢复'
;
},
className
:
'uant-table-thead'
className
:
'uant-table-thead'
},
},
...
@@ -72,7 +72,7 @@ const getColumns = () => {
...
@@ -72,7 +72,7 @@ const getColumns = () => {
title
:
'频次'
,
title
:
'频次'
,
dataIndex
:
'frequency'
,
dataIndex
:
'frequency'
,
key
:
'frequency'
,
key
:
'frequency'
,
width
:
'
10
%'
,
width
:
'
5
%'
,
className
:
'uant-table-thead'
className
:
'uant-table-thead'
},
},
{
{
...
...
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