Compare commits

...

2 Commits

Author SHA1 Message Date
BianLzhaoMin 0a9b041fc1 Merge remote-tracking branch 'origin/master' 2025-08-06 13:39:44 +08:00
BianLzhaoMin 306cefceb3 修改看板页面数据值 2025-08-06 13:34:02 +08:00
1 changed files with 1 additions and 3 deletions

View File

@ -1432,9 +1432,7 @@ function getLegendData(id) {
<div class="legend-item">
<img src="${item.icon}" alt="">
<span class="legend-item-name">${item.name}</span>
<span>${
index === 10 ? item.value - 1 : item.value
}</span>
<span>${item.value}</span>
</div>
`;
});