From d7280d66b2c946f5a2c878ab36ba13a0f924e851 Mon Sep 17 00:00:00 2001 From: xue jiahao Date: Tue, 17 Dec 2024 14:13:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E3=83=97=E3=83=AB=20->=20=E5=9B=9E?= =?UTF-8?q?=E5=BE=A9=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/AppVersionManagement.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/AppVersionManagement.vue b/frontend/src/pages/AppVersionManagement.vue index f053ad9..04faafe 100644 --- a/frontend/src/pages/AppVersionManagement.vue +++ b/frontend/src/pages/AppVersionManagement.vue @@ -47,8 +47,7 @@ @@ -119,7 +118,7 @@ const confirmDialog = ref(false); const deleteUserLoading = ref(false); const actionList = ref([ - { label: 'プル', icon: 'flag', action: changeVersion }, + { label: '回復する', icon: 'flag', action: changeVersion }, // { label: 'プレビュー', icon: 'visibility', action: toVersionHistoryPage }, // { separator: true }, // { label: '削除', icon: 'delete_outline', class: 'text-red', action: removeRow },