shish преди 6 месеца
родител
ревизия
b59c1c3ace
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue
  2. 1 1
      hdApp/src/admin/billing/affirm.vue

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

@@ -1000,7 +1000,7 @@ export default {
       }
       }
       let name = '确认提交';
       let name = '确认提交';
       if (this.form.hasPay == 0) {
       if (this.form.hasPay == 0) {
-        name = '确认待付款?';
+        name = '确认提交?';
       } else if (this.form.hasPay == 1) {
       } else if (this.form.hasPay == 1) {
         name = '确认线下已付?';
         name = '确认线下已付?';
       } else if (this.form.hasPay == 2) {
       } else if (this.form.hasPay == 2) {

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

@@ -1047,7 +1047,7 @@ export default {
       let self = this;
       let self = this;
       let name = '确认提交'
       let name = '确认提交'
       if(this.form.hasPay == 0){
       if(this.form.hasPay == 0){
-        name = '确认待付款?'
+        name = '确认提交?'
       }else if(this.form.hasPay == 1){
       }else if(this.form.hasPay == 1){
         name = '确认线下付款?'
         name = '确认线下付款?'
         if(this.form.forward == 1){
         if(this.form.forward == 1){