4 Commits

Author SHA1 Message Date
caozehui
cd9b82848e 历史趋势图颜色调整 2025-12-31 15:00:20 +08:00
caozehui
bcbd274f9d 微调 2025-12-29 16:28:08 +08:00
caozehui
6d48942c83 微调 2025-12-29 16:13:34 +08:00
caozehui
a156976302 更新后端jar包 2025-12-29 16:07:24 +08:00
3 changed files with 2 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ log:
report:
template: {{APP_DATA_PATH}}\template
reportDir: {{APP_DATA_PATH}}\report
dateFormat: yyyy年MM月dd日
data:
homeDir: {{APP_DATA_PATH}}\data
qr:

View File

@@ -234,7 +234,7 @@ const setEchart = () => {
type: 'line',
smooth: true,
color:
colorName == 'A' ? '#DAA520' : colorName == 'B' ? '#2E8B57' : colorName == 'C' ? '#A52a2a' : '',
colorName == 'A' ? '#DAA520' : colorName == 'B' ? '#2E8B57' : colorName == 'C' ? '#A52a2a' : '#DAA520',
symbol: 'none',
data: seriesList,
lineStyle: lineStyle[lineS],