shish пре 4 година
родитељ
комит
cbcc60cf11
1 измењених фајлова са 1 додато и 1 уклоњено
  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{