From c7a65630bf97706554c68c269403d672bde52ca9 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 18 一月 2025 14:57:26 +0800
Subject: [PATCH] 完成随访记录

---
 package.json |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index ef03aa5..dd468b3 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
 	"license": "MIT",
 	"scripts": {
 		"dev": "vite --force",
+		"dev:prod": "vite --force --mode production",
 		"build": "vite build",
 		"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
 	},
@@ -21,9 +22,11 @@
 		"echarts-gl": "^2.0.9",
 		"echarts-wordcloud": "^2.1.0",
 		"element-plus": "^2.6.1",
+		"html2canvas": "^1.4.1",
 		"html2pdf.js": "^0.10.2",
 		"js-cookie": "^3.0.5",
 		"js-table2excel": "^1.1.2",
+		"jspdf": "^2.5.2",
 		"jsplumb": "^2.15.6",
 		"mitt": "^3.0.1",
 		"nprogress": "^0.2.0",

--
Gitblit v1.8.0