Selaa lähdekoodia

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 vuotta sitten
vanhempi
commit
72127241b7

+ 1 - 1
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue Näytä tiedosto

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