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 {