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
04619f1f
Commit
04619f1f
authored
May 07, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 修改新增固化分组控制
parent
3602e80e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+2
-2
No files found.
src/view/memberGroup/memberGroupEdit.vue
View file @
04619f1f
...
...
@@ -126,7 +126,7 @@
></el-input>
</el-form-item>
<el-form-item
label
:class=
"{'m-l-60': ruleForm.selectedTags.length > 1}"
>
<div
class=
"tips-count"
style=
"color: red;margin-bottom: 15px;"
v-show=
"ruleForm.isActive == 0 && realCount.totalCount <= realCount.currCount"
>
<div
class=
"tips-count"
style=
"color: red;margin-bottom: 15px;"
v-show=
"
!(ruleForm.fixedType && !ruleForm.isTogether) &&
ruleForm.isActive == 0 && realCount.totalCount <= realCount.currCount"
>
您的非实时会员分组数量已达上限{{realCount.totalCount}},建议您删除或失效部分非实时会员分组!
</div>
<
template
v-if=
"hasFixed"
>
...
...
@@ -141,7 +141,7 @@
<el-button
v-else
type=
"primary"
:disabled=
"ruleForm.isActive == 0 && realCount.totalCount
<
=
realCount
.
currCount
"
:disabled=
"
!(ruleForm.fixedType && !ruleForm.isTogether) &&
ruleForm.isActive == 0 && realCount.totalCount
<
=
realCount
.
currCount
"
@
click
.
stop=
"confirmSavePost"
>
{{
$route
.
query
.
memberTagGroupId
?
'保存'
:
'创建会员分组'
}}
</el-button>
</
template
>
...
...
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