From ec00255aab24865cd785e181704e502354b9c8f6 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 13 三月 2026 13:52:49 +0800
Subject: [PATCH] Merge branch 'dev_KT' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_KT

---
 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