Browse Source

权限调整

loki.wu 9 tháng trước cách đây
mục cha
commit
2c936eef79
4 tập tin đã thay đổi với 10 bổ sung7 xóa
  1. 3 0
      lib/architecture/values/features.dart
  2. 1 1
      lib/pages/ecg/ecg_result_view.dart
  3. 4 4
      pubspec.lock
  4. 2 2
      pubspec.yaml

+ 3 - 0
lib/architecture/values/features.dart

@@ -75,4 +75,7 @@ class FeatureKeys {
 
   ///肺结核患者管理
   static const TuberculosisManagementRecord = 'FJHHZJKGL';
+
+  ///远程心电
+  static const RemoteECG = 'RECGCZQX';
 }

+ 1 - 1
lib/pages/ecg/ecg_result_view.dart

@@ -260,7 +260,7 @@ class EcgResultViewState extends State<EcgResultView> {
                                   id: "twelve_ecg_view",
                                   builder: (_) {
                                     return FullScreenEcgDataDialog(
-                                      height: kIsWeb ? 560 : 610,
+                                      height: kIsWeb ? 520 : 610,
                                       showHeader: false,
                                       widthScale: 1,
                                       hintFontSize: 14,

+ 4 - 4
pubspec.lock

@@ -325,8 +325,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: e355bf62b0a26588e78a5ccd5a3a1c61ee9526c1
-      resolved-ref: e355bf62b0a26588e78a5ccd5a3a1c61ee9526c1
+      ref: "048765142df8e815ae4b8d955f51d9b52a54cc26"
+      resolved-ref: "048765142df8e815ae4b8d955f51d9b52a54cc26"
       url: "http://git.ius.plus/loki.wu/ecg_list_view.git"
     source: git
     version: "1.0.0+1"
@@ -424,8 +424,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: "73f1b1647fb191684b8c04b8cdf65530562f399d"
-      resolved-ref: "73f1b1647fb191684b8c04b8cdf65530562f399d"
+      ref: "9ecd100964bb61833ce2f011988e41054d9821c4"
+      resolved-ref: "9ecd100964bb61833ce2f011988e41054d9821c4"
       url: "http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git"
     source: git
     version: "0.0.1"

+ 2 - 2
pubspec.yaml

@@ -159,7 +159,7 @@ dependency_overrides:
   fis_jsonrpc:
     git:
       url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
-      ref: 73f1b1647fb191684b8c04b8cdf65530562f399d
+      ref: 9ecd100964bb61833ce2f011988e41054d9821c4
     #path: ../fis_lib_jsonrpc
   fis_common:
     git:
@@ -215,7 +215,7 @@ dependency_overrides:
   ecg_list_view:
     git:
       url: http://git.ius.plus/loki.wu/ecg_list_view.git
-      ref: e355bf62b0a26588e78a5ccd5a3a1c61ee9526c1
+      ref: 048765142df8e815ae4b8d955f51d9b52a54cc26
     # path: ../ecg_list_view
 dev_dependencies:
   flutter_test: