|
@ -11,12 +11,10 @@ |
|
|
<uni-list class="custom-list"> |
|
|
<uni-list class="custom-list"> |
|
|
<u-card class="custom-card" v-for="(val,index) in list" |
|
|
<u-card class="custom-card" v-for="(val,index) in list" |
|
|
:show-foot="false" :show-head="false"> |
|
|
:show-foot="false" :show-head="false"> |
|
|
<view slot="body" class="u-body-title">企业名称:{{val.unitName}}</view> |
|
|
<view slot="body"><span class="u-body-title">企业名称:</span><span class="u-body-item-desc">{{val.unitName}}</span></view> |
|
|
<view slot="body" class="u-body-item-desc">日期:{{val.siginDate}}</view> |
|
|
<view slot="body"><span class="u-body-title">日期:</span><span class="u-body-item-desc">{{val.siginDate}}</span></view> |
|
|
<!-- <view slot="body" class="u-body-item-desc">应打卡:{{val.num}}人</view> --> |
|
|
<view slot="body"><span class="u-body-title">打卡时间:</span> |
|
|
<view slot="body" class="u-body-item-desc">打卡时间:</view> |
|
|
<span class="u-body-item-desc" v-for="item in val.ut.split(',')" >{{item}}</span> |
|
|
<view slot="body" class="u-body-item-desc" style="display: flex;justify-content: space-between;width: 70%;margin-left: 10%;"> |
|
|
|
|
|
<view class="u-body-item-desc" v-for="item in val.ut.split(',')" >{{item}}</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</u-card> |
|
|
</u-card> |
|
|
</uni-list> |
|
|
</uni-list> |
|
@ -115,8 +113,10 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.u-body-title { |
|
|
.u-body-title { |
|
|
font-size: 32rpx; |
|
|
font-size: 28rpx; |
|
|
color: #333; |
|
|
color: #333; |
|
|
|
|
|
font-weight: 550; |
|
|
|
|
|
padding: 8rpx 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.u-body-item { |
|
|
.u-body-item { |
|
@ -126,7 +126,9 @@ |
|
|
.u-body-item-desc { |
|
|
.u-body-item-desc { |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
color: #555; |
|
|
color: #555; |
|
|
padding: 0rpx; |
|
|
padding: 8rpx; |
|
|
|
|
|
float: right; |
|
|
|
|
|
font-weight: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.u-body-item image { |
|
|
.u-body-item image { |
|
|