style(性能测试): 修改表头宽度
This commit is contained in:
parent
f1e0b94092
commit
5a430fdcfb
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue