Browse Source

成本分配-修改小数位数

jbb 2 years ago
parent
commit
31e9b74713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportForms/cost-allocation-table/tabs.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table/tabs.vue

@@ -323,7 +323,7 @@ export default {
           className: 'replacecolor',
           customRender: (text, record, index) => {
             if(text!==''&&text){
-              return Number(text).toFixed(2)
+              return Number(text).toFixed(4)
             }
           },
         },