From f9ad83ce054797ee75abbc285822e6d1970c2ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=94=E8=80=81=E5=B3=B0?= Date: Mon, 11 May 2026 02:30:51 +0000 Subject: [PATCH 1/2] update src/views/machine/accessControlInoutLang.js. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 五老峰 --- src/views/machine/accessControlInoutLang.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: '开门成功', From 6ff576680f0341699db4440b663d1cfb43eca554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=94=E8=80=81=E5=B3=B0?= Date: Mon, 11 May 2026 02:31:42 +0000 Subject: [PATCH 2/2] update src/views/machine/accessControlInoutList.vue. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 五老峰 --- src/views/machine/accessControlInoutList.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 @@ -