Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
耿迪迪
gassafety
Commits
5e03faaa
Commit
5e03faaa
authored
Mar 31, 2023
by
吴卿华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改设备信息添加报错bug
parent
545aa40b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
index.vue
gassafety-web/src/views/device/deviceInfoDetail/index.vue
+13
-0
No files found.
gassafety-web/src/views/device/deviceInfoDetail/index.vue
View file @
5e03faaa
...
...
@@ -98,11 +98,24 @@
<div
style=
"width: 100%;height: 100%"
id=
"container"
></div>
</div>
</el-col>
<el-row
style=
"width: 100%;height: 40px;"
>
<el-col
:span=
"24"
>
<div
style=
""
>
<ul>
<li
style=
"list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;"
>
已安装设备
</li>
</ul>
</div>
</el-col>
</el-row>
<el-col
:span=
"10"
>
<el-table
height=
"250"
border
:data=
"equipmentList"
>
<el-table-column
label=
"设备名称"
align=
"center"
prop=
"deviceNames"
/>
<el-table-column
label=
"设备编号"
align=
"center"
prop=
"deviceCodes"
/>
</el-table>
</el-col>
</el-row>
<div
class=
""
style=
"width: 95%; height: 60px;margin-left: 50px;text-align: center;margin-top: 5px;"
>
...
...
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