This commit is contained in:
qsh
2024-06-19 15:04:20 +08:00
parent ea7fae45e3
commit 8df1f7d25a
8 changed files with 421 additions and 10 deletions

View File

@@ -203,7 +203,7 @@ const getMonthlySaleRate = async () => {
)
set(lineOptionsData, 'series', [
{
name: t('analysis.estimate'),
name: '个人成交率',
smooth: true,
type: 'line',
data: data.map((v) => v.estimate),
@@ -211,7 +211,7 @@ const getMonthlySaleRate = async () => {
animationEasing: 'cubicInOut'
},
{
name: t('analysis.actual'),
name: '平均成交率',
smooth: true,
type: 'line',
itemStyle: {},