提交 2e93b4ff authored 作者: yyf's avatar yyf

运费模板条数限制修改

上级 5a5815e4
...@@ -280,8 +280,8 @@ ...@@ -280,8 +280,8 @@
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
if(this.total >= 50) { if(this.total >= 500) {
this.$message({ message: '您已经有50个运费模板了,暂时不再支持更多!',type: 'warning'}); this.$message({ message: '您已经有500个运费模板了,暂时不再支持更多!',type: 'warning'});
return; return;
} }
this.reset(); this.reset();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论