From 1922a6ffe7cc81ef5d43a5a87ecb94f1e1d84f5c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期四, 10 七月 2025 14:26:28 +0800 Subject: [PATCH] no message --- zy-asrs-admin/src/components/print/orderPrint/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zy-asrs-admin/src/components/print/orderPrint/index.vue b/zy-asrs-admin/src/components/print/orderPrint/index.vue index b18c231..d77db27 100644 --- a/zy-asrs-admin/src/components/print/orderPrint/index.vue +++ b/zy-asrs-admin/src/components/print/orderPrint/index.vue @@ -41,7 +41,7 @@ </script> <template> - <a-modal v-model:open="open" :title="formatMessage('', '璁㈠崟鎵撳嵃')" @ok="handleOk" :width="'60%'" v-if="open"> + <a-modal v-model:open="open" :title="formatMessage('', '璁㈠崟鎵撳嵃')" @ok="handleOk" :width="'80%'" v-if="open"> <div style="height: 500px;overflow-x: hidden;overflow-y: scroll;"> <div style="margin-top: 20px;"> <Component :is="template[selectTemplate]" ref="printChild" :list="printData" :repeatNum="repeatNum" :orderNo="orderNo" :data="data"/> -- Gitblit v1.9.1