Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
84a66b26
Commit
84a66b26
authored
May 19, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 卡券记录
parent
fa70fc8e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cardRecord.vue
src/views/apps/card/cardRecord.vue
+3
-2
No files found.
src/views/apps/card/cardRecord.vue
View file @
84a66b26
...
...
@@ -72,6 +72,7 @@
{{
scope
.
row
.
sendMemberCount
}}
</
template
>
</el-table-column>
<el-table-column
label=
"创建人"
prop=
"creatorName"
width=
"120"
></el-table-column>
<el-table-column
width=
"150"
label=
"创建时间"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
createTime
|
formatTimeStamp
}}
...
...
@@ -137,7 +138,7 @@ export default {
cardName
:
''
,
options
:
[
{
label
:
'全部'
,
value
:
''
},
{
label
:
'已
过期
'
,
value
:
2
},
{
label
:
'已
删除
'
,
value
:
2
},
{
label
:
'正常'
,
value
:
1
}
]
};
...
...
@@ -153,7 +154,7 @@ export default {
val
=
'正常'
;
break
;
case
2
:
val
=
'已
过期
'
;
val
=
'已
删除
'
;
break
;
}
return
val
;
...
...
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