feat(@vben/web-antd): add finance overview cockpit and fee rate

This commit is contained in:
2026-03-05 10:48:43 +08:00
parent 1e3f1be961
commit 13212d7ff5
28 changed files with 2180 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ const {
setFixedPackagingFee,
setFreeDeliveryThreshold,
setMinimumOrderAmount,
setPlatformServiceRate,
setPackagingMode,
setRushAmount,
setRushEnabled,
@@ -111,10 +112,12 @@ function onEditTier(tier: PackagingFeeTierDto) {
:can-operate="canOperate"
:minimum-order-amount="form.minimumOrderAmount"
:base-delivery-fee="form.baseDeliveryFee"
:platform-service-rate="form.platformServiceRate"
:free-delivery-threshold="form.freeDeliveryThreshold"
:is-saving="isSavingDelivery"
:on-set-minimum-order-amount="setMinimumOrderAmount"
:on-set-base-delivery-fee="setBaseDeliveryFee"
:on-set-platform-service-rate="setPlatformServiceRate"
:on-set-free-delivery-threshold="setFreeDeliveryThreshold"
@save="saveDeliverySection"
@reset="resetDeliverySection"