|
@@ -30,7 +30,7 @@ import axios from 'axios'
|
30
|
30
|
import { getAllDoctorList, getAllHisPatientList } from '@/api/project/project'
|
31
|
31
|
import { getPrivateExpenses, getPrivateExpensesOrder, getPrivateExpensesTwo } from '@/api/his/his'
|
32
|
32
|
import Print9919 from './print9919.vue'
|
33
|
|
-import printJS from "print-js";
|
|
33
|
+import print from "print-js";
|
34
|
34
|
export default {
|
35
|
35
|
name: 'dialysisPrintOrder',
|
36
|
36
|
components: {
|