瀏覽代碼

成本分配表-小数位数控制

jbb 2 年之前
父節點
當前提交
067253fc0e
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/views/cost-allocation-total/modal/ingRemQuaModal.vue

+ 6 - 1
src/views/cost-allocation-total/modal/ingRemQuaModal.vue

@@ -62,7 +62,12 @@ export default {
           title: '单位成本',
           dataIndex: 'unitCost',
           width: 120,
-          className: 'replacecolor'
+          className: 'replacecolor',
+          customRender: (text, record, index) => {
+            if(text!==''&&text){
+              return Number(text).toFixed(4)
+            }
+          },
         },
         {
           title: '总成本',