Pārlūkot izejas kodu

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

jbb 2 gadi atpakaļ
vecāks
revīzija
067253fc0e

+ 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: '总成本',