|
@@ -66,6 +66,8 @@ import ReportApprove from './workflow/ReportApprove.vue';
|
|
|
import ExcelReport from './client/ExcelReport.vue';
|
|
import ExcelReport from './client/ExcelReport.vue';
|
|
|
import DateExcelReport from './client/DateExcelReport.vue';
|
|
import DateExcelReport from './client/DateExcelReport.vue';
|
|
|
import DelegationReport from './client/DelegationReport.vue';
|
|
import DelegationReport from './client/DelegationReport.vue';
|
|
|
|
|
+import PrintTemp from '../src/customer/printTemp/index.vue';
|
|
|
|
|
+import PrintCard from '../src/print/PrintCard.vue';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -125,4 +127,6 @@ export {
|
|
|
ExcelReport,
|
|
ExcelReport,
|
|
|
DateExcelReport,
|
|
DateExcelReport,
|
|
|
DelegationReport,
|
|
DelegationReport,
|
|
|
|
|
+ PrintTemp,
|
|
|
|
|
+ PrintCard,
|
|
|
};
|
|
};
|