update src/views/machine/accessControlInoutLang.js.

Signed-off-by: 五老峰 <wuhaof@163.com>
This commit is contained in:
五老峰 2026-05-11 02:30:51 +00:00 committed by Gitee
parent 8a1d70bb01
commit f9ad83ce05
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -29,7 +29,9 @@ export const messages = {
face: 'Face',
key: 'Key',
qrcode: 'QR Code',
password: 'Password'
password: 'Password',
appRemote: 'Remote',
other: 'Other'
},
state: {
success: 'Success',
@ -67,7 +69,9 @@ export const messages = {
face: '人脸开门',
key: '钥匙开门',
qrcode: '二维码开门',
password: '密码开门'
password: '密码开门',
appRemote: '远程开门',
other: '其他'
},
state: {
success: '开门成功',