lex-xin před 4 roky
rodič
revize
f915f3cee8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/teacher/VIP00Apply.vue

+ 2 - 2
src/views/teacher/VIP00Apply.vue

@@ -1061,7 +1061,7 @@
 
 					if(form.onlineClassesNums > 0 && form.onlineTeacherSalary <= 0 && this.salaryStatus) {
 						this.$dialog.confirm({
-							message: '当前课程课酬预计为0,是否继续?'
+							message: '当前课程线上课酬预计为0,是否继续?'
 						}).then(() => {
 							this.salaryStatus = false
 							this.onSubmit()
@@ -1082,7 +1082,7 @@
 
 					if(form.offlineClassesNums > 0 && form.offlineTeacherSalary <= 0 && this.salaryStatus) {
 						this.$dialog.confirm({
-							message: '当前课程课酬预计为0,是否继续?'
+							message: '当前课程线下课酬预计为0,是否继续?'
 						}).then(() => {
 							this.salaryStatus = false
 							this.onSubmit()