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
d6dadee7
Commit
d6dadee7
authored
May 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
be0e0360
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
53 deletions
+60
-53
domesticScenicSpotInfoManage.vue
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
+51
-50
domesticScenicSpotList.vue
src/components/scenicSpot/domesticScenicSpotList.vue
+1
-1
domesticTicketManagement.vue
src/components/scenicSpot/domesticTicketManagement.vue
+8
-2
No files found.
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
View file @
d6dadee7
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/domesticScenicSpotList.vue
View file @
d6dadee7
...
@@ -511,7 +511,7 @@
...
@@ -511,7 +511,7 @@
var
that
=
this
;
var
that
=
this
;
that
.
Confirm
(
that
.
$t
(
'tips.shifoushanchu'
),
function
()
{
that
.
Confirm
(
that
.
$t
(
'tips.shifoushanchu'
),
function
()
{
that
.
apipost
(
that
.
apipost
(
"ticketcoupons_post_Remove"
,
{
"
applets
ticketcoupons_post_Remove"
,
{
ID
:
ID
ID
:
ID
},
},
res
=>
{
res
=>
{
...
...
src/components/scenicSpot/domesticTicketManagement.vue
View file @
d6dadee7
...
@@ -174,9 +174,15 @@
...
@@ -174,9 +174,15 @@
</el-tooltip>
</el-tooltip>
</td>
</td>
<td>
{{
item
.
TicketSubName
}}
</td>
<td>
{{
item
.
TicketSubName
}}
</td>
<td>
{{
item
.
IsSameDayBuy
}}
</td>
<td>
<div
v-if=
"item.IsSameDayBuy===0"
>
否
</div>
<div
v-if=
"item.IsSameDayBuy===1"
>
是
</div>
</td>
<td>
{{
item
.
DayBuyTime
}}
</td>
<td>
{{
item
.
DayBuyTime
}}
</td>
<td>
{{
item
.
IsWorryFreeRefund
}}
</td>
<td>
<div
v-if=
"item.IsWorryFreeRefund===0"
>
是
</div>
<div
v-if=
"item.IsWorryFreeRefund===1"
>
有条件退
</div>
</td>
<td>
{{
item
.
SubscribeTime
}}
</td>
<td>
{{
item
.
SubscribeTime
}}
</td>
<td
class=
"DaysInfo"
>
<td
class=
"DaysInfo"
>
<span
<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