From be898790c6dbac07d69127fba917eceb62d15165 Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Fri, 14 Feb 2025 11:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/case-management/detail/index.vue | 4 ++-- src/pages/mediation-page/components/LayoutContentNew.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/case-management/detail/index.vue b/src/pages/case-management/detail/index.vue index fccdb4f..b68fee0 100644 --- a/src/pages/case-management/detail/index.vue +++ b/src/pages/case-management/detail/index.vue @@ -24,8 +24,8 @@ 案件包名称:{{baseInfo.casePkg.pkgName}} 金融产品名称:{{ baseInfo.productTypeId }} 金融机构名称:{{ baseInfo.financialOrgName }} - 委案开始日期:{{ baseInfo.planStartTime }} - 委案到期日期:{{ baseInfo.planEndTime }} + 委案开始日期:{{ baseInfo.casePkg.planStartTime | formaDate('yyyy-MM-dd') }} + 委案到期日期:{{ baseInfo.casePkg.planEndTime | formaDate('yyyy-MM-dd')}} 案件编号:{{ baseInfo.caseNo }} 合同名称:{{baseInfo.fields.find(item => item.fieldKey == 'contactName').fieldValue}} diff --git a/src/pages/mediation-page/components/LayoutContentNew.vue b/src/pages/mediation-page/components/LayoutContentNew.vue index 3deab90..111461f 100644 --- a/src/pages/mediation-page/components/LayoutContentNew.vue +++ b/src/pages/mediation-page/components/LayoutContentNew.vue @@ -135,11 +135,11 @@
委案开始日期:
-
{{baseInfo.casePkg.planStartTime}}
+
{{baseInfo.casePkg.planStartTime | formaDate('yyyy-MM-dd')}}
委案结束日期:
-
{{baseInfo.casePkg.planEndTime}}
+
{{baseInfo.casePkg.planEndTime | formaDate('yyyy-MM-dd')}}
委案渠道: