Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
marketing-web
marketing
Commits
a3f1492e
Commit
a3f1492e
authored
Nov 17, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 投放记录卡券状态
parent
122d7ac8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
record-send-Info.vue
src/views/card/record-send-Info.vue
+11
-1
No files found.
src/views/card/record-send-Info.vue
View file @
a3f1492e
...
...
@@ -70,7 +70,17 @@ export default {
const
that
=
this
;
return
{
formatDateTimeByType
,
cardStatusList
:
[{
value
:
0
,
label
:
'全部卡券状态'
},
{
value
:
3
,
label
:
'待领取'
},
{
value
:
4
,
label
:
'待核销'
},
{
value
:
5
,
label
:
' 已核销'
},
{
value
:
6
,
label
:
'已过期'
},
{
value
:
7
,
label
:
'已销毁'
},
{
value
:
8
,
label
:
'已占用'
}],
// eslint-disable-line
cardStatusList
:
[
{
value
:
0
,
label
:
'全部卡券状态'
},
{
value
:
3
,
label
:
'待领取'
},
{
value
:
4
,
label
:
'待使用'
},
{
value
:
5
,
label
:
'已使用'
},
{
value
:
6
,
label
:
'已过期'
},
{
value
:
7
,
label
:
'已销毁'
},
{
value
:
8
,
label
:
'已占用'
},
{
value
:
9
,
label
:
'转赠中'
},
{
value
:
10
,
label
:
'已转赠'
}
],
loading
:
false
,
recordList
:
[],
receiveTime
:
[
''
,
''
],
// 领取时间
...
...
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