diff --git a/src/views/report/edit/controlPrice.vue b/src/views/report/edit/controlPrice.vue
index 8538e2d..962657e 100644
--- a/src/views/report/edit/controlPrice.vue
+++ b/src/views/report/edit/controlPrice.vue
@@ -1462,14 +1462,9 @@ function hasAuditAttachment() {
-
+
- {{ timeFormat(row.areportTime,'yyyy-mm-dd hh:MM:ss') }}
-
-
-
-
- {{ timeFormat(row.approverTime,'yyyy-mm-dd hh:MM:ss') }}
+ {{ row.approverTime ? timeFormat(row.approverTime,'yyyy-mm-dd hh:MM:ss') : '/' }}
diff --git a/src/views/warning/business.vue b/src/views/warning/business.vue
index 34265c0..78c2a9f 100644
--- a/src/views/warning/business.vue
+++ b/src/views/warning/business.vue
@@ -484,14 +484,9 @@ onMounted(() => {
-
+
- {{ timeFormat(row.areportTime, 'yyyy-mm-dd hh:MM:ss') }}
-
-
-
-
- {{ timeFormat(row.approverTime, 'yyyy-mm-dd hh:MM:ss') }}
+ {{ row.approverTime ? timeFormat(row.approverTime, 'yyyy-mm-dd hh:MM:ss') : '/' }}