|
@@ -23,6 +23,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="row-justify-sb center" style="line-height: 40rpx;">
|
|
<view class="row-justify-sb center" style="line-height: 40rpx;">
|
|
|
<text class="size-24 text-color-999 flex">{{item.created_date}}</text>
|
|
<text class="size-24 text-color-999 flex">{{item.created_date}}</text>
|
|
|
|
|
+ <image class="animate__animated animate__jello" style="width: 65rpx;height: 32rpx;" :src="'/static/img/task/day-stast-'+item.status+'.png'"
|
|
|
|
|
+ v-if="type === 5">
|
|
|
|
|
+ </image>
|
|
|
<image style="width: 65rpx;height: 32rpx;" :src="getIconStatus(iconStatus)"
|
|
<image style="width: 65rpx;height: 32rpx;" :src="getIconStatus(iconStatus)"
|
|
|
v-if="type === 1">
|
|
v-if="type === 1">
|
|
|
</image>
|
|
</image>
|