Commit c6dca224 by caoyanzhi

update: 会员卡设置

parent 0d1ba723
......@@ -158,6 +158,8 @@ export default {
return new Promise((resolve, reject) => {
if (this.isExist && this.type == 1) {
this.$confirm('您已对接「天猫」、「抖音」渠道的会员等级,为确保每个渠道的会员等级对应关系一致,在调整会员等级顺序或者新增会员等级前请联系运营经理确认是否对应渠道的会员等级关系已维护完成!', '提示', {
type: 'warning',
customClass: 'check-open-channel',
cancelButtonText: '未完成',
confirmButtonText: '已完成'
}).then(resolve);
......@@ -363,6 +365,13 @@ export default {
}
</style>
<style lang="less">
.check-open-channel {
.el-message-box__status {
top: 3px;
transform: translateY(0);
font-size: 21px !important;
}
}
.el-tooltip__popper.member-grade-edit-form-tooltip {
max-width: 400px;
line-height: 18px;
......
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