李志伟 3 lat temu
rodzic
commit
0ed5c76dd7

+ 1
- 1
src/pages/JobStatistics/Order/index.jsx Wyświetl plik

@@ -7,7 +7,7 @@ import { getOrderList } from '@/services/order'
7 7
 import MachinetySelect from '@/components/MachinetySelect';
8 8
 import { getMachineryTypeList } from '@/services/machineryType';
9 9
 import { getCooperativeList } from '@/services/cooperative';
10
-import { getevaluation } from '@/services/eval'
10
+import { getevaluation } from '@/services/evaluation'
11 11
 
12 12
 const formatterTime = (val) => {
13 13
   return val ? moment(val).format('YYYY-MM-DD') : '';

src/services/eval.js → src/services/evaluation.js Wyświetl plik