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
18fa3f11
Commit
18fa3f11
authored
Jan 22, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9d9a1e52
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
CouponDetail.vue
src/components/activity/CouponDetail.vue
+12
-3
No files found.
src/components/activity/CouponDetail.vue
View file @
18fa3f11
...
...
@@ -23,7 +23,7 @@
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
{{
$t
(
'active.cl_hdtujing'
)
}}
</th>
<
th>
{{
$t
(
'active.cl_hdqudao'
)
}}
</th
>
<
!--
<th>
{{
$t
(
'active.cl_hdqudao'
)
}}
</th>
--
>
<th>
{{
$t
(
'active.cl_syzhuangtai'
)
}}
</th>
<th>
{{
$t
(
'hotel.order_Number'
)
}}
</th>
<th>
{{
$t
(
'active.cl_orderType'
)
}}
</th>
...
...
@@ -35,9 +35,18 @@
<tbody
v-loading=
"loading"
>
<tr
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td>
<span
v-if=
"item.accessType == 1"
>
{{
$t
(
'active.cl_choujiang'
)
}}
</span>
<span
v-if=
"item.accessType == 1"
>
活动
</span>
<span
v-else-if=
"item.accessType == 2"
>
{{
$t
(
'active.cl_choujiang'
)
}}
</span>
<span
v-else-if=
"item.accessType == 3"
>
完款自动发放
</span>
<span
v-else-if=
"item.accessType == 4"
>
后台发放
</span>
<span
v-else-if=
"item.accessType == 5"
>
分享
</span>
<span
v-else-if=
"item.accessType == 6"
>
购买并付款
</span>
<span
v-else-if=
"item.accessType == 7"
>
新人领券
</span>
<span
v-else-if=
"item.accessType == 8"
>
新人购买并付款
</span>
<span
v-else-if=
"item.accessType == 9"
>
口令发放
</span>
<span
v-else-if=
"item.accessType == 10"
>
新人购买
</span>
</td>
<
td>
{{
item
.
acessName
}}
</td
>
<
!--
<td>
{{
item
.
acessName
}}
</td>
--
>
<td>
<span
v-if=
"item.useState == 1"
style=
"color: green"
>
{{
$t
(
'active.cl_wsyong'
)
}}
</span>
<span
v-if=
"item.useState == 2"
style=
"color: gary"
>
{{
$t
(
'active.cl_ysyong'
)
}}
</span>
...
...
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