Update FileManager.vue

This commit is contained in:
Lazy 2024-04-09 17:05:13 +08:00
parent cc5b606807
commit 627bcd8153

View File

@ -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