From 33913c29d23a5e9493dbb84eaafe54332c4a6a48 Mon Sep 17 00:00:00 2001 From: wintsa <770775984@qq.com> Date: Tue, 3 Mar 2026 16:16:16 +0800 Subject: [PATCH] 1 --- index.html | 20 + .../InvestmentScalePricingPane.vue | 209 ++++++-- .../pricingView/LandScalePricingPane.vue | 210 ++++++-- .../views/pricingView/WorkloadPricingPane.vue | 33 +- src/layout/tab.vue | 501 +++++++++++++++++- src/layout/typeLine.vue | 23 +- src/lib/pricingMethodTotals.ts | 22 +- src/lib/pricingScaleFee.ts | 64 ++- src/sql.ts | 310 ++++++----- 9 files changed, 1153 insertions(+), 239 deletions(-) diff --git a/index.html b/index.html index 2bf744d..cf2bef4 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,26 @@
+ diff --git a/src/components/views/pricingView/InvestmentScalePricingPane.vue b/src/components/views/pricingView/InvestmentScalePricingPane.vue index c7493b1..61b6d81 100644 --- a/src/components/views/pricingView/InvestmentScalePricingPane.vue +++ b/src/components/views/pricingView/InvestmentScalePricingPane.vue @@ -1,7 +1,7 @@