|
@@ -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') : '';
|