style(性能测试): 修改表头宽度

This commit is contained in:
CaptainB 2022-03-06 11:01:33 +08:00 committed by 刘瑞斌
parent f1e0b94092
commit 5a430fdcfb
1 changed files with 1 additions and 2 deletions

View File

@ -83,8 +83,7 @@
</el-table-column>
<el-table-column
prop="reportCount"
:label="$t('report.load_test_report')"
width="150">
:label="$t('commons.report')">
<template v-slot:default="scope">
<el-link v-if="scope.row.reportCount > 0" @click="reports(scope.row)">
{{ scope.row.reportCount }}