From 367001f1277461984f0da2d15d19521b9f87ae3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Wed, 4 Sep 2024 11:02:08 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E5=A4=8D=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E6=98=BE=E7=A4=BAbug=202.=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=A6=96=E9=A1=B5=E5=88=97=E8=A1=A8=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E5=BC=80=E9=94=81=E6=98=BE=E7=A4=BA=203.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E9=92=A5=E5=8C=99=E7=A9=BA=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LockInput/LockInput.vue | 2 +- pages/home/home.vue | 13 +++++++++---- pages/keyDetail/keyDetail.vue | 2 +- pages/keyList/keyList.vue | 7 +++++++ pages/lockDetail/lockDetail.vue | 11 +++++++++++ pages/passwordList/passwordList.vue | 16 ++++++++++++++++ 6 files changed, 45 insertions(+), 6 deletions(-) diff --git a/components/LockInput/LockInput.vue b/components/LockInput/LockInput.vue index 056de2d..7ecf326 100644 --- a/components/LockInput/LockInput.vue +++ b/components/LockInput/LockInput.vue @@ -3,7 +3,7 @@ {{ title }} + maxlength="50" @input="changeInput"> diff --git a/pages/home/home.vue b/pages/home/home.vue index ff29734..74df04d 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -34,10 +34,15 @@ {{lock.lockAlias}} - 已过期 - 余{{lock.days}}天 - 未生效 - 已冻结 + + 已过期 + 余{{lock.days}}天 + 未生效 + 已冻结 + 远程开锁 + + diff --git a/pages/keyDetail/keyDetail.vue b/pages/keyDetail/keyDetail.vue index b5c4035..2da44aa 100644 --- a/pages/keyDetail/keyDetail.vue +++ b/pages/keyDetail/keyDetail.vue @@ -1,7 +1,7 @@