From b04ca72eec581dcab4a9f74cc9bcaf977ff07259 Mon Sep 17 00:00:00 2001 From: xufei <727302827@qq.com> Date: Thu, 18 Sep 2025 15:32:04 +0800 Subject: [PATCH] =?UTF-8?q?2025.9.18=20=E9=9A=90=E6=82=A3=E7=BA=A7?= =?UTF-8?q?=E5=88=AB=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/app/hidden_record_detail_page.dart | 2 ++ lib/pages/app/pending_rectification_detail_page.dart | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/pages/app/hidden_record_detail_page.dart b/lib/pages/app/hidden_record_detail_page.dart index c5f42ab..704faff 100644 --- a/lib/pages/app/hidden_record_detail_page.dart +++ b/lib/pages/app/hidden_record_detail_page.dart @@ -224,6 +224,8 @@ class _HiddenRecordDetailPageState extends State { Divider(height: 1), _buildInfoItem('发现时间', pd['CREATTIME'] ?? ''), Divider(height: 1), + _buildInfoItem('隐患级别', pd['HIDDENLEVELNAME'] ?? ''), + Divider(height: 1), if (pd['HIDDEN_CATEGORY']?.isNotEmpty == true) _buildInfoItem('隐患类别', pd['HIDDEN_CATEGORY_NAME'] ?? ''), diff --git a/lib/pages/app/pending_rectification_detail_page.dart b/lib/pages/app/pending_rectification_detail_page.dart index afde82a..b953194 100644 --- a/lib/pages/app/pending_rectification_detail_page.dart +++ b/lib/pages/app/pending_rectification_detail_page.dart @@ -252,6 +252,8 @@ class _PendingRectificationDetailPageState extends State