Commit f7506441 authored by zhengke's avatar zhengke

修改符号

parent 92b1f46e
......@@ -2360,7 +2360,7 @@
},
deleteItem(obj) {
if(obj.isCanClear==1){
this.Error('OP已确认订单 如需取消请联系当团OP!');
this.Error('OP已确认订单,如需取消请联系当团OP!');
return;
}
this.$confirm('是否取消?', '提示', {
......
......@@ -2789,7 +2789,7 @@ export default {
deleteItem(obj) {
if(obj.isCanClear==1){
this.Error('OP已确认订单 如需取消请联系当团OP!');
this.Error('OP已确认订单,如需取消请联系当团OP!');
return;
}
this.$confirm("是否取消?", "提示", {
......
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