瀏覽代碼

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

csx 3 年之前
父節點
當前提交
4b857bbc47
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/xt_pages/hospitalStation/components/chargeMonthPrescriptionTable.vue

+ 1 - 3
src/xt_pages/hospitalStation/components/chargeMonthPrescriptionTable.vue 查看文件

@@ -93,9 +93,7 @@
93 93
         <template slot-scope="scope">
94 94
           <div style="display:flex;">
95 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 98
           </div>
101 99
         </template>