From 040516eecd9a3ea19fa0acca5191f159102b2fe3 Mon Sep 17 00:00:00 2001
From: buaixuexideshitongxue <2936013465@qq.com>
Date: Tue, 11 Aug 2026 11:17:06 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=B9=E4=B8=BA=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=B6=E9=97=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/report/edit/controlPrice.vue | 9 ++-------
src/views/warning/business.vue | 9 ++-------
2 files changed, 4 insertions(+), 14 deletions(-)
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') : '/' }}