From 39fe8d064f84088d1f8a897495fa05baf671bba8 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 10 十一月 2025 18:34:48 +0800
Subject: [PATCH] fix: bug
---
apps/underTakeMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/apps/underTakeMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue b/apps/underTakeMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue
index d5d5753..f49d064 100644
--- a/apps/underTakeMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue
+++ b/apps/underTakeMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue
@@ -40,6 +40,7 @@
v-model="form.password"
v-model:visible="form.passwordVisible"
@focus="form.showKeyboard = true"
+ @close="form.showKeyboard = false"
tips="璇疯緭鍏�6浣嶆搷浣滃瘑鐮�"
desc="鏄庣粏闇�杈撳叆鎿嶄綔瀵嗙爜鎵嶈兘鏌ョ湅"
:length="6"
@@ -50,6 +51,7 @@
v-model="form.password"
v-model:visible="form.showKeyboard"
@blur="form.showKeyboard = false"
+ :custom-key="['']"
>
</nut-number-keyboard>
</template>
--
Gitblit v1.9.1