Merge branch 'abp' of https://gitee.com/ccnetcore/Yi into abp

This commit is contained in:
橙子
2024-01-05 00:04:48 +08:00
4 changed files with 120 additions and 13 deletions

View File

@@ -320,10 +320,10 @@ const fileRef = ref(null);
const handleImport = async () => {
fileRef.value.click();
};
const currentType = ref("Defalut");
const currentType = ref("Default");
const typeOptions = [
{
value: "Defalut",
value: "Default",
label: "默认",
},
{