From 0a6a2ed0a5c1b4dd3107aff50cf2cd77cc769c89 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Tue, 28 Feb 2023 10:32:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E5=B7=B2=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E9=A1=B5=E9=9D=A2=E7=9A=84HTTP=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/installed/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index 016a17540..a8fbdc69f 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -114,10 +114,10 @@
{{ $t('app.version') }}:{{ installed.version }} - HTTP{{ $t('app.port') }}:{{ installed.httpPort }} +
{{ $t('app.areadyRun') }}: {{ getAge(installed.createdAt) }}