فهرست منبع

fix 17903: 【新建档案】手动录入居民信息,“外伤”选择有,列表灰屏

Melon 1 سال پیش
والد
کامیت
1a7a8179d5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/pages/patient_info/widgets/health_infos.dart

+ 1 - 1
lib/pages/patient_info/widgets/health_infos.dart

@@ -207,7 +207,7 @@ class HealthInfomations extends GetView<PatientInfomationController> {
             children: [
               VListFormCell(
                 label: "手术",
-                content: data.trauma.isNotNullOrEmpty
+                content: data.operation.isNotNullOrEmpty
                     ? PatientInfoRecord.historyPreviousOtherList
                         .firstWhere((element) => element.key == data.operation)
                         .value