集团页面默认值

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

@@ -61,7 +61,7 @@ export default {
return { return {
activeButton: 0, activeButton: 0,
isDropdownShow: false, isDropdownShow: false,
selectedProfit: null, // 选中的名称初始为null selectedProfit: '总费用', // 选中的名称初始为null
profitOptions: [ profitOptions: [
'总费用', '总费用',
'管理费用', '管理费用',

View File

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

View File

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

View File

@@ -61,7 +61,7 @@ export default {
return { return {
activeButton: 0, activeButton: 0,
isDropdownShow: false, isDropdownShow: false,
selectedProfit: null, // 选中的名称初始为null selectedProfit: '毛利率', // 选中的名称初始为null
profitOptions: [ profitOptions: [
'毛利率', '毛利率',
'营业收入', '营业收入',

View File

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

View File

@@ -61,7 +61,7 @@ export default {
return { return {
activeButton: 0, activeButton: 0,
isDropdownShow: false, isDropdownShow: false,
selectedProfit: null, // 选中的名称初始为null selectedProfit: '加工成品率', // 选中的名称初始为null
profitOptions: [ profitOptions: [
'加工成品率', '加工成品率',
'领用量', '领用量',

View File

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

View File

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

View File

@@ -61,7 +61,7 @@ export default {
return { return {
activeButton: 0, activeButton: 0,
isDropdownShow: false, isDropdownShow: false,
selectedProfit: null, // 选中的名称初始为null selectedProfit: '营业收入', // 选中的名称初始为null
profitOptions: [ profitOptions: [
'营业收入', '营业收入',
'单价', '单价',

View File

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

View File

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

View File

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

View File

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

View File

@@ -61,7 +61,7 @@ export default {
return { return {
activeButton: 0, activeButton: 0,
isDropdownShow: false, isDropdownShow: false,
selectedProfit: null, // 选中的名称初始为null selectedProfit: '原片成品率', // 选中的名称初始为null
profitOptions: [ profitOptions: [
'原片成品率', '原片成品率',
'原片产量', '原片产量',

View File

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

View File

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

View File

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

View File

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