This commit is contained in:
bb_pan 2025-07-26 09:01:37 +08:00
parent 81936877a8
commit 080b3669ad
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@
<uni-row :gutter="24">
<uni-col :span="8">本次检验时间</uni-col>
<uni-col :span="14">
<view class="cont">{{ item.thisCheckTime }}</view>
<view class="cont">{{ item.thisCheckTime || '暂无' }}</view>
</uni-col>
</uni-row>
<uni-row :gutter="24">
@ -141,7 +141,7 @@
:style="{
color: isWithinOneMonth(item.nextCheckTime) ? 'red' : '',
}"
>{{ item.nextCheckTime }}</view
>{{ item.nextCheckTime || '暂无' }}</view
>
</uni-col>
</uni-row>