Browse Source

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

csx 5 years ago
parent
commit
b9b2db4f40

+ 2 - 2
src/pages/main/PatientBox.vue View File

@@ -5,7 +5,7 @@
5 5
       <!-- <router-link :to="{path:'/details',  query: {patient_id: patient.patient_id, date: patient.schedule_date}}"> -->
6 6
       <div class="kehu">
7 7
 
8
-        <div style="position: relative;" class="tx">
8
+        <div style="position: relative;flex:2;" class="tx">
9 9
             <img :src="patient.patient.avatar.length > 0 ? patient.patient.avatar : '../../assets/product/test.jpg'"
10 10
                  alt="">
11 11
             <span class="redpoint" v-if="getStatus(patient)">{{getUnReadNum(patient) > 99?getUnReadNum(patient)+"+":getUnReadNum(patient)}}</span>
@@ -16,7 +16,7 @@
16 16
 
17 17
           </div>
18 18
         </div>
19
-        <div class="online" v-show="computeState(patient) != 4">
19
+        <div class="online" style="flex:1.3;" v-show="computeState(patient) != 4">
20 20
           <p :class="stateColor(patient)">{{stateText(patient)}}</p>
21 21
           <!-- <span class="time">剩余时间 : 90:08</span>     -->
22 22
         </div>

+ 4 - 4
src/pages/main/today/acceptsAssessment.vue View File

@@ -19,9 +19,9 @@
19 19
           <label>体位 : </label>
20 20
           <span class="content">{{posture}}</span>
21 21
         </li>
22
-      </ul>
22
+      <!-- </ul>
23 23
 
24
-      <ul>
24
+      <ul> -->
25 25
         <li style="height: 0.6rem;" v-if="isShow('病人食欲')">
26 26
           <label>病人食欲 : </label>
27 27
           <span class="content">{{appetite}}</span>
@@ -39,11 +39,11 @@
39 39
           <span class="content">{{intakes}}</span>
40 40
         </li>
41 41
 
42
-      </ul>
42
+      <!-- </ul>
43 43
 
44 44
 
45 45
 
46
-      <ul >
46
+      <ul > -->
47 47
         <li style="height: 0.6rem;" v-if="isShow('营养状况')">
48 48
           <label>营养状况:</label>
49 49
           <span class="content">{{nutritions}}</span>

+ 4 - 4
src/pages/main/today/assessmentAfter.vue View File

@@ -55,9 +55,9 @@
55 55
           <span id="xgtlcz" class="content">{{blood_access_opera}}</span>
56 56
         </li>
57 57
 
58
-      </ul>
58
+      <!-- </ul>
59 59
 
60
-      <ul>
60
+      <ul> -->
61 61
         <li v-if="isShow('体重减少')">
62 62
           <label for="tzjs">体重减少 : </label>
63 63
           <span class="content" id="tzjs">{{weight_loss?weight_loss:''}}</span>
@@ -114,10 +114,10 @@
114 114
           <label for="bzh">拔针后穿刺点渗血: </label>
115 115
           <span id="bzh" class="content">{{puncture_point_oozing_blood_name}}</span>
116 116
         </li>
117
-      </ul>
117
+      <!-- </ul>
118 118
 
119 119
 
120
-      <ul >
120
+      <ul > -->
121 121
         <li v-if="isShow('透析过程')">
122 122
           <label for="tw">透析过程 : </label>
123 123
           <span class="content" id="tw" v-if="this.record.dialysis_process == 1">完成</span>

+ 6 - 6
src/pages/main/today/assessmentBefore.vue View File

@@ -43,8 +43,8 @@
43 43
         </li>
44 44
 
45 45
 
46
-      </ul>
47
-      <ul>
46
+      <!-- </ul>
47
+      <ul> -->
48 48
         <li v-if="isShow('体温')">
49 49
           <label>体温 : </label>
50 50
           <span class="content">{{ temperature?temperature:''}}</span>
@@ -76,9 +76,9 @@
76 76
           <span class="unit"></span>
77 77
         </li>
78 78
 
79
-      </ul>
79
+      <!-- </ul>
80 80
 
81
-      <ul>
81
+      <ul> -->
82 82
 
83 83
         <li v-if="isShow('透析机型号')">
84 84
           <label>透析机型号: </label>
@@ -108,12 +108,12 @@
108 108
           <span class="content">{{getVenousCatheterization(this.record.venous_catheterization)}}</span>
109 109
           <span class="unit"> </span>
110 110
         </li>
111
-
111
+<!-- 
112 112
       </ul>
113 113
 
114 114
 
115 115
 
116
-      <ul >
116
+      <ul > -->
117 117
         <li style="height: 0.6rem;" v-if="isShow('位置')">
118 118
           <label>位置:</label>
119 119
           <span class="content" v-if="this.record.venous_catheterization_part != -1">{{getVenousCatheterizationPart(this.record.venous_catheterization_part)}}</span>

+ 6 - 6
src/pages/main/today/dialysisPrescription.vue View File

@@ -33,8 +33,8 @@
33 33
           <span class="content">{{glucose != '0'?glucose:""}}</span>
34 34
           <span class="unit">{{glucose != '0'?"mmol/l":""}}</span>
35 35
         </li>
36
-      </ul>
37
-      <ul>
36
+      <!-- </ul>
37
+      <ul> -->
38 38
         <li v-if="isShow('透析时长')">
39 39
           <label>透析时长 : </label>
40 40
           <span class="content">{{dialysis_duration != '0'?dialysis_duration:""}}</span>
@@ -68,8 +68,8 @@
68 68
           <span class="content">{{dialysate_temperature != '0'?dialysate_temperature:""}}</span>
69 69
           <span class="unit">{{dialysate_temperature != '0'?"℃":""}}</span>
70 70
         </li>
71
-      </ul>
72
-      <ul>
71
+      <!-- </ul>
72
+      <ul> -->
73 73
         <li v-if="isShow('血流量')">
74 74
           <label>血流量 : </label>
75 75
           <span class="content">{{blood_flow_volume != '0'?blood_flow_volume:''}}</span>
@@ -99,8 +99,8 @@
99 99
           <span class="content">{{conductivity != '0'?conductivity:""}}</span>
100 100
           <span class="unit">{{conductivity != '0'?"mS/cm":""}}</span>
101 101
         </li>
102
-      </ul>
103
-      <ul>
102
+      <!-- </ul>
103
+      <ul> -->
104 104
         <li v-if="isShow('透析器/灌流器')">
105 105
           <label>透析器/灌流器 : </label>
106 106
           <span class="content">{{dialyzer_perfusion_apparatus}}</span>

+ 2 - 0
src/styles/style.scss View File

@@ -81,6 +81,8 @@
81 81
       li {
82 82
         font-size: 0.34rem;
83 83
         line-height: 0.62rem;
84
+        float: left;
85
+        width: 5.6rem;
84 86
         .content {
85 87
           color: $main-color;
86 88
         }