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 })