|
@@ -15,7 +15,7 @@
|
15
|
15
|
<view class="name">种类数:{{item.drugsTypeCount}}</view>
|
16
|
16
|
<view class="value">总数:{{item.drugsCount}}</view>
|
17
|
17
|
</view>
|
18
|
|
- <view class="bodyColumn" v-if="config.showDrugsBagTypeCount == 1">
|
|
18
|
+ <view class="bodyColumn">
|
19
|
19
|
<view class="name">发药科室:{{item.launch ? item.launch.dept : ''}}</view>
|
20
|
20
|
<view class="value">打印时间:{{item.creatTime}}</view>
|
21
|
21
|
</view>
|