see999 3 年 前
コミット
5bb8bf1854
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue ファイルの表示

@@ -52,7 +52,7 @@
52 52
                     <tr v-for="(it,index) in item.project" :key="index">
53 53
                         <td>{{index+1}}</td>
54 54
                         <td>{{it.type == 2 ? it.project.project_name : it.good_info.good_name}}</td>
55
-                        <td>{{it.single_dose}}</td>
55
+                        <td>{{it.count}}</td>
56 56
                         <td>{{getUnit(it.unit)}}</td>
57 57
                         <td>{{it.price}}</td>
58 58
                         <td></td>