集团页面默认值
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user