From 2465f89d262bda1710a58e9e4d502b894f2e0e8e Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Mon, 16 Mar 2026 15:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E5=9B=A2=E9=A1=B5=E9=9D=A2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/expenseAnalysisComponents/dataTrendBar.vue | 2 +- src/views/home/expenseAnalysisComponents/operatingBar.vue | 4 ++-- src/views/home/fullCostAnalysisComponents/operatingBar.vue | 4 ++-- src/views/home/grossMarginComponents/dataTrendBar.vue | 2 +- src/views/home/grossMarginComponents/operatingBar.vue | 4 ++-- src/views/home/inputOutputRatioComponents/dataTrendBar.vue | 2 +- src/views/home/inputOutputRatioComponents/operatingBar.vue | 4 ++-- src/views/home/netPriceAnalysisComponents/operatingBar.vue | 4 ++-- src/views/home/operatingComponents/dataTrendBar.vue | 2 +- src/views/home/operatingComponents/operatingBar.vue | 4 ++-- src/views/home/operatingProfitComponents/operatingBar.vue | 4 ++-- .../home/procurementGainAnalysisComponents/operatingBar.vue | 4 ++-- .../home/productionCostAnalysisComponents/operatingBar.vue | 4 ++-- src/views/home/rawSheetYieldComponents/dataTrendBar.vue | 2 +- src/views/home/rawSheetYieldComponents/operatingBar.vue | 4 ++-- src/views/home/salesVolumeAnalysisComponents/operatingBar.vue | 4 ++-- src/views/home/totalProfitComponents/operatingBar.vue | 4 ++-- src/views/home/unitPriceAnalysisComponents/operatingBar.vue | 4 ++-- 18 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/views/home/expenseAnalysisComponents/dataTrendBar.vue b/src/views/home/expenseAnalysisComponents/dataTrendBar.vue index c6adc7d1..5dbbdc97 100644 --- a/src/views/home/expenseAnalysisComponents/dataTrendBar.vue +++ b/src/views/home/expenseAnalysisComponents/dataTrendBar.vue @@ -61,7 +61,7 @@ export default { return { activeButton: 0, isDropdownShow: false, - selectedProfit: null, // 选中的名称,初始为null + selectedProfit: '总费用', // 选中的名称,初始为null profitOptions: [ '总费用', '管理费用', diff --git a/src/views/home/expenseAnalysisComponents/operatingBar.vue b/src/views/home/expenseAnalysisComponents/operatingBar.vue index 41f08736..55261062 100644 --- a/src/views/home/expenseAnalysisComponents/operatingBar.vue +++ b/src/views/home/expenseAnalysisComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/fullCostAnalysisComponents/operatingBar.vue b/src/views/home/fullCostAnalysisComponents/operatingBar.vue index c79e33c4..bef7d9f4 100644 --- a/src/views/home/fullCostAnalysisComponents/operatingBar.vue +++ b/src/views/home/fullCostAnalysisComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/grossMarginComponents/dataTrendBar.vue b/src/views/home/grossMarginComponents/dataTrendBar.vue index b3689aa8..2ac71d6c 100644 --- a/src/views/home/grossMarginComponents/dataTrendBar.vue +++ b/src/views/home/grossMarginComponents/dataTrendBar.vue @@ -61,7 +61,7 @@ export default { return { activeButton: 0, isDropdownShow: false, - selectedProfit: null, // 选中的名称,初始为null + selectedProfit: '毛利率', // 选中的名称,初始为null profitOptions: [ '毛利率', '营业收入', diff --git a/src/views/home/grossMarginComponents/operatingBar.vue b/src/views/home/grossMarginComponents/operatingBar.vue index c47230c0..63a06d00 100644 --- a/src/views/home/grossMarginComponents/operatingBar.vue +++ b/src/views/home/grossMarginComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/inputOutputRatioComponents/dataTrendBar.vue b/src/views/home/inputOutputRatioComponents/dataTrendBar.vue index 9ca099d5..6273391a 100644 --- a/src/views/home/inputOutputRatioComponents/dataTrendBar.vue +++ b/src/views/home/inputOutputRatioComponents/dataTrendBar.vue @@ -61,7 +61,7 @@ export default { return { activeButton: 0, isDropdownShow: false, - selectedProfit: null, // 选中的名称,初始为null + selectedProfit: '加工成品率', // 选中的名称,初始为null profitOptions: [ '加工成品率', '领用量', diff --git a/src/views/home/inputOutputRatioComponents/operatingBar.vue b/src/views/home/inputOutputRatioComponents/operatingBar.vue index c47230c0..63a06d00 100644 --- a/src/views/home/inputOutputRatioComponents/operatingBar.vue +++ b/src/views/home/inputOutputRatioComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/netPriceAnalysisComponents/operatingBar.vue b/src/views/home/netPriceAnalysisComponents/operatingBar.vue index 5eef2aa7..0bc5537c 100644 --- a/src/views/home/netPriceAnalysisComponents/operatingBar.vue +++ b/src/views/home/netPriceAnalysisComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/operatingComponents/dataTrendBar.vue b/src/views/home/operatingComponents/dataTrendBar.vue index d90620a0..cb869cb0 100644 --- a/src/views/home/operatingComponents/dataTrendBar.vue +++ b/src/views/home/operatingComponents/dataTrendBar.vue @@ -61,7 +61,7 @@ export default { return { activeButton: 0, isDropdownShow: false, - selectedProfit: null, // 选中的名称,初始为null + selectedProfit: '营业收入', // 选中的名称,初始为null profitOptions: [ '营业收入', '单价', diff --git a/src/views/home/operatingComponents/operatingBar.vue b/src/views/home/operatingComponents/operatingBar.vue index 69c3b583..3c650190 100644 --- a/src/views/home/operatingComponents/operatingBar.vue +++ b/src/views/home/operatingComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/operatingProfitComponents/operatingBar.vue b/src/views/home/operatingProfitComponents/operatingBar.vue index 5461e6f4..e415e086 100644 --- a/src/views/home/operatingProfitComponents/operatingBar.vue +++ b/src/views/home/operatingProfitComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/procurementGainAnalysisComponents/operatingBar.vue b/src/views/home/procurementGainAnalysisComponents/operatingBar.vue index 2f46e71a..3c7a50a7 100644 --- a/src/views/home/procurementGainAnalysisComponents/operatingBar.vue +++ b/src/views/home/procurementGainAnalysisComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/productionCostAnalysisComponents/operatingBar.vue b/src/views/home/productionCostAnalysisComponents/operatingBar.vue index e97805fe..b107911b 100644 --- a/src/views/home/productionCostAnalysisComponents/operatingBar.vue +++ b/src/views/home/productionCostAnalysisComponents/operatingBar.vue @@ -58,8 +58,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 }, diff --git a/src/views/home/rawSheetYieldComponents/dataTrendBar.vue b/src/views/home/rawSheetYieldComponents/dataTrendBar.vue index 30583a66..00ce063f 100644 --- a/src/views/home/rawSheetYieldComponents/dataTrendBar.vue +++ b/src/views/home/rawSheetYieldComponents/dataTrendBar.vue @@ -61,7 +61,7 @@ export default { return { activeButton: 0, isDropdownShow: false, - selectedProfit: null, // 选中的名称,初始为null + selectedProfit: '原片成品率', // 选中的名称,初始为null profitOptions: [ '原片成品率', '原片产量', diff --git a/src/views/home/rawSheetYieldComponents/operatingBar.vue b/src/views/home/rawSheetYieldComponents/operatingBar.vue index c47230c0..63a06d00 100644 --- a/src/views/home/rawSheetYieldComponents/operatingBar.vue +++ b/src/views/home/rawSheetYieldComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/salesVolumeAnalysisComponents/operatingBar.vue b/src/views/home/salesVolumeAnalysisComponents/operatingBar.vue index 5eef2aa7..0bc5537c 100644 --- a/src/views/home/salesVolumeAnalysisComponents/operatingBar.vue +++ b/src/views/home/salesVolumeAnalysisComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/totalProfitComponents/operatingBar.vue b/src/views/home/totalProfitComponents/operatingBar.vue index 5461e6f4..e415e086 100644 --- a/src/views/home/totalProfitComponents/operatingBar.vue +++ b/src/views/home/totalProfitComponents/operatingBar.vue @@ -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 }, diff --git a/src/views/home/unitPriceAnalysisComponents/operatingBar.vue b/src/views/home/unitPriceAnalysisComponents/operatingBar.vue index 2f46e71a..3c7a50a7 100644 --- a/src/views/home/unitPriceAnalysisComponents/operatingBar.vue +++ b/src/views/home/unitPriceAnalysisComponents/operatingBar.vue @@ -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 },