Browse Source

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

csx 3 years ago
parent
commit
4b857bbc47

+ 1 - 3
src/xt_pages/hospitalStation/components/chargeMonthPrescriptionTable.vue View File

93
         <template slot-scope="scope">
93
         <template slot-scope="scope">
94
           <div style="display:flex;">
94
           <div style="display:flex;">
95
             <!--<el-input v-model="scope.row.total" placeholder="" readonly></el-input>-->
95
             <!--<el-input v-model="scope.row.total" placeholder="" readonly></el-input>-->
96
-            {{scope.row.total}}
97
-
98
-            <div>{{scope.row.unit}}</div>
96
+            {{scope.row.total}} {{scope.row.unit}}
99
 
97
 
100
           </div>
98
           </div>
101
         </template>
99
         </template>