绘制关键指标概览页面

This commit is contained in:
guanj
2026-05-29 16:23:56 +08:00
parent 7bcc68a9df
commit 276ef60389
28 changed files with 2202 additions and 1234 deletions

View File

@@ -148,7 +148,7 @@ export default {
lineDisplayText() {
const list = this.select.lineList || []
if (!list.length) {
return '全部工程'
return '筛选监测点'
}
const text = list
.map((item) => item.name)