whj преди 1 година
родител
ревизия
3bb425580c
променени са 2 файла, в които са добавени 9 реда и са изтрити 4 реда
  1. 7 2
      src/views/preparation/report/PreparationReport.vue
  2. 2 2
      src/views/preparation/report/PreparationReportPie.vue

+ 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'
         },