diff --git a/src/app/pages/audit/audit-ing/audit-ing.component.html b/src/app/pages/audit/audit-ing/audit-ing.component.html
index 3dc17e0..7fe981e 100644
--- a/src/app/pages/audit/audit-ing/audit-ing.component.html
+++ b/src/app/pages/audit/audit-ing/audit-ing.component.html
@@ -11,8 +11,8 @@
加油站名称 |
区域名称 |
省公司名称 |
-
+
+ 审批状态 |
审批 |
@@ -37,8 +37,8 @@
-
+
+ {{item.auditStatusDesc}} |
审批
详情
diff --git a/src/app/pages/audit/audit-record/audit-record.component.html b/src/app/pages/audit/audit-record/audit-record.component.html
index 3150ad0..102a475 100644
--- a/src/app/pages/audit/audit-record/audit-record.component.html
+++ b/src/app/pages/audit/audit-record/audit-record.component.html
@@ -97,7 +97,7 @@
| 申请人 |
审批时间 |
审批人 |
-
+ 审批状态 |
操作 |
@@ -125,7 +125,7 @@
{{item.creatorUser.name}} |
{{item.auditTime | date:"yyyy/MM/dd HH:mm:ss"}} |
{{item.auditUser.name}} |
-
+ {{item.auditStatusDesc}} |
详情
|
diff --git a/src/app/pages/license/file-category/file-category.component.html b/src/app/pages/license/file-category/file-category.component.html
index 5fcb294..8a20736 100644
--- a/src/app/pages/license/file-category/file-category.component.html
+++ b/src/app/pages/license/file-category/file-category.component.html
@@ -4,12 +4,12 @@
[nzShowPagination]="false" [nzScroll]="{ y:tableScrollHeight }" [nzNoResult]='null' nzTableLayout="fixed">
-
+ |
证照名称
|
有无证照 |
-
+
+ 审核状态 |
附件 |
操作 |
@@ -24,10 +24,10 @@
无
有
-
{{item.auditLog.auditStatusDesc || ''}}
- | -->
+
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 82c1642..1b39841 100644
--- a/src/app/pages/license/update-category/update-category.component.html
+++ b/src/app/pages/license/update-category/update-category.component.html
@@ -12,8 +12,8 @@
| 有效天数 |
办理类型 |
+ 提交时间 | -->
+ 审核状态 |
预警状态 |
附件 |
操作 |
@@ -37,10 +37,10 @@
{{getHandleTypes(item.handleTypesDefault)}} |
{{item.auditLog.auditStatusDesc || ''}}
- | -->
+
无
办理提醒
|