From 803b93038ca16e21ea60a260ca4ac882b84a87ef Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 18 七月 2025 17:31:53 +0800 Subject: [PATCH] 2025.7.18 监管任务模块 1. 监管场景样式优化; 2. 新增监管场景GIS地图展示(待完成); --- package.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 4b341e9..c219580 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@vueuse/core": "^9.7.0", "axios": "^1.2.1", "dayjs": "^1.11.13", + "docx-preview": "^0.3.5", "docxtemplater": "^3.50.0", "docxtemplater-image-module": "^3.1.0", "docxtemplater-image-module-free": "^1.1.1", @@ -37,6 +38,7 @@ "vue": "^3.2.45", "vue-demi": "^0.14.6", "vue-i18n": "^9.8.0", + "vue-print-nb": "^1.7.5", "vue-router": "^4.1.6", "xlsx": "^0.18.5" }, -- Gitblit v1.9.3