|
@@ -15,10 +15,8 @@
|
|
|
</view>
|
|
|
<text v-if="item.comments || item.taskTargetPhotoList" class="item-btn" @click="getComments(item)">查看评论</text>
|
|
|
</view>
|
|
|
- <!-- <view class="item-footer">
|
|
|
- 考核时间:2020-09-09 14:29
|
|
|
- </view> -->
|
|
|
</view>
|
|
|
+ <u-empty text="暂无数据" img-width="120" v-if="itemList.length > 0 && evaluationItemsList.length == 0" mode="list"></u-empty>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
<view style="width: 100%;padding-top: 10vh;" v-if="itemList.length == 0">
|
|
@@ -90,7 +88,7 @@
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss">
|
|
|
page {
|
|
|
background-color: #f8f8f8;
|
|
|
height: calc(100vh - 48px);
|
|
@@ -109,6 +107,7 @@
|
|
|
height: 99%;
|
|
|
margin: 1% 1% 0;
|
|
|
box-sizing: border-box;
|
|
|
+ box-shadow: 1px 1px 3px #eee;
|
|
|
.item-con{
|
|
|
.item-tit{
|
|
|
text-align: center;
|
|
@@ -131,8 +130,9 @@
|
|
|
.item-con{
|
|
|
padding: 14upx 30upx;
|
|
|
margin-bottom: 18upx;
|
|
|
- border-radius: 12upx;
|
|
|
+ border-radius: 6upx;
|
|
|
background-color: #fff;
|
|
|
+ box-shadow: 1px 1px 3px #eee;
|
|
|
.item-tit{
|
|
|
font-weight: bold;
|
|
|
}
|