From c4d04cbee32966d05dfa838804fa2307df570d06 Mon Sep 17 00:00:00 2001 From: wintsa <770775984@qq.com> Date: Fri, 20 Mar 2026 18:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lock | 1 - package.json | 1 - .../pricing/InvestmentScalePricingPane.vue | 38 +++++++++--- .../pricing/LandScalePricingPane.vue | 42 +++++++++++-- .../pricing/WorkloadPricingPane.vue | 25 ++++++-- src/components/shared/HourlyFeeGrid.vue | 61 +++++++++++++++++-- src/components/shared/HtFeeGrid.vue | 4 +- src/components/shared/WorkContentGrid.vue | 16 +++++ src/components/shared/XmFactorGrid.vue | 21 +++++-- src/main.ts | 9 +-- src/style.css | 9 ++- 11 files changed, 187 insertions(+), 40 deletions(-) diff --git a/bun.lock b/bun.lock index e7886ba..0e54174 100644 --- a/bun.lock +++ b/bun.lock @@ -11,7 +11,6 @@ "@internationalized/number": "^3.6.5", "@tailwindcss/vite": "^4.1.18", "@vueuse/core": "^14.2.1", - "ag-grid-community": "^35.1.0", "ag-grid-enterprise": "^35.1.0", "ag-grid-vue3": "^35.1.0", "class-variance-authority": "^0.7.1", diff --git a/package.json b/package.json index 3490af8..a3fc865 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "@internationalized/number": "^3.6.5", "@tailwindcss/vite": "^4.1.18", "@vueuse/core": "^14.2.1", - "ag-grid-community": "^35.1.0", "ag-grid-enterprise": "^35.1.0", "ag-grid-vue3": "^35.1.0", "class-variance-authority": "^0.7.1", diff --git a/src/components/pricing/InvestmentScalePricingPane.vue b/src/components/pricing/InvestmentScalePricingPane.vue index 7d8e8e8..a03259a 100644 --- a/src/components/pricing/InvestmentScalePricingPane.vue +++ b/src/components/pricing/InvestmentScalePricingPane.vue @@ -1,7 +1,7 @@