Przeglądaj źródła

更新课酬展示

lex-xin 3 lat temu
rodzic
commit
30b2c33790
1 zmienionych plików z 11 dodań i 1 usunięć
  1. 11 1
      src/views/teacher/VIP00Apply.vue

+ 11 - 1
src/views/teacher/VIP00Apply.vue

@@ -272,7 +272,7 @@
         placeholder="金额(每课时)"
         v-if="statusList.hasOffline"
       />
-      <van-field
+      <!-- <van-field
         v-model="form.onlineTeacherSalary"
         label="线上课课酬"
         input-align="right"
@@ -291,6 +291,16 @@
         placeholder="金额(每课时)"
         v-if="statusList.hasOffline"
         type="number"
+      /> -->
+      <van-field
+        :value="statusList.hasOffline ? form.offlineTeacherSalary : form.onlineTeacherSalary"
+        label="VIP课酬"
+        input-align="right"
+        size="large"
+        :readonly="true"
+        placeholder="金额(每课时)"
+        v-if="statusList.hasOffline || statusList.hasOnline"
+        type="number"
       />
       <van-field
         v-model="singleClassMinutesPrice"