From adf48b8b396d057f8f0aefab010e56c71211b12f Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Tue, 24 May 2022 14:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=89=AF=E6=9C=ACui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../details-update-category.component.html | 2 +- .../edit-update-category.component.html | 20 ++++++++++++++++--- .../update-category.component.html | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/app/pages/license/update-category/details-update-category/details-update-category.component.html b/src/app/pages/license/update-category/details-update-category/details-update-category.component.html index 9dfca80..72a69d6 100644 --- a/src/app/pages/license/update-category/details-update-category/details-update-category.component.html +++ b/src/app/pages/license/update-category/details-update-category/details-update-category.component.html @@ -13,7 +13,7 @@

证件有效期:   {{data.validityStartTime | date:"yyyy/MM/dd"}} - {{data.validityEndTime | date:"yyyy/MM/dd"}}

-

办理类型:   {{getHandleTypes(data.handleTypes)}}

+

办理类型:   {{getHandleTypes(data.handleTypesDefault)}}

有效期类型:   {{data.validityDays || 0}}天

diff --git a/src/app/pages/license/update-category/edit-update-category/edit-update-category.component.html b/src/app/pages/license/update-category/edit-update-category/edit-update-category.component.html index 4bbc24a..e2be913 100644 --- a/src/app/pages/license/update-category/edit-update-category/edit-update-category.component.html +++ b/src/app/pages/license/update-category/edit-update-category/edit-update-category.component.html @@ -38,7 +38,7 @@ - + @@ -53,12 +53,26 @@ -
- + +
+ +
+ + + + + + +
+
+ +
diff --git a/src/app/pages/license/update-category/update-category.component.html b/src/app/pages/license/update-category/update-category.component.html index 4ced581..31ccdf6 100644 --- a/src/app/pages/license/update-category/update-category.component.html +++ b/src/app/pages/license/update-category/update-category.component.html @@ -35,7 +35,7 @@ - {{getHandleTypes(item.handleTypes)}} + {{getHandleTypes(item.handleTypesDefault)}}