Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
9fe38b0d
Commit
9fe38b0d
authored
May 07, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
eb223c00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+3
-3
No files found.
src/components/guestManagement/ticketOrder.vue
View file @
9fe38b0d
...
...
@@ -343,8 +343,8 @@
</el-form>
<div
v-if=
"name=='凭证图'"
class=
"Credentials-box"
>
<div
class=
"Credentials-text"
>
<div
class=
"Credentialstext-box"
>
<p>
熔断凭证
</p>
<div
class=
"Credentialstext-box"
v-if=
"obj.CancelVoucherList.length >0"
>
<p>
熔断
/取消
凭证
</p>
<div
class=
"Credentialsimg-box"
>
<el-image
v-for=
"(items,index) in obj.CancelVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
></el-image>
...
...
@@ -352,7 +352,7 @@
</div>
<div
class=
"Credentialstext-box"
>
<p>
取消
凭证
</p>
<p>
出票
凭证
</p>
<div
class=
"Credentialsimg-box"
>
<el-image
v-for=
"(items,index) in obj.TicketVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
>
...
...
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