refactor(性能测试): 报告页面overview图表调整
This commit is contained in:
parent
a85ff7602e
commit
a981c506ff
|
@ -65,14 +65,6 @@
|
||||||
<ms-chart ref="chart2" :options="resOption" class="chart-config" :autoresize="true"></ms-chart>
|
<ms-chart ref="chart2" :options="resOption" class="chart-config" :autoresize="true"></ms-chart>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -136,8 +128,6 @@ export default {
|
||||||
}
|
}
|
||||||
this.getLoadChart();
|
this.getLoadChart();
|
||||||
this.getResChart();
|
this.getResChart();
|
||||||
this.getErrorChart();
|
|
||||||
this.getResponseCodeChart();
|
|
||||||
},
|
},
|
||||||
buildInfo(data) {
|
buildInfo(data) {
|
||||||
this.maxUsers = data ? data.maxUsers : '0';
|
this.maxUsers = data ? data.maxUsers : '0';
|
||||||
|
|
Loading…
Reference in New Issue