update
This commit is contained in:
@@ -20,17 +20,20 @@ const {data} = defineProps({
|
||||
<view style="font-size: 28rpx">
|
||||
任务编号:{{ data.uid }}
|
||||
</view>
|
||||
<view v-if="data.back_status === 1" style="font-size: 24rpx">
|
||||
<view v-if="data.back_status === 0" style="font-size: 24rpx">
|
||||
<Text class="text-[#165DFF]">{{ dayjs(data.time).format('MM-DD-HH:mm') }}</Text>
|
||||
后可开始回填
|
||||
</view>
|
||||
<x-countdown v-else-if="data.back_status === 1" :time="dayjs(data.time)">
|
||||
<view style="font-size: 24rpx;font-weight: 400;" class="text-[rgb(78,89,105)]">回填倒计时:</view>
|
||||
</x-countdown>
|
||||
<x-countdown v-else-if="data.back_status === 2" :time="dayjs(data.time)">
|
||||
<view style="font-size: 24rpx;font-weight: 400;" class="text-[rgb(78,89,105)]">审核倒计时:</view>
|
||||
</x-countdown>
|
||||
<view v-else-if="data.status === -1 || data.status === 3" class="text-[rgb(78,89,105)]"
|
||||
style="font-size: 24rpx">
|
||||
{{ data.time }}
|
||||
</view>
|
||||
<x-countdown v-else :time="dayjs(data.time)">
|
||||
<view style="font-size: 24rpx;font-weight: 400;" class="text-[rgb(78,89,105)]">审核倒计时:</view>
|
||||
</x-countdown>
|
||||
</view>
|
||||
|
||||
<view class="!flex gap-[26rpx] !pt-[20rpx]">
|
||||
|
||||
Reference in New Issue
Block a user