Explorar o código

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

Melon hai 1 ano
pai
achega
1a7a8179d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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