fix(性能测试): 去掉报告页面刷新时间配置项
--bug=1024565 --user=李玉号 【测试跟踪】测试计划-性能用例-单独执行-点击查看报告-刷新时间点击下列无数据 https://www.tapd.cn/55049933/s/1353281
This commit is contained in:
parent
7b69836831
commit
382b3d001f
|
@ -61,7 +61,7 @@
|
|||
</el-button>
|
||||
</el-row>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-col :span="10">
|
||||
<div style="float: right;">
|
||||
<span class="ms-report-time-desc">
|
||||
{{ $t('performance_test.report.test_duration_tips', [hours, minutes, seconds]) }}
|
||||
|
@ -93,24 +93,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="2">
|
||||
<el-select v-model="refreshTime"
|
||||
size="mini"
|
||||
:disabled="report.status === 'Completed' || report.status === 'Error'"
|
||||
@change="refresh"
|
||||
:popper-append-to-body="false"
|
||||
style="width: 100%;">
|
||||
<template slot="prefix">
|
||||
<i class="el-icon-refresh" style="cursor: pointer;padding-top: 8px;" @click="refresh"></i>
|
||||
</template>
|
||||
<el-option
|
||||
v-for="item in refreshTimes"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:value="item.value">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-divider/>
|
||||
|
|
Loading…
Reference in New Issue