|
@@ -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;
|