集团页面默认值

This commit is contained in:
2026-03-16 15:16:16 +08:00
parent 09c7fd1f63
commit 2465f89d26
18 changed files with 31 additions and 31 deletions

View File

@@ -57,8 +57,8 @@ export default {
return {
activeButton: 0,
isDropdownShow: false,
selectedSort: null, // 选中的label
selectedSortValue: null, // 选中的value用于排序逻辑
selectedSort: '实际值:高~低', // 选中的label
selectedSortValue: 1, // 选中的value用于排序逻辑
profitOptions: [
{ label: '实际值:高~低', value: 1 },
{ label: '实际值:低~高', value: 2 },