فهرست منبع

Merge branch '03/18VipActive' into test

lex-xin 4 سال پیش
والد
کامیت
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>