Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
2217fa42
Commit
2217fa42
authored
Aug 16, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 即将过期卡券增加有效期字段
parent
737186e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
card.vue
src/components/card/card.vue
+6
-1
tag-config-options.vue
src/components/tag/tag-config-options.vue
+2
-1
No files found.
src/components/card/card.vue
View file @
2217fa42
...
...
@@ -180,6 +180,10 @@ export default {
cardType
:
{
type
:
[
String
,
Number
],
default
:
null
},
effect
:
{
type
:
Boolean
,
default
:
false
}
},
computed
:
{
...
...
@@ -343,7 +347,8 @@ export default {
searchParam
:
this
.
searchText
||
''
,
requestProject
:
this
.
repProjectName
,
cardLimitType
:
this
.
cardLimitType
,
cardTypes
:
this
.
cardTypes
cardTypes
:
this
.
cardTypes
,
effectiveFlag
:
this
.
effect
?
1
:
''
};
if
(
this
.
type
)
{
Object
.
assign
(
param
,
{
...
...
src/components/tag/tag-config-options.vue
View file @
2217fa42
...
...
@@ -775,7 +775,8 @@
:cardLimit=
"cardLimit"
:cardType=
"cardType"
:tag-list=
"tagList"
:type=
"1"
>
:type=
"1"
:effect=
"true"
>
</vue-gic-card>
<p
v-show=
"!cardRadioType"
class=
"grey"
style=
"margin-top:15px"
>
说明:选择全部卡券后,后续创建的卡券也会进行统计。
</p>
</div>
...
...
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