From 803b499c795c3d83f09551f0147728e7e5c7dbf0 Mon Sep 17 00:00:00 2001 From: mll Date: Wed, 22 Apr 2026 17:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E9=94=80=E5=94=AE=E8=A1=A8?= =?UTF-8?q?=E5=90=8C=E6=AF=94=E5=AD=97=E6=AE=B5=E5=92=8C=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=AF=B9=E5=BA=94=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LowDesign/src/LowReport/index.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 4102d87..b89b313 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -71,8 +71,11 @@ @@ -208,6 +211,15 @@ const props = withDefaults(defineProps(), { return {} } }) + +const newProps=ref({ + 'monthprofit_yoy':'yoyMonthProfit', + 'monthsamoney_yoy':'yoyMonthSaMoney', + 'monthsaqty_yoy':'yoyMonthSaQty', + 'saqty_yoy':'lastYearSaQty', + 'samoney_yoy':'lastYearSaMoney', + 'profit_yoy':'lastYearProfit' +}) const tableSaleInfo=ref([]) const tableSaleSearch=ref({}) const tableSalePage = ref({ currentPage: 1, pageSize: 20, total: 0 })