新增一体机附件上传
This commit is contained in:
@@ -23,6 +23,11 @@ const fileAbbreviation = computed(() => {
|
||||
'text/markdown': 'MD',
|
||||
'text/plain': 'TXT',
|
||||
'text/html': 'HTML',
|
||||
'xls': 'XLS',
|
||||
'xlsx': 'XLSX',
|
||||
'pdf': 'PDF',
|
||||
'ppt': 'PPT',
|
||||
'pptx': 'PPTX',
|
||||
};
|
||||
return typeMap[props.type] || 'OTHER';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user