From 68bd13df77290fb5c150769f22a321829adedaac Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Thu, 23 Jan 2025 11:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E5=85=B3=E6=9C=BA=E5=AD=97=E5=8F=B7=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index dfc3175..c5fc7ad 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -278,7 +278,7 @@ { consumableStore.setIdCardInfo(projectInfo) //显示部分id卡信息。 项目名称,过期时间,批次号 idCardInserted.value = true + //接收端是用v-html处理 idCardMessage.value = `
@@ -474,8 +475,7 @@ const handleAppEvent = (data: AppEventMessage['data']) => {
批次号:
${projectInfo.lotId}
过期时间:
${formatDate(projectInfo.expiryDate)}
-
id卡已插入,是否保存?
-

` + ` } else if (data.typeName === 'AppIDCardUnmountEvent') { consumableStore.setIdCardInserted(false) consumableStore.setIdCardInfo(null) @@ -1121,7 +1121,7 @@ watch( .pd-5{ padding: 0 5px; - font-size: 25px; + font-size: 28px; } .loading-overlay {