2 Commitit a8801368ca ... ce33057f56

Tekijä SHA1 Viesti Päivämäärä
  28169 ce33057f56 Merge branch '20230223_pad_vue_new_branch' of http://git.shengws.com/csx/Pad_New into 20230223_pad_vue_new_branch 2 päivää sitten
  28169 d0069d00b6 Merge remote-tracking branch 'origin/20230223_pad_vue_new_branch' into 20230223_pad_vue_new_branch 2 päivää sitten
1 muutettua tiedostoa jossa 10 lisäystä ja 1 poistoa
  1. 10 1
      src/store/modules/globalConfig.js

+ 10 - 1
src/store/modules/globalConfig.js Näytä tiedosto

@@ -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
     },