Browse Source

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

XMLWAN 4 years ago
parent
commit
3833d65771
2 changed files with 1 additions and 14 deletions
  1. 1 1
      src/pages/home/active.vue
  2. 0 13
      src/pages/main/dialog/ThorougDialog.vue

+ 1 - 1
src/pages/home/active.vue View File

@@ -71,7 +71,7 @@ export default {
71 71
 <style lang="scss" scoped>
72 72
 .page_active{
73 73
     // overflow-y: auto;
74
-    background: url("https://images.shengws.com/2020/4/23/admin_avatar_1587638028661.png") no-repeat;
74
+    background: url("https://images.shengws.com/2020/4/26/admin_avatar_1587870942711.png") no-repeat;
75 75
     background-size:100%;
76 76
     height:90rem;
77 77
     position: relative;

+ 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')"