From 627bcd8153bf8cf7b3ea52ec8fa1ab4766d3c9a8 Mon Sep 17 00:00:00 2001 From: Lazy <2211717435@qq.com> Date: Tue, 9 Apr 2024 17:05:13 +0800 Subject: [PATCH] Update FileManager.vue --- frontend/src/widgets/instance/FileManager.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/widgets/instance/FileManager.vue b/frontend/src/widgets/instance/FileManager.vue index 898e70e6..3a3894de 100644 --- a/frontend/src/widgets/instance/FileManager.vue +++ b/frontend/src/widgets/instance/FileManager.vue @@ -198,17 +198,17 @@ const menuList = (record: DataType) => key: "new", icon: h(PlusOutlined), children: [ - { - label: t("TXT_CODE_1e0b63b6"), - key: "newFile", - icon: h(FileOutlined), - onClick: () => touchFile() - }, { label: t("TXT_CODE_cfc657db"), key: "newFolder", icon: h(FolderOutlined), onClick: () => touchFile(true) + }, + { + label: t("TXT_CODE_1e0b63b6"), + key: "newFile", + icon: h(FileOutlined), + onClick: () => touchFile() } ], condition: () => !isMultiple.value