Browse Source

fixed:0018836: 【一体机】【体检系统】提交心电检测后,编辑结论时,无法取消编辑

loki.wu 10 months ago
parent
commit
9fec6cefe7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/pages/medical/widgets/twelve_ecg.dart

+ 1 - 0
lib/pages/medical/widgets/twelve_ecg.dart

@@ -504,6 +504,7 @@ class _HeartRateState extends State<TwelveHeartRate> {
       title: "结论编辑",
       initialValue: _assess,
       inputHeight: 320,
+      showCancel: true,
       maxLines: 30,
     ).show();
     if (result != null) {