Browse Source

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

jbb 2 năm trước cách đây
mục cha
commit
179172da35
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/views/cost-allocation-total/modal/fabRemQuaModal.vue

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