From 76bee36dc9da0e09276f93d03c424e07e9608ea3 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 23 四月 2025 13:45:43 +0800
Subject: [PATCH] test: 绞线参数测试

---
 src/pages/production/twist/receive/plate/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/production/twist/receive/plate/index.vue b/src/pages/production/twist/receive/plate/index.vue
index a5c6432..a49fb1a 100644
--- a/src/pages/production/twist/receive/plate/index.vue
+++ b/src/pages/production/twist/receive/plate/index.vue
@@ -8,7 +8,7 @@
       @query="getList"
     >
       <template #top>
-        <CardTitle title="鐩樺叿棰嗙敤" :hideAction="true" @action="addReport" />
+        <CardTitle title="鐩樺叿棰嗙敤" :hideAction="true" :full="false" @action="addReport" />
       </template>
       <wd-card v-for="(item, index) in cardList" :key="index" type="rectangle" custom-class="round">
         <template #title>

--
Gitblit v1.9.3