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
f4ae93da
Commit
f4ae93da
authored
Nov 27, 2020
by
吴俊凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重点设备列表绑定修改
parent
d96d9e61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
12 deletions
+43
-12
MatchEquipment.js
src/view/bizview/equipmentLedger/Equipment/MatchEquipment.js
+18
-6
fireStation.js
.../equipmentLedger/FireResources/FireStation/fireStation.js
+25
-6
No files found.
src/view/bizview/equipmentLedger/Equipment/MatchEquipment.js
View file @
f4ae93da
...
@@ -26,22 +26,34 @@ const matchEquipmentTableColumns = self => {
...
@@ -26,22 +26,34 @@ const matchEquipmentTableColumns = self => {
render
:
(
text
,
record
,
index
)
=>
`
${
index
+
1
}
`
render
:
(
text
,
record
,
index
)
=>
`
${
index
+
1
}
`
},
},
{
{
title
:
'编号'
,
title
:
'
装备
编号'
,
dataIndex
:
'
c
ode'
,
dataIndex
:
'
specificC
ode'
,
key
:
'
c
ode'
,
key
:
'
specificC
ode'
,
width
:
'
30
%'
width
:
'
15
%'
},
},
{
{
title
:
'名称'
,
title
:
'名称'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
key
:
'name'
,
key
:
'name'
,
width
:
'30%'
width
:
'15%'
},
{
title
:
'IOT编码'
,
dataIndex
:
'iotCode'
,
key
:
'iotCode'
,
width
:
'15%'
},
{
title
:
'系统名称'
,
dataIndex
:
'systemName'
,
key
:
'systemName'
,
width
:
'15%'
},
},
{
{
title
:
'位置'
,
title
:
'位置'
,
dataIndex
:
'address'
,
dataIndex
:
'address'
,
key
:
'address'
,
key
:
'address'
,
width
:
'
40
%'
width
:
'
15
%'
}
}
];
];
};
};
...
...
src/view/bizview/equipmentLedger/FireResources/FireStation/fireStation.js
View file @
f4ae93da
...
@@ -30,28 +30,47 @@ const fireStationTableColumns = self => {
...
@@ -30,28 +30,47 @@ const fireStationTableColumns = self => {
render
:
(
text
,
record
,
index
)
=>
`
${
index
+
1
}
`
render
:
(
text
,
record
,
index
)
=>
`
${
index
+
1
}
`
},
},
{
{
title
:
'编号'
,
title
:
'
装备
编号'
,
dataIndex
:
'
c
ode'
,
dataIndex
:
'
specificC
ode'
,
key
:
'
c
ode'
,
key
:
'
specificC
ode'
,
width
:
'10%'
width
:
'10%'
},
},
{
{
title
:
'名称'
,
title
:
'名称'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
key
:
'name'
,
key
:
'name'
,
width
:
'25%'
width
:
'15%'
},
{
title
:
'状态'
,
dataIndex
:
'isbind'
,
key
:
'isbind'
,
width
:
'10%'
,
render
:
text
=>
text
===
'YES'
?
'已绑定设备'
:
''
},
{
title
:
'IOT编码'
,
dataIndex
:
'iotCode'
,
key
:
'iotCode'
,
width
:
'10%'
},
},
{
{
title
:
'所属区域'
,
title
:
'所属区域'
,
dataIndex
:
'riskSourceName'
,
dataIndex
:
'riskSourceName'
,
key
:
'riskSourceName'
,
key
:
'riskSourceName'
,
width
:
'25%'
width
:
'15%'
},
{
title
:
'系统名称'
,
dataIndex
:
'systemName'
,
key
:
'systemName'
,
width
:
'10%'
},
},
{
{
title
:
'位置'
,
title
:
'位置'
,
dataIndex
:
'address'
,
dataIndex
:
'address'
,
key
:
'address'
,
key
:
'address'
,
width
:
'
24
%'
width
:
'
15
%'
},
},
{
{
title
:
'配套设备'
,
title
:
'配套设备'
,
...
...
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