Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-video
Project
Project
Details
Activity
Releases
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
binhai-jiaoguan
binhai-video
Commits
c8195e50
Commit
c8195e50
authored
Nov 20, 2023
by
ZhangKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改 综合查询 -> 车辆查询 详情页图片回写
parent
3dcbdc3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
vehicleInQuiry.vue
src/views/ comprehensiveQuery/components/vehicleInQuiry.vue
+6
-5
No files found.
src/views/ comprehensiveQuery/components/vehicleInQuiry.vue
View file @
c8195e50
...
...
@@ -179,9 +179,9 @@
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
480px
"
width=
"
60vm
"
append-to-body
:close-on-click-modal=
"
fals
e"
:close-on-click-modal=
"
tru
e"
destroy-on-close
>
<!--上方文字显示-->
...
...
@@ -199,17 +199,17 @@
<el-row
:gutter=
"8"
style=
"margin-top: 20px"
>
<el-col
:span=
"8"
>
<div
style=
"text-align: center;"
>
<el-image
:src=
"form.frontImg"
/>
<el-image
:src=
"
baseUrl +
form.frontImg"
/>
<p>
正面
</p></div>
</el-col>
<el-col
:span=
"8"
>
<div
style=
"text-align: center;"
>
<el-image
:src=
"form.backImg"
/>
<el-image
:src=
"
baseUrl +
form.backImg"
/>
<p>
背面
</p></div>
</el-col>
<el-col
:span=
"8"
>
<div
style=
"text-align: center;"
>
<el-image
:src=
"form.licensePlateImg"
/>
<el-image
:src=
"
baseUrl +
form.licensePlateImg"
/>
<p>
车牌
</p></div>
</el-col>
</el-row>
...
...
@@ -244,6 +244,7 @@ export default {
title
:
''
,
// 是否显示弹出层
open
:
false
,
baseUrl
:
process
.
env
.
VUE_APP_IMG_API
,
// 重新渲染表格状态
vehicleTable
:
true
,
// 查询参数
...
...
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