seimin 1 anno fa
parent
commit
3f54123291

+ 2 - 6
pages/endOrderSignBlood/endOrderSignBlood.vue

@@ -33,7 +33,7 @@
33 33
         <view class="list_bottom_wrap" v-for="(v3, i3) of v2.children" :key="i3" @click="v3.checked = !v3.checked">
34 34
           <view class="list_bottom">
35 35
             <view class="title1 ellipsis">
36
-              <text class="ellipsis flex1">{{v3.bloodCode}}</text>
36
+              <text class="ellipsis">{{v3.bloodCode}}</text>
37 37
               <text>{{v3.volume}}{{v3.unit}}</text>
38 38
             </view>
39 39
             <view class="title2">
@@ -54,7 +54,7 @@
54 54
                   <text class="ml16">RH(D):{{v4.rhType}}</text>
55 55
                 </view>
56 56
                 <view>
57
-                  <text>{{v4.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
57
+                  <text>失效时间:{{v4.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
58 58
                   <!-- <text class="zhi">至</text> -->
59 59
                   <!-- <text></text> -->
60 60
                 </view>
@@ -329,10 +329,6 @@
329 329
       text-overflow: ellipsis;
330 330
     }
331 331
 
332
-    .flex1{
333
-      flex: 1;
334
-    }
335
-
336 332
     .Scanning_top_top {
337 333
       .Scanning_top_icon {
338 334
         width: 140rpx;

+ 2 - 6
pages/startOrderSignBloodDetail/startOrderSignBloodDetail.vue

@@ -20,7 +20,7 @@
20 20
         <view class="list_bottom_wrap" v-for="(v3, i3) of v2.children" :key="i3" @click="v3.checked = !v3.checked">
21 21
           <view class="list_bottom">
22 22
             <view class="title1 ellipsis">
23
-              <text class="ellipsis flex1">{{v3.bloodCode}}</text>
23
+              <text class="ellipsis">{{v3.bloodCode}}</text>
24 24
               <text>{{v3.volume}}{{v3.unit}}</text>
25 25
             </view>
26 26
             <view class="title2">
@@ -41,7 +41,7 @@
41 41
                   <text class="ml16">RH(D):{{v4.rhType}}</text>
42 42
                 </view>
43 43
                 <view>
44
-                  <text>{{v4.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
44
+                  <text>失效时间:{{v4.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
45 45
                   <!-- <text class="zhi">至</text> -->
46 46
                   <!-- <text></text> -->
47 47
                 </view>
@@ -180,10 +180,6 @@
180 180
       text-overflow: ellipsis;
181 181
     }
182 182
 
183
-    .flex1{
184
-      flex: 1;
185
-    }
186
-
187 183
     .Scanning_top {
188 184
       margin-top: 16rpx;
189 185
       background-color: #fff;