Browse Source

项目成本修改利润和排序等

yuhan 1 year ago
parent
commit
ac09bf35d4
1 changed files with 17 additions and 17 deletions
  1. 17 17
      src/views/module_kzks/projectCostList/ProjectCostList.vue

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

@@ -454,6 +454,15 @@ import { number } from 'echarts';
             },
           },
           {
+            title:'已收款',
+            align:"center",
+            dataIndex: 'taskmoney',
+            scopedSlots: {
+              customRender: 'taskmoney',
+            },
+            // customCell: this.getClickColumn,
+          },
+          {
             title:'合同额',
             align:"center",
             dataIndex: 'contractfpe',
@@ -487,6 +496,14 @@ import { number } from 'echarts';
             },
           },
           {
+            title:'利润率',
+            align:"center",
+            dataIndex: 'lrl',
+            customRender: (text) => {
+              return (Number(text) * 100).toFixed(1) + '%'
+            },
+          },
+          {
             title:'研制数量',
             align:"center",
             dataIndex: 'yzsl'
@@ -500,23 +517,6 @@ import { number } from 'echarts';
             },
           },
           {
-            title:'利润率',
-            align:"center",
-            dataIndex: 'lrl',
-            customRender: (text) => {
-              return Number(text).toFixed(1) + '%'
-            },
-          },
-          {
-            title:'已收款',
-            align:"center",
-            dataIndex: 'taskmoney',
-            scopedSlots: {
-              customRender: 'taskmoney',
-            },
-            // customCell: this.getClickColumn,
-          },
-          {
             title:'单台收入',
             align:"center",
             dataIndex: 'oneIncome',