2 Révisions a8801368ca ... ce33057f56

Auteur SHA1 Message Date
  28169 ce33057f56 Merge branch '20230223_pad_vue_new_branch' of http://git.shengws.com/csx/Pad_New into 20230223_pad_vue_new_branch il y a 2 jours
  28169 d0069d00b6 Merge remote-tracking branch 'origin/20230223_pad_vue_new_branch' into 20230223_pad_vue_new_branch il y a 2 jours
1 fichiers modifiés avec 10 ajouts et 1 suppressions
  1. 10 1
      src/store/modules/globalConfig.js

+ 10 - 1
src/store/modules/globalConfig.js Voir le fichier

@@ -2727,7 +2727,16 @@ const global_config = {
2727 2727
       name: '动脉管道+++'
2728 2728
     }
2729 2729
     ],
2730
-    intravenous_tube: [{
2730
+    intravenous_tube: [
2731
+      {
2732
+        id: -1,
2733
+        name: '有'
2734
+      },
2735
+      {
2736
+        id: -2,
2737
+        name: '无'
2738
+      },
2739
+      {
2731 2740
       id: 1,
2732 2741
       name: '静脉管道0'
2733 2742
     },