From e7ac5f3bbfb25c36ec83b6b2de17c121aa90ab89 Mon Sep 17 00:00:00 2001 From: zc Date: Wed, 10 Jun 2026 17:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/barcodePrint/index.vue | 24 ++++++++++++---------- src/views/fullClaim/index.vue | 29 ++++++++++++++------------- src/views/weightManage/LabelPrint.vue | 24 ++++++++++++---------- 3 files changed, 41 insertions(+), 36 deletions(-) diff --git a/src/views/barcodePrint/index.vue b/src/views/barcodePrint/index.vue index fa267c4..17d1c85 100644 --- a/src/views/barcodePrint/index.vue +++ b/src/views/barcodePrint/index.vue @@ -494,18 +494,19 @@ const printLabel = async () => { 标签打印 @@ -640,6 +641,7 @@ defineOptions({ name: 'print' }) font-size: 12px; font-weight: bold; flex: 1; + word-break: break-word; } .qr-code img { diff --git a/src/views/fullClaim/index.vue b/src/views/fullClaim/index.vue index 927cda2..5aacef2 100644 --- a/src/views/fullClaim/index.vue +++ b/src/views/fullClaim/index.vue @@ -218,20 +218,21 @@ const onPrint = async (record: FullWorkOrderResp) => { 标签打印 - +
diff --git a/src/views/weightManage/LabelPrint.vue b/src/views/weightManage/LabelPrint.vue index e58f2b9..1a616ac 100644 --- a/src/views/weightManage/LabelPrint.vue +++ b/src/views/weightManage/LabelPrint.vue @@ -479,18 +479,19 @@ const printLabel = async () => { 标签打印 @@ -646,6 +647,7 @@ defineOptions({ name: 'LabelPrint' }) font-size: 10pt; flex: 1; font-weight: bold; + word-break: break-word; } .qr-code img {