避免异常状态导致无限循环
This commit is contained in:
parent
2f1a299f27
commit
af47f8d950
|
@ -8,7 +8,7 @@
|
|||
<router-link :to="path">{{report.testName}}</router-link>
|
||||
<span class="time">{{report.createTime | timestampFormatDate}}</span>
|
||||
</header>
|
||||
<main v-if="this.isCompleted">
|
||||
<main v-if="this.isNotRunning">
|
||||
<ms-metric-chart :content="content"/>
|
||||
<el-tabs v-model="activeName">
|
||||
<el-tab-pane :label="$t('api_report.total')" name="total">
|
||||
|
|
Loading…
Reference in New Issue