h5/pages/staff/task/visitorApprove.vue
@@ -94,8 +94,15 @@ " /> <image v-if="item.status == 2" class="status" src="@/static/staff/liucheng_success@2x.png" mode="widthFix" /> <image v-if="item.status == 3" class="status" src="@/static/staff/liucheng_fail@2x.png" mode="widthFix" /> </view> @@ -199,8 +206,8 @@ statusMap: { 0: '待审批', 1: '审批中', 2: '审批通过', 3: '审批未通过', 2: '已通过', 3: '已拒绝', 4: '已取消', 5: '他人或签', 6: '他人拒绝',