|
@@ -28,12 +28,13 @@
|
|
|
<text class="red" a:if="{{item.point_config.base_point>0}}">+{{item.point_config.base_point}} {{item.pt_name}}</text>
|
|
|
<text a:else>{{item.point_config.base_point}} {{item.pt_name}}</text>
|
|
|
</view>
|
|
|
- <view class="flex-box li-bottom">
|
|
|
+ <view class="flex-box-ce li-bottom">
|
|
|
<text class="flex-1 fontColorC" catchTap="openDetail" data-item="{{item}}">{{item.expire_time}} 截止</text>
|
|
|
- <button type="primary" class="defBtn" a:if="{{item.status == 1}}" data-is="{{true}}" data-item="{{item}}" onTap="openPerform">完成任务</button>
|
|
|
- <text class="yellowBox" a:if="{{item.status == 2}}">待审批</text>
|
|
|
- <text class="redBox" a:if="{{item.review_status == 2}}">审批驳回</text>
|
|
|
- <text class="greenBox" a:if="{{item.review_status == 1}}">审批通过</text>
|
|
|
+ <text class="redBox" a:if="{{item.review_status == 3}}" style="margin-right:10rpx">审批驳回</text>
|
|
|
+ <button type="primary" style="position:relative;top:0.1rem" class="defBtn" a:if="{{item.status == 1}}" data-is="{{true}}" data-item="{{item}}" onTap="openPerform">完成任务</button>
|
|
|
+ <!-- <text class="yellowBox" a:if="{{item.status == 2}}">待审批</text>
|
|
|
+ <text class="redBox" a:if="{{item.review_status == 3}}">审批驳回</text>
|
|
|
+ <text class="greenBox" a:if="{{item.review_status == 1}}">审批通过</text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="task">待完成任务</view>
|
|
@@ -43,12 +44,13 @@
|
|
|
<text class="red" a:if="{{item.point_config.base_point>0}}">+{{item.point_config.base_point}} {{item.pt_name}}</text>
|
|
|
<text a:else>{{item.point_config.base_point}} {{item.pt_name}}</text>
|
|
|
</view>
|
|
|
- <view class="flex-box li-bottom">
|
|
|
+ <view class="flex-box-ce li-bottom">
|
|
|
<text class="flex-1 fontColorC {{item.isCs? 'red':''}}" catchTap="openDetail" data-item="{{item}}">{{item.expire_time}} 截止</text>
|
|
|
- <button type="primary" class="defBtn" a:if="{{item.status == 1}}" data-item="{{item}}" onTap="openPerform">完成任务</button>
|
|
|
- <text class="yellowBox" a:if="{{item.status == 2}}">待审批</text>
|
|
|
- <text class="redBox" a:if="{{item.status == 3}}">审批驳回</text>
|
|
|
- <text class="greenBox" a:if="{{item.status == 4}}">审批通过</text>
|
|
|
+ <text class="redBox" a:if="{{item.review_status == 3}}" style="margin-right:10rpx">审批驳回</text>
|
|
|
+ <button type="primary" style="position:relative;top:0.1rem" class="defBtn" a:if="{{item.status == 1}}" data-item="{{item}}" onTap="openPerform">完成任务</button>
|
|
|
+ <!-- <text class="yellowBox" a:if="{{item.status == 2}}">待审批</text>
|
|
|
+ <text class="redBox" style="padding-left:10rpx" a:if="{{item.status == 3}}">审批驳回</text>
|
|
|
+ <text class="greenBox" a:if="{{item.status == 4}}">审批通过</text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="noDatas" a:if="{{isData}}">没有更多咯</view>
|