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
167f0982
Commit
167f0982
authored
Jul 06, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案调整
parent
35dd62f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
point-form.vue
src/components/memberShip/point-form.vue
+1
-1
addPointSystem.vue
src/view/companyGroup/membershipSystem/addPointSystem.vue
+1
-1
editPointSystem.vue
src/view/companyGroup/membershipSystem/editPointSystem.vue
+1
-1
No files found.
src/components/memberShip/point-form.vue
View file @
167f0982
...
...
@@ -17,7 +17,7 @@
<el-select
v-model=
"ruleForm.integralGetStrategy"
placeholder=
"请选择"
style=
"width:115px;margin-left:5px;"
>
<el-option
v-for=
"item in cateOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select><br/>
<span
style=
"color: #909399;font-size:12px; padding-left:22px;"
>
例:根据消费金额计算出积分为4.3,选择「四舍五入」和「
进位制」时为5积分,选择「抹零」则为4
积分
</span>
<span
style=
"color: #909399;font-size:12px; padding-left:22px;"
>
例:根据消费金额计算出积分为4.3,选择「四舍五入」和「
抹零」时为4积分,选择「进位制」则为5
积分
</span>
</div>
<div
class=
"form-child margin-20"
v-if=
"ruleForm.integralGetStatus == 1"
>
<el-form-item
label=
"折扣控制:"
prop=
""
label-width=
"100px"
>
...
...
src/view/companyGroup/membershipSystem/addPointSystem.vue
View file @
167f0982
...
...
@@ -234,7 +234,7 @@
<el-select
v-model=
"ruleForm.integralGetStrategy"
placeholder=
"请选择"
style=
"width: 115px"
>
<el-option
v-for=
"item in cateOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<p
class=
"setting-tips"
style=
"margin: 6px 0 0"
>
例:根据消费金额计算出积分为4.3,选择「四舍五入」和「
进位制」时为5积分,选择「抹零」则为4
积分
</p>
<p
class=
"setting-tips"
style=
"margin: 6px 0 0"
>
例:根据消费金额计算出积分为4.3,选择「四舍五入」和「
抹零」时为4积分,选择「进位制」则为5
积分
</p>
</div>
</el-form-item>
<el-form-item
label=
"积分冻结期:"
v-if=
"ruleForm.integralGetStatus == 1"
prop=
"integralGetFreezeDays"
>
...
...
src/view/companyGroup/membershipSystem/editPointSystem.vue
View file @
167f0982
...
...
@@ -414,7 +414,7 @@
<el-select
v-model=
"ruleForm.integralGetStrategy"
placeholder=
"请选择"
style=
"width:115px;"
>
<el-option
v-for=
"item in cateOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<p
style=
"color: #909399;font-size:12px;"
>
例:根据消费金额计算出积分为4.3,选择「四舍五入」和「
进位制」时为5积分,选择「抹零」则为4
积分
</p>
<p
style=
"color: #909399;font-size:12px;"
>
例:根据消费金额计算出积分为4.3,选择「四舍五入」和「
抹零」时为4积分,选择「进位制」则为5
积分
</p>
</div>
</el-form-item>
<el-form-item
label=
"积分冻结期:"
v-if=
"ruleForm.integralGetStatus == 1"
prop=
"integralGetFreezeDays"
>
...
...
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