修改看板页面数据值

This commit is contained in:
BianLzhaoMin 2025-08-06 13:34:02 +08:00
parent f2ef05d06e
commit 306cefceb3
1 changed files with 1 additions and 3 deletions

View File

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