@@ -150,7 +150,7 @@ export default {
}
if(totalNum > Number(this.option.stock)){
- this.$msg("数量超过库存")
+ this.$msg("数量超过总库存")
return false