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
beb1683b
Commit
beb1683b
authored
Sep 08, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备信息详情图片
parent
23ea46a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
index.vue
gassafety-web/src/views/device/deviceInfoDetail/index.vue
+4
-2
index.vue
gassafety-web/src/views/device/pipeDetail/index.vue
+2
-2
No files found.
gassafety-web/src/views/device/deviceInfoDetail/index.vue
View file @
beb1683b
...
...
@@ -83,8 +83,10 @@
<el-form-item
label=
"最后巡检时间:"
prop=
"inspectionTime"
>
<font>
{{
form
.
inspectionTime
}}
</font>
</el-form-item>
<el-form-item
label=
"设备图片:"
prop=
"inspectionTime"
>
<el-image
:src=
"form.iconUrl"
:preview-src-list=
"[form.iconUrl]"
style=
"width: 90px;"
></el-image>
<el-form-item
label=
"设备图片:"
prop=
"iconUrl"
>
<div
style=
"width: 20%;"
>
<el-image
:src=
"form.iconUrl"
:preview-src-list=
"[form.iconUrl]"
style=
"width: auto;height: auto;"
></el-image>
</div>
</el-form-item>
</el-form>
</el-col>
...
...
gassafety-web/src/views/device/pipeDetail/index.vue
View file @
beb1683b
...
...
@@ -69,7 +69,7 @@
<el-form-item
label=
"最后巡检时间:"
prop=
"inspectionTime"
>
<font>
{{
form
.
inspectionTime
}}
</font>
</el-form-item>
<el-form-item
label=
"管道图片:"
prop=
"i
nspectionTime
"
>
<el-form-item
label=
"管道图片:"
prop=
"i
conUrl
"
>
<div
style=
"width: 20%;"
>
<el-image
:src=
"form.iconUrl"
:preview-src-list=
"[form.iconUrl]"
style=
"width: auto;height: auto;"
></el-image>
</div>
...
...
@@ -425,4 +425,4 @@
font-size
:
15px
;
font-weight
:
900
;
}
</
style
>
\ No newline at end of file
</
style
>
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