wyh 1 year ago
parent
commit
42aec7caa3
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/views/module_kzks/projectCostList/ProjectCostList.vue

+ 9 - 9
src/views/module_kzks/projectCostList/ProjectCostList.vue

@@ -569,15 +569,15 @@ import { number } from 'echarts';
               return record.id === 'amount'?null:(Number(text)/10000).toFixed(2)
             },
           },
-          // {
-          //   title:'材料预算',
-          //   align:"center",
-          //   width: 80,
-          //   dataIndex: 'clys',
-          //   customRender: (text) => {
-          //     return Number(text).toFixed(2)
-          //   },
-          // },
+          {
+            title:'材料预算',
+            align:"center",
+            width: 80,
+            dataIndex: 'clys',
+            customRender: (text) => {
+              return Number(text).toFixed(2)
+            },
+          },
           {
             title:'材料费',
             align:"center",