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