Просмотр исходного кода

Merge branch '03/18VipActive' into test

lex-xin 4 лет назад
Родитель
Сommit
8164bbd03b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/teacher/order.vue

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

@@ -98,9 +98,9 @@
                             <van-col span="2">{{ data.studentName }}</van-col>
                             <van-col span="2">{{ data.actualSubjectName }}</van-col>
                             <van-col span="4">{{ data.perRegisterTime }}</van-col>
-                            <van-col span="4">{{ data.perRegInterval | formatterTimes }}</van-col>
+                            <van-col span="4">{{ data.perRegIntervalStr }}</van-col>
                             <van-col span="4">{{ data.payTime }}</van-col>
-                            <van-col span="4">{{ data.payInterval | formatterTimes }}</van-col>
+                            <van-col span="4">{{ data.payIntervalStr }}</van-col>
                         </van-row>
                     </div>
                 </div>