Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
3b70f7c5
Commit
3b70f7c5
authored
Nov 01, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
01d28eaa
fbb11205
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
confirm-detail.vue
src/pages/carConfirm/confirm-detail.vue
+9
-1
No files found.
src/pages/carConfirm/confirm-detail.vue
View file @
3b70f7c5
...
...
@@ -26,6 +26,14 @@
<div
slot=
"name"
>
发动机号
</div>
<input
slot=
"content"
v-model=
"rentInfo.engine"
readonly
placeholder=
"自动识别发动机号"
>
</item>
<item>
<div
slot=
"name"
>
车辆型号
</div>
<input
slot=
"content"
v-model=
"info.type"
readonly
placeholder=
"自动识别车辆型号"
>
</item>
<item>
<div
slot=
"name"
>
合格证编号
</div>
<input
slot=
"content"
v-model=
"info.number"
readonly
placeholder=
"自动识别合格证编号"
>
</item>
<item>
<div
slot=
"name"
>
厂商型号
</div>
<input
...
...
@@ -289,7 +297,7 @@ export default {
.down {
position: relative;
width: 314px;
height: 4
3
6px;
height: 4
6
6px;
background-size: 301px 24.7px;
background-color: #fff;
}
...
...
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