liuyanpeng 2 жил өмнө
parent
commit
f8d80465ae

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.92",
+  "version": "1.0.93",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
@@ -18,7 +18,7 @@
     "ant-design-vue": "^3.2.15",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "3.0.81",
+    "client-base-v4": "3.0.82",
     "client-dic-v3": "^3.0.10",
     "client-eam-v3": "^3.0.43",
     "client-role-v3": "^3.0.9",

+ 2 - 0
src/routes/route-base-v4.js

@@ -55,6 +55,7 @@ import {
     PrintCard,
     DataArchive,
     ArchivalRecord,
+    ExcelImport,
 } from 'client-base-v4/dist/client-base-v4.js';
 
 
@@ -354,6 +355,7 @@ const router = [
     { path: '/excelReport/:processReportNo', component: ExcelReport },
     { path: '/dateExcelReport/:processReportNo', component: DateExcelReport },
     { path: '/desktop/delegationReport', component: DelegationReport },
+    { path: '/desktop/excelImport', component: ExcelImport },
 ];
 
 export default router;