fix(测试跟踪): 测试计划-导出报告-UI测试的开始结束时间是时间戳

--bug=1020985 --user=张勇 【UI测试】测试计划-导出报告-UI测试的开始结束时间是时间戳 https://www.tapd.cn/55049933/s/1317048
This commit is contained in:
zhangyong 2022-12-19 17:08:05 +08:00 committed by zhangyongfit2cloud
parent 70831ef161
commit e4ac392936

View File

@ -19,9 +19,9 @@
</span>
<span v-if="report.endTime || report.createTime">
<span style="margin-left: 10px">{{ $t('report.test_start_time') }}</span>
<span class="time"> {{ report.createTime | timestampFormatDate }}</span>
<span class="time"> {{ report.createTime | datetimeFormat }}</span>
<span style="margin-left: 10px">{{ $t('report.test_end_time') }}</span>
<span class="time"> {{ report.endTime | timestampFormatDate }}</span>
<span class="time"> {{ report.endTime | datetimeFormat }}</span>
</span>
<div style="float: right">
<el-button v-if="!isPlan && (!debug || exportFlag) && !isTemplate && !isUi"