refactor(性能测试): 报告页面overview图表调整

This commit is contained in:
CaptainB 2021-10-25 18:04:53 +08:00 committed by 刘瑞斌
parent a85ff7602e
commit a981c506ff
1 changed files with 0 additions and 10 deletions

View File

@ -65,14 +65,6 @@
<ms-chart ref="chart2" :options="resOption" class="chart-config" :autoresize="true"></ms-chart>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<ms-chart ref="chart3" :options="errorOption" class="chart-config" :autoresize="true"></ms-chart>
</el-col>
<el-col :span="12">
<ms-chart ref="chart3" :options="resCodeOption" class="chart-config" :autoresize="true"></ms-chart>
</el-col>
</el-row>
</div>
</template>
@ -136,8 +128,6 @@ export default {
}
this.getLoadChart();
this.getResChart();
this.getErrorChart();
this.getResponseCodeChart();
},
buildInfo(data) {
this.maxUsers = data ? data.maxUsers : '0';