修复加载问题

This commit is contained in:
q4speed 2020-05-11 14:25:28 +08:00
parent 1d628911a4
commit c80344813b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<div class="container" v-loading="result.loading">
<div class="main-content">
<el-card>
<section class="report-container">
<header class="report-header" v-if="this.report.testId">
<section class="report-container" v-if="this.report.testId">
<header class="report-header">
<span>{{report.projectName}} / </span>
<router-link :to="path">{{report.testName}}</router-link>
</header>