Skip to content

Commit

Permalink
refactor(性能测试): 修改测试报告label
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Aug 4, 2020
1 parent 82eb4a4 commit eebfb72
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<el-table-column label="Throughput">
<el-table-column
prop="transactions"
label="Transactions"
width="100"
label="Transactions/s"
width="150"
/>
</el-table-column>

Expand All @@ -76,13 +76,13 @@
prop="received"
label="Received"
align="center"
width="200"
width="150"
/>
<el-table-column
prop="sent"
label="Sent"
align="center"
width="200"
width="150"
/>
</el-table-column>

Expand Down

0 comments on commit eebfb72

Please sign in to comment.