Browse Source

考勤记录时间字段

yanym 5 years ago
parent
commit
7f16a754a3

+ 1 - 1
dorm-manager-wx/pages/teacher/statistics/statistics.wxml

@@ -99,7 +99,7 @@
         <view class="name">{{item.storeyTitle}}</view>
         <view class="name">{{item.roomTitle}}</view>
         <view class="name">1</view>
-        <view class="name">{{item.time}}</view>
+        <view class="name">{{item.createDate}}</view>
       </view>
     </block>
   </view>

+ 1 - 1
dorm-manager-wx/pages/teacher/statistics/statistics.wxss

@@ -166,12 +166,12 @@ page {
 
 .weigui .item{
   width: 100%;
-  height: 70rpx;
   flex-direction: row;
   display: flex;
   justify-content: space-around;
   align-items: center;
   border-bottom: 2rpx solid #f2f2f2;
+  margin-top: 10rpx;
 }
 
 .weigui .item .name{