绘制关键指标概览页面
This commit is contained in:
@@ -148,7 +148,7 @@ export default {
|
||||
lineDisplayText() {
|
||||
const list = this.select.lineList || []
|
||||
if (!list.length) {
|
||||
return '全部工程'
|
||||
return '筛选监测点'
|
||||
}
|
||||
const text = list
|
||||
.map((item) => item.name)
|
||||
|
||||
Reference in New Issue
Block a user