fix(性能测试): 报告对比时关闭按钮位置修改

--bug=1013017 --user=刘瑞斌 【性能测试】github#13278 #13273性能测试报告对比,在性能测试报告列表页,选择了n个报告,但是对比报告页面可能是M个报告。 https://www.tapd.cn/55049933/s/1153640
This commit is contained in:
CaptainB 2022-05-06 16:11:10 +08:00 committed by 刘瑞斌
parent f42dbe5d90
commit b1e42da84a
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@
:destroy-on-close="true"
:title="$t('load_test.completed_test_report')" width="60%"
v-loading="reportLoadingResult.loading"
:show-close="false"
:visible.sync="loadReportVisible">
<el-header class="header-btn">
<ms-dialog-header :enable-cancel="false" @confirm="handleCompare" btn-size="mini">
<ms-dialog-header :enable-cancel="true" @cancel="close" @confirm="handleCompare" btn-size="mini">
</ms-dialog-header>
</el-header>