Ver Fonte

成本分配表-转入数量-单位成本小数位数

jbb há 2 anos atrás
pai
commit
179172da35

+ 5 - 1
src/views/cost-allocation-total/modal/fabRemQuaModal.vue

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