Skip to content

Commit

Permalink
Merge pull request #577 from beansmile/feat-remove-upload-filetype
Browse files Browse the repository at this point in the history
feat: 批量上传弹窗文件列表删掉 文件类型 列
  • Loading branch information
ColinLQ authored Dec 25, 2024
2 parents c33f7cb + 01425e0 commit 7e5fe2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/plugin/components/upload/multiple-upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ export default class MultipleUploadDialog extends Vue {
return <span>{(value / 1024 / 1024).toFixed(3) + 'M'}</span>;
}
},
{
prop: 'file.type',
width: 120,
label: this.$t('bean.fileType'),
},
{
prop: 'result.url',
width: 120,
Expand Down

0 comments on commit 7e5fe2a

Please sign in to comment.