From 04d10bce51a6272d02a4a0f1b05a4f64bf73f273 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 05 8月 2025 16:48:03 +0800
Subject: [PATCH] 休眠10秒 ,2秒改为10秒 【Editby shaocx,2025-08-05】

---
 LA24030_LuLiPackageLine_Pda/components/buttonModal.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue b/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue
index 474d492..e2e5817 100644
--- a/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue
+++ b/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue
@@ -8,7 +8,8 @@
 
 		</view>
 		<view v-if="subShow" class="flex justify-around transition" style="padding-top: 10rpx;">
-			<button class="width95 bg-f18202" @click="$emit('submit')">{{garmenTitle}}</button>
+			<button class="width45 bg-f18202" @click="$emit('submit')">{{garmenTitle}}</button>
+			<button class="width45 bg-grey" @click="$emit('reset')">鏁村寘NG涓嬬嚎</button>
 		</view>
 		<view v-if="empTytowerShow" class="flex justify-around transition">
 			<button class="width45 bg-grey" @click="$emit('reset')">{{cleaningTitle}}</button>
@@ -113,6 +114,6 @@
 // 	// font-size: 16px !important;
 // }
 uni-button{
-	padding-right: 10px !important;
+	padding-right: 5px !important;
 }
 </style>

--
Gitblit v1.9.3