|
@@ -23,7 +23,7 @@
|
|
<el-col :span="5">
|
|
<el-col :span="5">
|
|
<div class="flex">
|
|
<div class="flex">
|
|
<span class="seach-title">错误率 >=</span>
|
|
<span class="seach-title">错误率 >=</span>
|
|
- <el-input v-model="queryParams.error_rate" style="width: 70%" size="small" clearable placeholder="请输入0-1之间的小数" @keyup.enter.native="handleQuery" @clear="handleQuery" />
|
|
|
|
|
|
+ <el-input v-model="queryParams.error_rate" style="width: 70%" size="small" clearable placeholder="请输入0-100之间的小数" @keyup.enter.native="handleQuery" @clear="handleQuery" />
|
|
<!-- <el-input-number size="small" controls-position="right" style="width: 70%" v-model="queryParams.error_rate" :step="0.1" :min="0" :max="1" clearable placeholder="请输入0-1之间的小数" @keyup.enter.native="handleQuery" ></el-input-number> -->
|
|
<!-- <el-input-number size="small" controls-position="right" style="width: 70%" v-model="queryParams.error_rate" :step="0.1" :min="0" :max="1" clearable placeholder="请输入0-1之间的小数" @keyup.enter.native="handleQuery" ></el-input-number> -->
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -137,7 +137,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column v-if="colData[6].istrue" header-align="center" align="center" label="最大延迟(ms)" sortable prop="max" :show-overflow-tooltip="true">
|
|
|
|
|
|
+ <el-table-column v-if="colData[6].istrue" header-align="center" align="center" label="最大延迟(ms)" sortable prop="duration_max" :show-overflow-tooltip="true">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div :class="scope.row.duration_max<2000?'table_bg':'table_bg_red'">
|
|
<div :class="scope.row.duration_max<2000?'table_bg':'table_bg_red'">
|
|
<div class="table-num-box">
|
|
<div class="table-num-box">
|