优化文件类型

This commit is contained in:
kuaifan 2021-12-11 23:38:45 +08:00
parent f6035de548
commit 85fcc28662

View File

@ -540,7 +540,7 @@ export default {
if (type) {
return h('AutoTip', type.name);
} else {
return h('div', '-')
return h('div', (row.ext || row.type).replace(/^\S/, s => s.toUpperCase()))
}
}
},