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
d96d9e61
Commit
d96d9e61
authored
Nov 25, 2020
by
吴俊凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电力设备弹窗修改
parent
19a3ccc8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
9 deletions
+20
-9
EquipmentFireEquipmentAdd.js
...ew/equipmentLedger/Equipment/EquipmentFireEquipmentAdd.js
+20
-9
No files found.
src/view/bizview/equipmentLedger/Equipment/EquipmentFireEquipmentAdd.js
View file @
d96d9e61
...
@@ -23,32 +23,43 @@ const fireEquipmentTableColumns = self => {
...
@@ -23,32 +23,43 @@ const fireEquipmentTableColumns = self => {
title
:
'编号'
,
title
:
'编号'
,
dataIndex
:
'code'
,
dataIndex
:
'code'
,
key
:
'code'
,
key
:
'code'
,
width
:
'1
5
%'
width
:
'1
0
%'
},
},
{
{
title
:
'名称'
,
title
:
'名称'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
key
:
'name'
,
key
:
'name'
,
width
:
'1
5
%'
width
:
'1
0
%'
},
},
{
{
title
:
'分类'
,
title
:
'分类'
,
dataIndex
:
'type'
,
dataIndex
:
'type'
,
key
:
'type'
,
key
:
'type'
,
width
:
'1
5
%'
width
:
'1
0
%'
},
},
{
{
title
:
'状态'
,
title
:
'所属系统'
,
dataIndex
:
'isbind'
,
dataIndex
:
'systemName'
,
key
:
'isbind'
,
key
:
'systemName'
,
width
:
'10%'
,
width
:
'10%'
render
:
text
=>
text
===
'YES'
?
'已绑定设备'
:
''
},
{
title
:
'物联编码'
,
dataIndex
:
'iotCode'
,
key
:
'iotCode'
,
width
:
'10%'
},
{
title
:
'编码'
,
dataIndex
:
'specificCode'
,
key
:
'specificCode'
,
width
:
'10%'
},
},
{
{
title
:
'位置'
,
title
:
'位置'
,
dataIndex
:
'address'
,
dataIndex
:
'address'
,
key
:
'address'
,
key
:
'address'
,
width
:
'
20
%'
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