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>