1 год назад
Родитель
Сommit
16baa5e86a

+ 7 - 2
src/views/preparation/report/PreparationReport.vue

@@ -87,10 +87,15 @@ export default {
           dataIndex: 'num'
         },
         {
-          title: '费用',
+          title: '费用预算',
           width: 120,
           dataIndex: 'totalFee'
         },
+        {
+          title: '实际费用',
+          width: 120,
+          dataIndex: 'totalActualFee'
+        },
         {
           title: '操作',
           key: 'action',
@@ -165,7 +170,7 @@ export default {
             }
           },
           {
-            name: '费用',
+            name: '费用预算',
             type: 'line',
             data: this.chartsData1.map(item => item.totalFee),
             yAxisIndex: 1,

+ 7 - 1
src/views/preparation/report/modules/Detail.vue

@@ -60,11 +60,17 @@ export default {
           dataIndex: 'positionName'
         },
         {
-          title: '费用(元)',
+          title: '费用预算',
           checked: true,
           width: '150',
           dataIndex: 'fee'
         },
+        {
+          title: '实际费用',
+          checked: true,
+          width: '150',
+          dataIndex: 'actualFee'
+        },
         {
           title: '报修时间',
           checked: true,