From 087c18f328014ba60833938d2ebc25e55f6aa118 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 10 二月 2026 11:01:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_new' into dev_new
---
src/pages/safeProduction/accidentReportingRecord/view.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/pages/safeProduction/accidentReportingRecord/view.vue b/src/pages/safeProduction/accidentReportingRecord/view.vue
index c696dc3..ec15918 100644
--- a/src/pages/safeProduction/accidentReportingRecord/view.vue
+++ b/src/pages/safeProduction/accidentReportingRecord/view.vue
@@ -54,6 +54,10 @@
<view class="info-value">{{ accidentInfo.assetLoss || '-' }}<span v-if="accidentInfo.assetLoss">鍏�</span></view>
</view>
<view class="info-row">
+ <view class="info-label">浜哄憳鎹熷け鎯呭喌锛�</view>
+ <view class="info-value">{{ accidentInfo.personLoss || '-' }}</view>
+ </view>
+ <view class="info-row">
<view class="info-label">涓婃姤鏃堕棿锛�</view>
<view class="info-value">{{ accidentInfo.createTime || '-' }}</view>
</view>
--
Gitblit v1.9.3