柳香萍 преди 5 години
родител
ревизия
e8592d9ec0

+ 7 - 5
src/pages/main/add_urgent_schedule.vue Целия файл

@@ -339,10 +339,10 @@ export default {
339 339
     .navigation {
340 340
         padding: 0.3rem 0.36rem;
341 341
         border-bottom: 1px #e5e5e5 solid;
342
-        // position: fixed;
343
-        // top: 0;
344
-        // left:1.58rem;
345
-        // right: 0;
342
+        position: fixed;
343
+        top: 0;
344
+        left:1.58rem;
345
+        right: 0;
346 346
         z-index: 100;
347 347
         background: #fff;
348 348
         .goBack {
@@ -362,7 +362,9 @@ export default {
362 362
     }
363 363
 
364 364
     .form {
365
-        padding: 10px 10px;
365
+        background: #fff;
366
+        min-height: calc(100vh - 2px);
367
+        padding-top:55px; 
366 368
         .row {
367 369
             padding: 5px 0;
368 370
             .title {

+ 2 - 2
src/pages/main/dialog/PrescriptionDialog.vue Целия файл

@@ -199,8 +199,8 @@
199 199
         <!--</div>-->
200 200
         <div class="PrescSubmit">
201 201
           <button v-if="isShowSign"  class="tj" @click="sign()">医生签名</button>
202
-          <button class="tjcq" @click="commitSolutionInfo">提交并设为长期处方</button>
203
-          <button class="tj" @click="commitInfo">提交</button>
202
+          <button class="tjcq" @click="commitSolutionInfo">保存并设为长期处方</button>
203
+          <button class="tj" @click="commitInfo">保存</button>
204 204
         </div>
205 205
       </div>
206 206
     </div>

+ 7 - 2
src/pages/main/dialysis/AdviceTable.vue Целия файл

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div class="fixedTop">
3
-    <div class="choice">
3
+    <div class="choice" >
4 4
       <ul>
5 5
         <li>
6 6
           日期查询:
@@ -1383,9 +1383,13 @@ export default {
1383 1383
 </script>
1384 1384
 
1385 1385
 <style style="stylesheet/scss" lang="scss"  scoped>
1386
-
1386
+.fixedTop{
1387
+  padding-top:52px; 
1388
+  background: #fff;
1389
+  min-height: calc(100vh - 200px);
1387 1390
 .choice {
1388 1391
   border-bottom: 1px #e5e5e5 solid;
1392
+  
1389 1393
   ul {
1390 1394
     @include display-flex;
1391 1395
     @include align-items-center;
@@ -1529,6 +1533,7 @@ export default {
1529 1533
   background: #fff;
1530 1534
   min-height: calc(100vh - 180px);
1531 1535
 }
1536
+}
1532 1537
 
1533 1538
 </style>
1534 1539
 

+ 6 - 0
src/pages/main/dialysis/CheckTab.vue Целия файл

@@ -57,6 +57,12 @@ export default {
57 57
 <style style="stylesheet/scss" lang="scss" scoped>
58 58
   .nav {
59 59
     border-bottom: 1px #e5e5e5 solid;
60
+    background: #fff;
61
+     position: fixed;
62
+    top: 115px;
63
+    right: 0;
64
+    z-index: 66;
65
+    left: 1.58rem;
60 66
     background: #fff;
61 67
     ul {
62 68
       width: 60%;

+ 2 - 1
src/pages/main/dialysis/InspectionItemTable.vue Целия файл

@@ -301,7 +301,8 @@ export default {
301 301
 }
302 302
 .van-list{
303 303
   background: #fff;
304
-  min-height: calc(100vh - 125px);
304
+  min-height: calc(100vh - 178px);
305
+  margin-top: 105px; 
305 306
 }
306 307
 </style>
307 308
 

+ 1 - 1
src/pages/monitoring/index.vue Целия файл

@@ -50,7 +50,7 @@
50 50
             <th width="10%">透析模式</th>
51 51
             <th width="9%">脱水量</th>
52 52
             <th width="14%">体重(透前/透后)</th>
53
-            <th width="27%">监控预警</th>
53
+            <th width="27%">监控预警(血压/心率)</th>
54 54
           </tr>
55 55
         </table>
56 56
         <table class="table" v-for="(items,index) in dialysis_scheduals" :key="index">