feat:更新支出单词

This commit is contained in:
2026-07-02 21:44:03 +08:00
parent 98f2842869
commit 0ec0bba2fa
9 changed files with 24 additions and 24 deletions

View File

@@ -76,7 +76,7 @@ const updateChart = () => {
billDailyChart.setOption({
series: [{
itemStyle: {
color: billStore.billType === 'expensive' ? '#CA6C65' : '#6FBB69'
color: billStore.billType === 'expense' ? '#CA6C65' : '#6FBB69'
},
markPoint: {
label: {
@@ -96,7 +96,7 @@ const updateChart = () => {
billBookChart.setOption({
series: [{
itemStyle: {
color: billStore.billType === 'expensive' ? '#CA6C65' : '#6FBB69'
color: billStore.billType === 'expense' ? '#CA6C65' : '#6FBB69'
},
markPoint: {
label: {