Min 2 년 전
부모
커밋
72bf401764
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -282,7 +282,7 @@
                 
                 <el-table-column  :label="$t('totalcostos')"  width="100" align="right">
                   <template slot-scope="scope">
-                         {{scope.row.allCost.toFixed(2)}}
+                         {{scope.row.allCost}}
                     </template>
                 </el-table-column>
                 <el-table-column  :label="$t('costdetail')"  width="100" align="right">
@@ -983,7 +983,7 @@
                 </el-table-column>
                 <el-table-column prop="amount" :label="$t('amountof')+'('+ $t('tax') +')'"   align="right">
                   <template slot-scope="scope">
-                        {{scope.row.amount.toFixed(2)}}
+                        {{scope.row.amount}}
                     </template>
                 </el-table-column>
                 <el-table-column prop="amount" :label="$t('taxs')"   align="right">