See999 преди 5 години
родител
ревизия
e3615a61c6
променени са 4 файла, в които са добавени 64 реда и са изтрити 28 реда
  1. 1 0
      src/pages/main/PatientBox.vue
  2. 17 4
      src/pages/main/dialog/AcceptsDialog.vue
  3. 37 18
      src/pages/main/dialog/DoubleDialog.vue
  4. 9 6
      src/pages/main/dialog/OrdersDialog.vue

+ 1 - 0
src/pages/main/PatientBox.vue Целия файл

@@ -296,6 +296,7 @@ export default {
296 296
   width: 47%;
297 297
   margin: 0 3% 0.5rem 0;
298 298
   float: left;
299
+  border-radius: 5px;
299 300
   @media only screen and (max-width: 415px) {
300 301
     width: 96% !important;
301 302
   }

+ 17 - 4
src/pages/main/dialog/AcceptsDialog.vue Целия файл

@@ -7,7 +7,11 @@
7 7
         <span class="success" @click="commitInfo">保存</span>
8 8
       </div>
9 9
       <div class="DialogContent choose">
10
-        <el-form :model="receiveTreatmentAsses" label-width="130px">
10
+        <el-form
11
+          class="acceptsForm"
12
+          :model="receiveTreatmentAsses"
13
+          label-width="130px"
14
+        >
11 15
           <el-form-item label="入室方式: " v-if="isShow('入室方式')">
12 16
             <el-radio v-model="receiveTreatmentAsses.way" label="1"
13 17
               >步行</el-radio
@@ -467,16 +471,25 @@ export default {
467 471
 }
468 472
 </style>
469 473
 <style lang="scss">
470
-.el-radio {
471
-  margin-right: 26px;
472
-  width: 2.4rem;
474
+.acceptsForm {
475
+  .el-radio {
476
+    margin-right: 20px;
477
+    width: 2.4rem;
478
+  }
473 479
 }
480
+
474 481
 .el-radio__inner {
475 482
   width: 20px;
476 483
   height: 20px;
484
+  @media only screen and (min-width: 768px) {
485
+    width: 26px;
486
+    height: 26px;
487
+    margin-bottom: 4px;
488
+  }
477 489
 }
478 490
 .illnessInput {
479 491
   .el-input__inner {
492
+    font-size: 0.45rem;
480 493
     @media only screen and (min-width: 768px) {
481 494
       height: 60px;
482 495
       line-height: 60px;

+ 37 - 18
src/pages/main/dialog/DoubleDialog.vue Целия файл

@@ -9,9 +9,9 @@
9 9
       <div style="height: 8rem" class="DialogContent choose">
10 10
         <el-form
11 11
           :inline="true"
12
-          class="demo-form-inline"
12
+          class="demo-form-inline doubleForm"
13 13
           :model="doubleReview"
14
-          label-width="140px"
14
+          label-width="3.4rem"
15 15
         >
16 16
           <el-form-item label="透析物品核查 : ">
17 17
             <el-radio v-model="doubleReview.dialysis_item_check" label="1"
@@ -21,15 +21,18 @@
21 21
               >错误</el-radio
22 22
             >
23 23
           </el-form-item>
24
-          <el-form-item label="差错描述 : " label-width="140px">
25
-            <el-input v-model="doubleReview.dialysis_item_desc"></el-input>
24
+          <el-form-item label="差错描述 : " label-width="3.4rem">
25
+            <el-input
26
+              class="doubleInput"
27
+              v-model="doubleReview.dialysis_item_desc"
28
+            ></el-input>
26 29
           </el-form-item>
27 30
         </el-form>
28 31
         <el-form
29 32
           :inline="true"
30 33
           class="demo-form-inline"
31 34
           :model="doubleReview"
32
-          label-width="140px"
35
+          label-width="3.4rem"
33 36
         >
34 37
           <el-form-item label="透析参数核查 : ">
35 38
             <el-radio v-model="doubleReview.dialysis_parameter_check" label="1"
@@ -39,15 +42,18 @@
39 42
               >错误</el-radio
40 43
             >
41 44
           </el-form-item>
42
-          <el-form-item label="差错描述 : " label-width="140px">
43
-            <el-input v-model="doubleReview.dialysis_parameter_desc"></el-input>
45
+          <el-form-item label="差错描述 : " label-width="3.4rem">
46
+            <el-input
47
+              class="doubleInput"
48
+              v-model="doubleReview.dialysis_parameter_desc"
49
+            ></el-input>
44 50
           </el-form-item>
45 51
         </el-form>
46 52
         <el-form
47 53
           :inline="true"
48 54
           class="demo-form-inline"
49 55
           :model="doubleReview"
50
-          label-width="140px"
56
+          label-width="3.4rem"
51 57
         >
52 58
           <el-form-item label="血管通路核查 : ">
53 59
             <!--<el-radio-group v-model="form.appetite">-->
@@ -65,15 +71,18 @@
65 71
               >错误</el-radio
66 72
             >
67 73
           </el-form-item>
68
-          <el-form-item label="差错描述 : " label-width="140px">
69
-            <el-input v-model="doubleReview.vascular_access_desc"></el-input>
74
+          <el-form-item label="差错描述 : " label-width="3.4rem">
75
+            <el-input
76
+              class="doubleInput"
77
+              v-model="doubleReview.vascular_access_desc"
78
+            ></el-input>
70 79
           </el-form-item>
71 80
         </el-form>
72 81
         <el-form
73 82
           :inline="true"
74 83
           class="demo-form-inline"
75 84
           :model="doubleReview"
76
-          label-width="140px"
85
+          label-width="3.4rem"
77 86
         >
78 87
           <el-form-item label="管道连接核查 : ">
79 88
             <!--<el-radio-group v-model="form.condition">-->
@@ -85,8 +94,9 @@
85 94
             >
86 95
             <!--</el-radio-group>-->
87 96
           </el-form-item>
88
-          <el-form-item label="差错描述 : " label-width="140px">
97
+          <el-form-item label="差错描述 : " label-width="3.4rem">
89 98
             <el-input
99
+              class="doubleInput"
90 100
               v-model="doubleReview.pipeline_connection_desc"
91 101
             ></el-input>
92 102
           </el-form-item>
@@ -97,7 +107,7 @@
97 107
           <div class="content">
98 108
             <span
99 109
               class="text"
100
-              style="width: 160px"
110
+              style="width: 3.4rem"
101 111
               @click="selectCheckTimeAction"
102 112
               >{{ check_time_str }}</span
103 113
             >
@@ -109,7 +119,7 @@
109 119
           :inline="true"
110 120
           class="demo-form-inline"
111 121
           :model="doubleReview"
112
-          label-width="160px"
122
+          label-width="3.4rem"
113 123
         >
114 124
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.creater != 0">
115 125
             {{ getFirstCheckDesc() }}
@@ -542,12 +552,16 @@ export default {
542 552
 }
543 553
 </style>
544 554
 <style lang="scss">
545
-.el-radio__inner {
546
-  @media only screen and (min-width: 768px) {
547
-    width: 20px;
548
-    height: 20px;
555
+.doubleForm {
556
+  .el-radio__inner {
557
+    @media only screen and (min-width: 768px) {
558
+      width: 26px;
559
+      height: 26px;
560
+      margin-bottom: 4px;
561
+    }
549 562
   }
550 563
 }
564
+
551 565
 .el-radio__input {
552 566
   @media only screen and (min-width: 768px) {
553 567
     margin-top: -6px;
@@ -558,4 +572,9 @@ export default {
558 572
     font-size: 0.45rem;
559 573
   }
560 574
 }
575
+.doubleInput {
576
+  .el-input__inner {
577
+    font-size: 0.45rem;
578
+  }
579
+}
561 580
 </style>

+ 9 - 6
src/pages/main/dialog/OrdersDialog.vue Целия файл

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div>
3 3
     <div class="Dialog" v-show="index==0" style="width: 11.8rem;">
4
-      <div class="DialogTit" @click="$emit('orderDialog')">
5
-        <span class="iconfont">&#xe6e9;</span>
4
+      <div class="DialogTit">
5
+        <span class="iconfont" @click="$emit('orderDialog')">&#xe6e9;</span>
6 6
         <h1 class="name">临时医嘱</h1>
7 7
         <span class="success">&nbsp;</span>
8 8
       </div>
@@ -20,7 +20,7 @@
20 20
           v-if="isShowMofifyExce"
21 21
           @click="modifyExecAdvice"
22 22
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) }"
23
-        >修改</span>
23
+        >执行</span>
24 24
         <span
25 25
           v-if="template_id != 6"
26 26
           @click="checkAdvice"
@@ -53,9 +53,9 @@
53 53
             <table class="table">
54 54
               <tr @click="cancelAdviceSelect">
55 55
                 <th width="8%">开嘱医生</th>
56
-                <th width="16%">开始时间</th>
57
-                <th width="44%">医嘱内容</th>
58
-                <th width="16%">执行时间</th>
56
+                <th width="12%">开始时间</th>
57
+                <th width="52%">医嘱内容</th>
58
+                <th width="12%">执行时间</th>
59 59
                 <th width="8%">执行护士</th>
60 60
                 <th v-if="template_id != 6" width="8%">核对人员</th>
61 61
               </tr>
@@ -1386,6 +1386,9 @@
1386 1386
 }
1387 1387
 .table {
1388 1388
   width: 1200px;
1389
+  @media only screen and (max-width: 767px) {
1390
+      width: 800px;
1391
+    }
1389 1392
   tr {
1390 1393
     th {
1391 1394
       background: $main-color;