修改任务卡
This commit is contained in:
parent
76483664e5
commit
1b59bd05d4
@ -8,16 +8,30 @@
|
||||
<text>点击查看</text>
|
||||
</view>
|
||||
<view class="cards_content">
|
||||
<view class="right">
|
||||
<view class="">
|
||||
<text>任务进度 :</text>
|
||||
<text> { item.name }</text>
|
||||
<view class="right" style="width: 100%;">
|
||||
<view class="" style="display: flex;">
|
||||
<view>任务状态 :</view>
|
||||
<view class="text" style="color: #ff7c32;">
|
||||
<block v-if="(datas.type==31||datas.type==32||datas.type==33)">
|
||||
<block v-if="datas.extend&&datas.extend.informationg">
|
||||
{{(datas.extend.informationg.update?datas.extend.informationg.update:0)+'/'+(datas.extend.informationg.count?datas.extend.informationg.count:0)}}
|
||||
</block>
|
||||
<block
|
||||
v-else-if="datas.extend&&datas.extend.transaction&&datas.extend.transaction.arr">
|
||||
{{(datas.extend.transaction.arr.total_price?datas.extend.transaction.arr.total_price:0)+'元/'+(datas.extend.transaction.arr.day_money?datas.extend.transaction.arr.day_money:0)+'元'}}
|
||||
</block>
|
||||
<block v-else>进行中</block>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
<view style="width: 87vw;">
|
||||
<text>完成时间 :</text>
|
||||
<text>{{datas.end_time}}</text>
|
||||
<text v-if='0' style="background-color: #ff7c32;" class="status">已完成</text>
|
||||
<text v-else style="background-color: #488F00;" class="status">未完成</text>
|
||||
<view style="display: flex;justify-content: space-between;align-items: center;">
|
||||
<view>
|
||||
<text>完成时间 :</text>
|
||||
<text>{{datas.end_time}}</text>
|
||||
</view>
|
||||
<text v-if="datas.status==2||datas.status==1" style="background-color: #ff7c32;" class="status">进行中</text>
|
||||
<text v-if="datas.status==3" style="background-color: #488F00;" class="status">已完成</text>
|
||||
<text v-if="datas.status==5" style="background-color: #ccc;" class="status">已关闭</text>
|
||||
</view>
|
||||
<view class="">
|
||||
<text>任务金额 :</text>
|
||||
@ -206,7 +220,8 @@
|
||||
}
|
||||
|
||||
.personnel_list {
|
||||
padding: 28rpx 0;
|
||||
// padding: 28rpx 0;
|
||||
padding-bottom: 28rpx;
|
||||
|
||||
|
||||
.cards {
|
||||
|
Loading…
x
Reference in New Issue
Block a user