|
|
|
|
@ -117,7 +117,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<!-- 打卡记录 -->
|
|
|
|
|
<view class="logs" v-show="detail.logs.length > 0">
|
|
|
|
|
<view class="logs" v-if="detail.logs && detail.logs.length > 0">
|
|
|
|
|
<view class="title">
|
|
|
|
|
打卡记录
|
|
|
|
|
</view>
|
|
|
|
|
@ -131,6 +131,7 @@
|
|
|
|
|
<view>
|
|
|
|
|
<view class="u-order-desc">{{typeFormat(item.type)}}</view>
|
|
|
|
|
<view class="u-order-time">{{item.created_at}}</view>
|
|
|
|
|
<view class="u-order-address">{{item.address}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
</u-time-line-item>
|
|
|
|
|
@ -845,6 +846,11 @@
|
|
|
|
|
margin: 46rpx auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.u-order-address {
|
|
|
|
|
color: rgb(140, 140, 140);
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep .u-checkbox__icon-wrap--disabled--checked text {
|
|
|
|
|
color: #1d5cba !important;
|
|
|
|
|
}
|
|
|
|
|
|