Commit d18165d9 by caoyanzhi

Merge branch 'feature/会员卡上限' into dev

# Conflicts:
#	dist/static/js/manifest.9eebeaf786b210c159cd.js.map
parents 41ad3aec 6b583501
......@@ -167,7 +167,7 @@ export default {
});
},
addCard(type) {
if (this.tableData.length===10) return this.$message.warning('每个卡类型最多可创建10张会员卡')
if (this.tableData.length >= 20) return this.$message.warning('每个卡类型最多可创建20张会员卡')
this.$emit('add', type);
},
editSort() {
......
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