Min 2 年 前
コミット
72bf401764

+ 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">