测试用例修改
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
{{ scope.row.overLineCount == 3.14159 ? '暂无数据' : scope.row.overLineCount }}
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="ratio" title="超标测点占比(%)">
|
||||
<vxe-column field="lineRatio" title="超标测点占比(%)">
|
||||
<template #default="scope">
|
||||
{{ scope.row.ratio == 3.14159 ? '暂无数据' : scope.row.ratio }}
|
||||
{{ scope.row.lineRatio == 3.14159 ? '暂无数据' : scope.row.lineRatio }}
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="averageOverDay" min-width="120" title="平均超标天数(天/点)">
|
||||
|
||||
@@ -404,6 +404,7 @@ const histogram = (res: any) => {
|
||||
|
||||
onMounted(() => {
|
||||
tableStore.index()
|
||||
console.log(tableStore.da)
|
||||
})
|
||||
const layout = mainHeight(133) as any
|
||||
const layout1 = mainHeight(93) as any
|
||||
|
||||
Reference in New Issue
Block a user