Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

csx 4 years ago
parent
commit
4c9cf0ccc9
1 changed files with 0 additions and 13 deletions
  1. 0 13
      src/pages/main/dialog/ThorougDialog.vue

+ 0 - 13
src/pages/main/dialog/ThorougDialog.vue View File

@@ -628,19 +628,6 @@
628 628
         </div>
629 629
 
630 630
 
631
-        <div
632
-          @click="showSubMenu('channel')"
633
-          class="item"
634
-          ref="intravenous_tube"
635
-          v-if="isShow('静脉管道')"
636
-        >
637
-          <label class="name" for="dg">静脉管道</label>
638
-          <div class="content">
639
-            <span class="text" id="dg">{{getIntravenousTubeName(formValue.intravenous_tube)}}</span>
640
-            <span class="iconfont">&#xe6f9;</span>
641
-          </div>
642
-        </div>
643
-
644 631
 
645 632
         <div
646 633
           @click="showSubMenu('channel')"