项目增加检索,其他小优化

This commit is contained in:
砂糖
2025-07-28 10:15:30 +08:00
parent bf05e84eee
commit 58cda5ccce
4 changed files with 282 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ export default {
total: 0,
loadingMore: false,
hasMore: true,
activeFilter: 'model' // 当前展开的筛选项
activeFilter: 'name' // 当前展开的筛选项
}
},
onLoad() {