seimin 1 year ago
parent
commit
3f54123291

+ 2 - 6
pages/endOrderSignBlood/endOrderSignBlood.vue

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

+ 2 - 6
pages/startOrderSignBloodDetail/startOrderSignBloodDetail.vue

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