Browse Source

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

XMLWAN 3 years ago
parent
commit
fee7dd6d93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/newTreatTemplate/printTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newTreatTemplate/printTwo.vue View File

41
                         <td>{{subItem.akc226}}</td>
41
                         <td>{{subItem.akc226}}</td>
42
                         <td>{{subItem.akc225}}</td>
42
                         <td>{{subItem.akc225}}</td>
43
                         <td>{{ subItem.akc264}}</td>
43
                         <td>{{ subItem.akc264}}</td>
44
-                        <td :colspan="item.details.length" v-if="index == 0">{{ item.total }}</td>
44
+                        <td :rowspan="item.details.length" v-if="index == 0" style="vertical-align: middle;text-align: center;">{{ item.total.toFixed(2) }}</td>
45
                       </tr>
45
                       </tr>
46
                   </div>
46
                   </div>
47
                   <tr>
47
                   <tr>