@@ -39,6 +39,10 @@
</template>
</up-steps-item>
</up-steps>
+
+ <view v-if="listData.length === 0">
+ <up-empty text="暂无打卡记录"/>
+ </view>
</view>
<view v-if="item.dealStatus!=='complete'" class="btn-box">
<view class="flex-row ">
@@ -153,10 +153,12 @@
name: '护理任务',
query: {
status: 'assigned',
+ dealStatus: 'in_progress',
}
}, {
name: '已完成',
+ status: 'assigned',
dealStatus: 'complete'
}],
@@ -26,11 +26,11 @@
</u-cell>
<!-- 县民政 -->
- <u-cell v-if="vuex_user.roles.includes('village')" title="业务评分" isLink url="/pages/subpack/pages/application/list">
+ <!-- <u-cell v-if="vuex_user.roles.includes('village')" title="业务评分" isLink url="/pages/subpack/pages/application/list">
<template #icon>
<u-image src="/static/mine/task.png" bgColor="transparent" width="36rpx" height="36rpx" />
- </u-cell>
+ </u-cell> -->
<!-- 区民政 -->
<u-cell v-if="vuex_user.roles.includes('area')" title="护理审核" isLink url="/pages/subpack/pages/application/list">