Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
0e988e2b
Commit
0e988e2b
authored
Sep 19, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改车型/车辆排班/旅游订单列表
parent
1b08b369
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
rentOrderDetailModal.vue
src/views/order/modal/rentOrderDetailModal.vue
+3
-2
index.vue
src/views/vehicle/bookRecord/index.vue
+2
-2
oneType.vue
src/views/vehicleType/modal/oneType.vue
+8
-1
No files found.
src/views/order/modal/rentOrderDetailModal.vue
View file @
0e988e2b
...
@@ -85,12 +85,13 @@
...
@@ -85,12 +85,13 @@
</table>
</table>
<div
v-if=
"form.orderVehicleCrosstownDto"
style=
"margin: 20px 0;"
><span
style=
"font-size: 18px;font-weight: bold;"
>
驾驶人信息
</span></div>
<div
v-if=
"form.orderVehicleCrosstownDto"
style=
"margin: 20px 0;"
><span
style=
"font-size: 18px;font-weight: bold;"
>
驾驶人信息
</span></div>
<table
class=
"orderDetail"
v-if=
"form.orderVehicleCrosstownDto"
>
<table
class=
"orderDetail"
v-if=
"form.orderVehicleCrosstownDto"
>
<tr><th>
姓名
</th><th>
手机号
</th><th>
身份证号
</th><th>
驾照
</th></tr>
<tr><th>
姓名
</th><th>
手机号
</th><th>
身份证号
</th>
<!--
<th>
驾照
</th>
-->
</tr>
<tr>
<tr>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseName
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseName
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licensePhone
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licensePhone
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseIdCard
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseIdCard
}}
</td>
<td><img
style=
"width: 140px;height: 140px;"
:src=
"form.orderVehicleCrosstownDto?form.orderVehicleCrosstownDto.licenseImg:'https://xxtest.upyuns.com/image/app/default_%20avatar.png'"
></td
>
<!--
<td><img
style=
"width: 140px;height: 140px;"
:src=
"form.orderVehicleCrosstownDto?form.orderVehicleCrosstownDto.licenseImg:'https://xxtest.upyuns.com/image/app/default_%20avatar.png'"
></td>
--
>
</tr>
</tr>
</table>
</table>
</el-form>
</el-form>
...
...
src/views/vehicle/bookRecord/index.vue
View file @
0e988e2b
...
@@ -257,8 +257,8 @@
...
@@ -257,8 +257,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"车辆编
号
"
>
<el-form-item
label=
"车辆编
码
"
>
<span>
{{detailItem.
vehicleId
}}
</span>
<span>
{{detailItem.
code
}}
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<!-- <el-col :span="7">
<!-- <el-col :span="7">
...
...
src/views/vehicleType/modal/oneType.vue
View file @
0e988e2b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"车型简介"
prop=
"intro"
>
<el-form-item
label=
"车型简介"
prop=
"intro"
>
<el-input
v-model=
"form.intro"
placeholder=
"请输入车型简介"
></el-input>
<el-input
class=
"cx"
v-model=
"form.intro"
rows=
"9"
type=
"textarea"
placeholder=
"请输入车型简介"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -924,4 +924,11 @@ import UE from '../../modal/Ueditor';//百度ue富文本
...
@@ -924,4 +924,11 @@ import UE from '../../modal/Ueditor';//百度ue富文本
border-bottom
:
1px
solid
#999
;
border-bottom
:
1px
solid
#999
;
padding
:
3px
;
padding
:
3px
;
}
}
.cx
{
margin-top
:
0px
;
margin-bottom
:
0px
;
height
:
180px
;
}
</
style
>
</
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