mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-17 15:59:41 +08:00
Update FileManager.vue
This commit is contained in:
parent
cc5b606807
commit
627bcd8153
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user