refactor(性能测试): 测试报告请求统计label支持排序
This commit is contained in:
parent
db4a4abb1f
commit
8c89fb31e9
|
@ -10,6 +10,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="label"
|
prop="label"
|
||||||
label="Label"
|
label="Label"
|
||||||
|
sortable
|
||||||
min-width="150">
|
min-width="150">
|
||||||
<template v-slot:header="{column}">
|
<template v-slot:header="{column}">
|
||||||
<span>Label</span>
|
<span>Label</span>
|
||||||
|
|
Loading…
Reference in New Issue