diff --git a/src/views/machine/accessControlInoutLang.js b/src/views/machine/accessControlInoutLang.js index e1561bf6c..edee8702c 100644 --- a/src/views/machine/accessControlInoutLang.js +++ b/src/views/machine/accessControlInoutLang.js @@ -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: '开门成功', diff --git a/src/views/machine/accessControlInoutList.vue b/src/views/machine/accessControlInoutList.vue index e229b5ab3..1c20ace51 100644 --- a/src/views/machine/accessControlInoutList.vue +++ b/src/views/machine/accessControlInoutList.vue @@ -1,4 +1,4 @@ -