From df3d09db742a9203ac749531e536dcc56f8eb059 Mon Sep 17 00:00:00 2001 From: zhy <17877871893@163.com> Date: Sun, 19 Oct 2025 17:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E6=B2=BB=E5=8C=BA=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/comprehensive/knzzZzqApply/stu.vue | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/views/comprehensive/knzzZzqApply/stu.vue b/src/views/comprehensive/knzzZzqApply/stu.vue index 634e483..1d640d6 100644 --- a/src/views/comprehensive/knzzZzqApply/stu.vue +++ b/src/views/comprehensive/knzzZzqApply/stu.vue @@ -320,6 +320,32 @@ export default { reApplyV: false, reApplyForm: {}, + + printContent: { + id: 'printDiv', + extraCss: '', + extraHead: '', + previewBeforeOpenCallback() { + console.log('正在加载预览窗口') + }, + previewOpenCallback() { + console.log('已经加载完预览窗口') + }, + beforeOpenCallback(vue) { + vue.printLoading = true + console.log('打开之前') + }, + openCallback(vue) { + vue.printLoading = false + console.log('执行了打印') + }, + closeCallback() { + console.log('关闭了打印工具') + }, + clickMounted(vue) { + console.log('点击了打印按钮') + } + }, } }, created() {