优化文件类型
This commit is contained in:
parent
f6035de548
commit
85fcc28662
@ -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()))
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user