Merge pull request 'fix:- -的添加' (#253) from fix/change_task into test

Reviewed-on: #253
pull/254/head
赵辉 1 year ago
commit b2b773c4a6

@ -887,7 +887,7 @@ function nodrage(){
<div class="time-item"> <div class="time-item">
<SvgIcon class="svg-time" color="#FFF" size="16" name="camera-time" /> <SvgIcon class="svg-time" color="#FFF" size="16" name="camera-time" />
<span>{{ taskDetailInfo?.ocrPicture?.photoDateTimestamp ?? "-" }}</span> <span>{{ taskDetailInfo?.ocrPicture?.photoDateTimestamp ?? "- -" }}</span>
</div> </div>
<div class="time-item time-item2"> <div class="time-item time-item2">
<SvgIcon class="svg-time" color="#FFF" size="16" name="submit-time" /> <SvgIcon class="svg-time" color="#FFF" size="16" name="submit-time" />
@ -895,7 +895,7 @@ function nodrage(){
<span>{{ <span>{{
taskDetailInfo?.ocrPicture?.submitDateTimestamp taskDetailInfo?.ocrPicture?.submitDateTimestamp
? formatToDateHMS(Number(taskDetailInfo.ocrPicture.submitDateTimestamp)) ? formatToDateHMS(Number(taskDetailInfo.ocrPicture.submitDateTimestamp))
: "-" : "- -"
}}</span> }}</span>
</div> </div>
</div> </div>

@ -869,7 +869,7 @@ defineExpose({
<span class="current-time">{{ <span class="current-time">{{
item.submitDateTimestamp item.submitDateTimestamp
? formatToDateHMS(Number(item.submitDateTimestamp) || 0) ? formatToDateHMS(Number(item.submitDateTimestamp) || 0)
: "-" : "- -"
}}</span> }}</span>
</div> </div>
</div> </div>

Loading…
Cancel
Save