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

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

Loading…
Cancel
Save