From d2655d32e5c4dcf37999a082f7e9bf7925980e95 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 19 Jan 2026 09:05:35 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=E7=BC=B4=E8=B4=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E7=A1=AE=E8=AE=A4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E6=97=B6=E9=97=B4=E6=AE=B5=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fee/payFeeOrderConfirm.vue | 22 +++------------------- src/utils/dateUtil.js | 9 +++++++++ 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/src/components/fee/payFeeOrderConfirm.vue b/src/components/fee/payFeeOrderConfirm.vue index c207fd99f..8b3741fb3 100644 --- a/src/components/fee/payFeeOrderConfirm.vue +++ b/src/components/fee/payFeeOrderConfirm.vue @@ -11,7 +11,7 @@ :label="$t('payFeeOrderConfirm.timeRange')"> {{ dateFormat(formData.endTime) }} 至 - {{ dateFormat(formData.showEndTime) }} + {{ dateFormatSubSec(formData.showEndTime) }} @@ -94,7 +94,7 @@