测试bug修改
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<el-form-item label="">
|
||||
<el-page-header @back="$emit('close')">
|
||||
<template #content>
|
||||
<span class="text-large font-600 mr-3">{{ props.detail.name }}</span>
|
||||
<!-- <span class="text-large font-600 mr-3"></span> -->
|
||||
</template>
|
||||
</el-page-header>
|
||||
</el-form-item>
|
||||
@@ -121,7 +121,9 @@ const init = () => {
|
||||
})
|
||||
let [min, max] = yMethod(arr.map((item: any) => item.statisticalData.toFixed(2)))
|
||||
echartsData.value = {
|
||||
|
||||
options: {
|
||||
|
||||
grid: {
|
||||
top: '50px',
|
||||
left: '10px',
|
||||
@@ -157,6 +159,9 @@ const init = () => {
|
||||
}
|
||||
})
|
||||
},
|
||||
title: {
|
||||
text: props.detail.name?.split('(')[0],
|
||||
},
|
||||
tooltip: {
|
||||
axisPointer: {
|
||||
type: 'cross',
|
||||
@@ -189,7 +194,7 @@ const init = () => {
|
||||
min: min,
|
||||
max: max,
|
||||
// interval:interval,
|
||||
|
||||
|
||||
// min: 134,
|
||||
// max: 500,
|
||||
// min: Math.ceil(
|
||||
@@ -219,7 +224,7 @@ const init = () => {
|
||||
// return a - b
|
||||
// })[0]
|
||||
// )) / 5,
|
||||
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user