소스 검색

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>