Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
clique-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
clique
clique-web
Commits
c3494c08
Commit
c3494c08
authored
Aug 23, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 积分有效天数检验
parent
e583209e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
addPointSystem.vue
src/view/companyGroup/membershipSystem/addPointSystem.vue
+2
-2
editPointSystem.vue
src/view/companyGroup/membershipSystem/editPointSystem.vue
+2
-2
No files found.
src/view/companyGroup/membershipSystem/addPointSystem.vue
View file @
c3494c08
...
@@ -300,7 +300,7 @@
...
@@ -300,7 +300,7 @@
<div
class=
"radio-cell"
v-else-if=
"timeType == 0"
>
<div
class=
"radio-cell"
v-else-if=
"timeType == 0"
>
<el-radio
v-model=
"timeType"
:label=
"0"
disabled=
"true"
>
<el-radio
v-model=
"timeType"
:label=
"0"
disabled=
"true"
>
<label>
每天获取的所有积分,在获取之日起
</label></el-radio>
<label>
每天获取的所有积分,在获取之日起
</label></el-radio>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"effectiveDays"
@
keyup
.
native=
"formatInput($event)"
disabled=
"true"
></el-input>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"effectiveDays"
@
keyup
.
native=
"formatInput
Num
($event)"
disabled=
"true"
></el-input>
<label>
天后失效
</label>
<label>
天后失效
</label>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
</div>
</div>
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,7 @@
<div
class=
"radio-cell"
>
<div
class=
"radio-cell"
>
<el-radio
class=
"integralGetEffectiveDays"
v-model=
"ruleForm.integralExpireType"
:label=
"0"
@
change=
"radioExpireType1"
>
按天失效:
</el-radio>
<el-radio
class=
"integralGetEffectiveDays"
v-model=
"ruleForm.integralExpireType"
:label=
"0"
@
change=
"radioExpireType1"
>
按天失效:
</el-radio>
<label>
每天获取的所有积分,在获取之日起
</label>
<label>
每天获取的所有积分,在获取之日起
</label>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"ruleForm.integralGetEffectiveDays"
@
keyup
.
native=
"formatInput($event)"
></el-input>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"ruleForm.integralGetEffectiveDays"
@
keyup
.
native=
"formatInput
Num
($event)"
></el-input>
<label>
天后失效
</label>
<label>
天后失效
</label>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
</div>
</div>
...
...
src/view/companyGroup/membershipSystem/editPointSystem.vue
View file @
c3494c08
...
@@ -488,7 +488,7 @@
...
@@ -488,7 +488,7 @@
<div
class=
"radio-cell"
v-else-if=
"timeType == 0 || timeType == null"
>
<div
class=
"radio-cell"
v-else-if=
"timeType == 0 || timeType == null"
>
<el-radio
v-model=
"timeType"
:label=
"0"
disabled=
"true"
>
<el-radio
v-model=
"timeType"
:label=
"0"
disabled=
"true"
>
<label>
每天获取的所有积分,在获取之日起
</label></el-radio>
<label>
每天获取的所有积分,在获取之日起
</label></el-radio>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"effectiveDays"
@
keyup
.
native=
"formatInput($event)"
disabled=
"true"
></el-input>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"effectiveDays"
@
keyup
.
native=
"formatInput
Num
($event)"
disabled=
"true"
></el-input>
<label>
天后失效
</label>
<label>
天后失效
</label>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
</div>
</div>
...
@@ -529,7 +529,7 @@
...
@@ -529,7 +529,7 @@
<div
class=
"radio-cell"
>
<div
class=
"radio-cell"
>
<el-radio
v-model=
"ruleForm.integralExpireType"
:label=
"0"
@
change=
"radioExpireType1"
>
按天失效:
</el-radio>
<el-radio
v-model=
"ruleForm.integralExpireType"
:label=
"0"
@
change=
"radioExpireType1"
>
按天失效:
</el-radio>
<label>
每天获取的所有积分,在获取之日起
</label>
<label>
每天获取的所有积分,在获取之日起
</label>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"ruleForm.integralGetEffectiveDays"
@
keyup
.
native=
"formatInput($event)"
></el-input>
<el-input
placeholder=
"请输入"
style=
"width:115px"
v-model=
"ruleForm.integralGetEffectiveDays"
@
keyup
.
native=
"formatInput
Num
($event)"
></el-input>
<label>
天后失效
</label>
<label>
天后失效
</label>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
<span
style=
"font-size: 12px;color: #909399;line-height: 1;padding-left: 10px;"
>
建议不超过3年(1095天)
</span>
</div>
</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