Commit 1c956800 by liuchenxi

update: 分组控制

parent d667d675
......@@ -142,7 +142,7 @@
<el-button
v-else
type="primary"
:disabled="!(ruleForm.fixedType && !ruleForm.isTogether) && ruleForm.isActive == 0 && realCount.totalCount <= realCount.currCount"
:disabled="!($route.query.memberTagGroupId && ruleForm.isActive == 1) && (!(ruleForm.fixedType && !ruleForm.isTogether) && ruleForm.isActive == 0 && realCount.totalCount <= realCount.currCount)"
@click.stop="confirmSavePost"
>{{$route.query.memberTagGroupId ? '保存': '创建会员分组'}}</el-button>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment