Browse Source

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx 5 years ago
parent
commit
48b81afe65

+ 1 - 1
src/pages/advice/AdvicePage.vue View File

1
 <template>
1
 <template>
2
   <div>
2
   <div>
3
-    <van-row class="top_row">
3
+    <van-row class="top_row" style="display:none">
4
       <!-- <van-col :span="9">
4
       <!-- <van-col :span="9">
5
         <div style="visibility: hidden">
5
         <div style="visibility: hidden">
6
           <span class="title"></span>
6
           <span class="title"></span>

+ 8 - 8
src/pages/advice/DialysisAdviceTable.vue View File

96
       <table class="table">
96
       <table class="table">
97
         <tr>
97
         <tr>
98
           <th width="60px">姓名</th>
98
           <th width="60px">姓名</th>
99
-          <th width="30px">透析号</th>
99
+          <th width="40px">透析号</th>
100
           <th width="50px">类型</th>
100
           <th width="50px">类型</th>
101
           <th width="110px">开始时间</th>
101
           <th width="110px">开始时间</th>
102
           <th width="140px">医嘱内容</th>
102
           <th width="140px">医嘱内容</th>
563
 .choice {
563
 .choice {
564
   border-bottom: 1px #e5e5e5 solid;
564
   border-bottom: 1px #e5e5e5 solid;
565
   position: fixed;
565
   position: fixed;
566
-  top: 48px;
566
+  top: 0;
567
   right: 0;
567
   right: 0;
568
   z-index: 66;
568
   z-index: 66;
569
   left: 0;
569
   left: 0;
574
   // @media only screen and (min-width: 376px) and (max-width: 812px) {
574
   // @media only screen and (min-width: 376px) and (max-width: 812px) {
575
   //   top: 38px !important;
575
   //   top: 38px !important;
576
   // }
576
   // }
577
-  @media only screen and (min-width: 768px) {
578
-    top: 80px !important;
579
-  }
577
+  // @media only screen and (min-width: 768px) {
578
+  //   top: 80px !important;
579
+  // }
580
   ul {
580
   ul {
581
     @include display-flex;
581
     @include display-flex;
582
     @include align-items-center;
582
     @include align-items-center;
592
       @include align-items-center;
592
       @include align-items-center;
593
       @include text-align;
593
       @include text-align;
594
       @include justify-content-between;
594
       @include justify-content-between;
595
-      padding: 0 0 0.3rem;
595
+      padding: 0.3rem 0;
596
       font-size: 0.45rem;
596
       font-size: 0.45rem;
597
       .iconfont {
597
       .iconfont {
598
         margin: 0 0.1rem;
598
         margin: 0 0.1rem;
609
   }
609
   }
610
 }
610
 }
611
 .DialysisAdvice {
611
 .DialysisAdvice {
612
-  padding-top: 75px;
612
+  padding-top: 36px;
613
   // background: #fff;
613
   // background: #fff;
614
   min-height: calc(100vh - 2px);
614
   min-height: calc(100vh - 2px);
615
   // @media only screen and (max-width: 812px) {
615
   // @media only screen and (max-width: 812px) {
616
   //   padding-top: 70px !important;
616
   //   padding-top: 70px !important;
617
   // }
617
   // }
618
   @media only screen and (min-width: 768px) {
618
   @media only screen and (min-width: 768px) {
619
-    padding-top: 126px !important;
619
+    padding-top: 60px !important;
620
   }
620
   }
621
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
621
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
622
   //   padding-top: 118px !important;
622
   //   padding-top: 118px !important;

+ 1 - 4
src/pages/home/login.vue View File

38
             登录
38
             登录
39
           </button>
39
           </button>
40
           <!-- <router-link to="/forgetPassword"> -->
40
           <!-- <router-link to="/forgetPassword"> -->
41
-          <div class="newForget" @click="ok">忘记密码</div>
41
+          <div class="newForget" style="display:none">忘记密码</div>
42
           <!-- </router-link> -->
42
           <!-- </router-link> -->
43
           <!-- </router-link> -->
43
           <!-- </router-link> -->
44
           <!-- <div class="forget">
44
           <!-- <div class="forget">
116
     },
116
     },
117
     to: function() {
117
     to: function() {
118
       this.$router.push({ path: "/forgetPassword" });
118
       this.$router.push({ path: "/forgetPassword" });
119
-    },
120
-    ok() {
121
-      Toast("程序员还在开发中");
122
     }
119
     }
123
   }
120
   }
124
 };
121
 };

+ 36 - 36
src/pages/main/DetailsPage.vue View File

1
 <template>
1
 <template>
2
   <div class="mainBox">
2
   <div class="mainBox">
3
     <div class="mainContent">
3
     <div class="mainContent">
