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
0de2f7b8
Commit
0de2f7b8
authored
Aug 30, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单旅游出行人bug
parent
360eb4b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
tourOrderDetailModal.vue
src/views/order/modal/tourOrderDetailModal.vue
+7
-4
No files found.
src/views/order/modal/tourOrderDetailModal.vue
View file @
0de2f7b8
...
@@ -65,11 +65,14 @@
...
@@ -65,11 +65,14 @@
<div>
<div>
<div
style=
"margin: 20px 0;"
><span
style=
"font-size: 18px;font-weight: bold;"
>
出游人信息 成人
{{
form
.
orderTourDetail
.
adultNum
}}
人 儿童
{{
form
.
orderTourDetail
.
childNum
}}
人
</span></div>
<div
style=
"margin: 20px 0;"
><span
style=
"font-size: 18px;font-weight: bold;"
>
出游人信息 成人
{{
form
.
orderTourDetail
.
adultNum
}}
人 儿童
{{
form
.
orderTourDetail
.
childNum
}}
人
</span></div>
<table
class=
"orderDetail"
>
<table
class=
"orderDetail"
>
<tr><th>
姓名
</th><th>
电话
</th><th>
身份证号
</th></tr>
<tr><th>
身份
</th><th>
姓名
</th><th>
电话
</th><th>
身份证号
</th></tr>
<tr
v-for=
"(item,index) in form.orderTourDetail.userVoList "
:key=
"index"
>
<tr
v-for=
"(item,index) in form.orderTourDetail.userVoList "
:key=
"index"
>
<td
v-if=
"item"
>
{{
item
.
realname
}}
</td>
<td
v-if=
"item && item.isdel == 0 && item.isChild == 0"
>
成人
</td>
<td
v-if=
"item"
>
{{
item
.
username
}}
</td>
<td
v-if=
"item && item.isdel == 0 && item.isChild == 1"
>
儿童
</td>
<td
v-if=
"item"
>
{{
item
.
idNumber
}}
</td>
<td
v-if=
"item && item.isdel == 0"
>
{{
item
.
name
}}
</td>
<td
v-if=
"item && item.isdel == 0"
>
{{
item
.
phone
}}
</td>
<td
v-if=
"item && item.isdel == 0"
>
{{
item
.
idCard
}}
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
...
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