whj 1 год назад
Родитель
Сommit
3bb425580c

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

@@ -82,10 +82,15 @@ export default {
           }
         },
         {
-          title: '数',
+          title: '数',
           width: 120,
           dataIndex: 'num'
         },
+        {
+          title: '费用',
+          width: 120,
+          dataIndex: 'totalFee'
+        },
         {
           title: '操作',
           key: 'action',
@@ -101,7 +106,7 @@ export default {
           dataIndex: 'statusName'
         },
         {
-          title: '数',
+          title: '数',
           width: 120,
           dataIndex: 'num'
         }

+ 2 - 2
src/views/preparation/report/PreparationReportPie.vue

@@ -84,7 +84,7 @@ export default {
           }
         },
         {
-          title: '数',
+          title: '数',
           width: 120,
           dataIndex: 'num'
         }
@@ -96,7 +96,7 @@ export default {
           dataIndex: 'statusName'
         },
         {
-          title: '数',
+          title: '数',
           width: 120,
           dataIndex: 'num'
         },