4
-      <div class="newNavigation">
5
-        <div class="navigation">
6
-          <div class="goBack">
7
-            <span class="back" @click="backAction()">
8
-              <span class="iconfont">&#xe720;</span>返回
9
-            </span>
10
-            <el-popover placement="bottom" trigger="click" :disabled="true">
11
-              <li slot="reference" class="name">{{ patient_name }}</li>
12
-            </el-popover>
13
-          </div>
14
-          <div class="nav">
15
-            <ul>
16
-              <li
17
-                v-for="(item, i) in ['病历', '透析', '今日']"
18
-                :key="i"
19
-                :class="index == i ? 'active' : ''"
20
-                @click="ClickTab(i)"
21
-              >
22
-                {{ item }}
23
-              </li>
24
-            </ul>
25
-          </div>
4
+      <div class="navigation">
5
+        <div class="goBack">
6
+          <span class="back" @click="backAction()">
7
+            <span class="iconfont">&#xe720;</span>返回
8
+          </span>
9
+          <el-popover placement="bottom" trigger="click" :disabled="true">
10
+            <li slot="reference" class="name">{{ patient_name }}</li>
11
+          </el-popover>
12
+        </div>
13
+        <div class="nav">
14
+          <ul>
15
+            <li
16
+              v-for="(item, i) in ['病历', '透析', '今日']"
17
+              :key="i"
18
+              :class="index == i ? 'active' : ''"
19
+              @click="ClickTab(i)"
20
+            >
21
+              {{ item }}
22
+            </li>
23
+          </ul>
24
+        </div>
26
 
25
 
27
-          <!-- <div @click="openPicker()" class="time">
26
+        <!-- <div @click="openPicker()" class="time">
28
                   {{pickerVisible}}<span class="iconfont">&#xe74a;</span>
27
                   {{pickerVisible}}<span class="iconfont">&#xe74a;</span>
29
         </div>-->
28
         </div>-->
30
-          <!-- <div class="time" style="width:1.49rem;">
29
+        <!-- <div class="time" style="width:1.49rem;">
31
                   <span class="iconfont">2018-01-01&#xe74a;</span>
30
                   <span class="iconfont">2018-01-01&#xe74a;</span>
32
         </div>-->
31
         </div>-->
33
-          <div class="print" style="float: right; display:none">
34
-            <el-button
35
-              size="mini"
36
-              type="primary"
37
-              @click="print"
38
-              icon="el-icon-printer"
39
-              >打印</el-button
40
-            >
41
-          </div>
32
+        <div class="print" style="float: right; display:none">
33
+          <el-button
34
+            size="mini"
35
+            type="primary"
36
+            @click="print"
37
+            icon="el-icon-printer"
38
+            >打印</el-button
39
+          >
42
         </div>
40
         </div>
43
       </div>
41
       </div>
42
+
44
       <div class="Tab">
43
       <div class="Tab">
45
         <CaseHistory v-show="index == 0" title="病历"></CaseHistory>
44
         <CaseHistory v-show="index == 0" title="病历"></CaseHistory>
46
         <!--<check-tab v-show="index==1" title="化验单"></check-tab>-->
45
         <!--<check-tab v-show="index==1" title="化验单"></check-tab>-->
167
 }
166
 }
168
 .mainContent {
167
 .mainContent {
169
   position: relative;
168
   position: relative;
170
-  .newNavigation {
171
-    overflow: hidden;
172
-  }
173
   .navigation {
169
   .navigation {
174
     @include display-flex;
170
     @include display-flex;
175
     @include align-items-center;
171
     @include align-items-center;
184
     right: 0;
180
     right: 0;
185
     z-index: 100;
181
     z-index: 100;
186
     background: #258ffc;
182
     background: #258ffc;
183
+    -webkit-transform:translateZ(1px);
184
+-moz-transform:translateZ(1px);
185
+-o-transform:translateZ(1px);
186
+transform:translateZ(1px);
187
     @media only screen and (max-width: 320px) {
187
     @media only screen and (max-width: 320px) {
188
       display: -webkit-box;
188
       display: -webkit-box;
189
     }
189
     }

+ 1 - 4
src/pages/personal/index.vue View File

86
           </div>
86
           </div>
87
         </router-link>
87
         </router-link>
88
         <!-- <router-link to="/ChangePassword"> -->
88
         <!-- <router-link to="/ChangePassword"> -->
89
-        <div class="name" @click="okk">
89
+        <div class="name" style="display:none">
90
           <div class="left">
90
           <div class="left">
91
             <img src="../../assets/my/modification.png" alt />
91
             <img src="../../assets/my/modification.png" alt />
92
             <span>修改密码</span>
92
             <span>修改密码</span>
151
     logout: function() {
151
     logout: function() {
152
       // TODO 请求退出登录接口
152
       // TODO 请求退出登录接口
153
       this.$router.push("/");
153
       this.$router.push("/");
154
-    },
155
-    okk() {
156
-      Toast("程序员还在开发中");
157
     }
154
     }
158
   }
155
   }
159
 };
156
 };