From 8042b3c5a9d5f20ea55f6eeb6674b8d30aad1586 Mon Sep 17 00:00:00 2001 From: DaxPay Date: Tue, 17 Dec 2024 11:14:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=87=AA=E5=8A=A8=E5=88=86=E8=B4=A6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../allocation/config/AllocationConfig.api.ts | 2 +- .../allocation/config/AllocationConfig.vue | 58 ++++++++++++++++--- .../daxpay/common/merchant/app/MchAppList.vue | 6 +- 3 files changed, 54 insertions(+), 12 deletions(-) diff --git a/src/views/daxpay/common/allocation/config/AllocationConfig.api.ts b/src/views/daxpay/common/allocation/config/AllocationConfig.api.ts index 0fce5f7b5..72b685fce 100644 --- a/src/views/daxpay/common/allocation/config/AllocationConfig.api.ts +++ b/src/views/daxpay/common/allocation/config/AllocationConfig.api.ts @@ -37,5 +37,5 @@ export interface AllocConfig extends MchEntity { /** 大于多少开启分账 */ minAmount?: number /** 分账延迟时长(分钟) */ - DelayTime?: number + delayTime?: number } diff --git a/src/views/daxpay/common/allocation/config/AllocationConfig.vue b/src/views/daxpay/common/allocation/config/AllocationConfig.vue index baddb0e6e..0679b1baa 100644 --- a/src/views/daxpay/common/allocation/config/AllocationConfig.vue +++ b/src/views/daxpay/common/allocation/config/AllocationConfig.vue @@ -12,12 +12,12 @@ - + @@ -25,7 +25,21 @@ 开启 - + + + + 关闭 + 开启 + + + +