| | |
| | | v-model="form.password" |
| | | v-model:visible="form.passwordVisible" |
| | | @focus="form.showKeyboard = true" |
| | | @close="form.showKeyboard = false" |
| | | tips="请输入6位操作密码" |
| | | desc="明细需输入操作密码才能查看" |
| | | :length="6" |
| | |
| | | v-model="form.password" |
| | | v-model:visible="form.showKeyboard" |
| | | @blur="form.showKeyboard = false" |
| | | :custom-key="['']" |
| | | > |
| | | </nut-number-keyboard> |
| | | </template> |
| | |
| | | v-model="form.password" |
| | | v-model:visible="form.passwordVisible" |
| | | @focus="form.showKeyboard = true" |
| | | @close="form.showKeyboard = false" |
| | | tips="请输入6位操作密码" |
| | | desc="明细需输入操作密码才能查看" |
| | | :length="6" |
| | |
| | | v-model="form.password" |
| | | v-model:visible="form.showKeyboard" |
| | | @blur="form.showKeyboard = false" |
| | | :custom-key="['']" |
| | | > |
| | | </nut-number-keyboard> |
| | | </template> |