ソースを参照

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>