shish 4 lat temu
rodzic
commit
cbcc60cf11
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue

+ 1 - 1
ghsApp/src/admin/billing/affirm.vue

@@ -407,7 +407,7 @@ export default {
         if(this.form.hasPay == 0){
           name = '确认待付款?'
         }else if(this.form.hasPay == 1){
-          name = '确认已付款?!!'
+          name = '确认已付款???'
         }else if(this.form.hasPay == 2){
           name = '确认记欠款??'
         }else{