seimin 1 周之前
父节点
当前提交
b6be94d73b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/newDrug/list.vue

+ 1 - 1
pages/newDrug/list.vue

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