测试bug修改

This commit is contained in:
GGJ
2024-10-21 09:09:56 +08:00
parent 7670da7f9f
commit 9ec4a8676c
7 changed files with 33 additions and 35 deletions

View File

@@ -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,
},