From 2044a2a9e3d25b9508bfa2d1ca7669efe114363b Mon Sep 17 00:00:00 2001
From: cpf <1105965053@qq.com>
Date: Mon, 30 May 2022 13:48:21 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E8=AF=B4=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../details-file-category/details-file-category.component.html | 2 +-
.../details-update-category.component.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/pages/license/file-category/details-file-category/details-file-category.component.html b/src/app/pages/license/file-category/details-file-category/details-file-category.component.html
index 175bea7..103078e 100644
--- a/src/app/pages/license/file-category/details-file-category/details-file-category.component.html
+++ b/src/app/pages/license/file-category/details-file-category/details-file-category.component.html
@@ -36,7 +36,7 @@
{{item.creationTime | date:"yyyy/MM/dd"}}
{{item.organizationName}} {{item.auditStatus | auditStatus}}
- 驳回说明:{{item.auditLog? item.auditLog.rejectReason : ''}}
+ 驳回说明:{{item.remark}}
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 1d2142c..5dee2a3 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
@@ -53,7 +53,7 @@
{{item.creationTime | date:"yyyy/MM/dd"}}
{{item.organizationName}} {{item.auditStatus | auditStatus}}
- 驳回说明:{{item.auditLog? item.auditLog.rejectReason : ''}}
+ 驳回说明:{{item.remark}}