Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
8bc84eac
Commit
8bc84eac
authored
Jul 16, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
97004ef3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
passengerSaleList.vue
src/components/SalesModule/passengerSaleList.vue
+4
-0
No files found.
src/components/SalesModule/passengerSaleList.vue
View file @
8bc84eac
...
...
@@ -34,6 +34,7 @@
<th
width=
"9%"
>
{{$t('objFill.shengfenzheng')}}
</th>
<th
width=
"5%"
>
{{$t('visa.v_qianzhengst')}}
</th>
<th
width=
"5%"
>
{{$t('objFill.shifouxuesheng')}}
</th>
<td
>
退景点
</td>
<th
width=
"8%"
>
{{$t('hotel.table_operat')}}
</th>
</tr>
</thead>
...
...
@@ -57,6 +58,9 @@
<td>
{{item.IdCard}}
</td>
<td>
{{item.VisaState==1?$t('salesModule.RefuseQ'):$t('pub.normalSel')}}
</td>
<td
style=
"color:red;"
>
{{item.IsHightSchool==1?$t('objFill.xuesheng'):""}}
</td>
<td>
<div
v-if=
"item.BackScenicList!=null&&item.BackScenicList.length>0"
>
<p
v-for=
"(itemb,indexb) in item.BackScenicList"
:key=
"indexb"
>
{{itemb.CouponsName}}{{item.BackScenicList.length!=(indexb+1)?"、":""}}
</p>
</div></td>
<td>
<el-button-group>
<el-tooltip
v-if=
"isOrder==1 && !isDis"
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
...
...
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