文件选择器添加系统内置文件筛选(功能未完善)

This commit is contained in:
阿辉
2024-12-02 19:53:04 +08:00
parent 547cc30818
commit e880af6f1e
3 changed files with 47 additions and 14 deletions

View File

@@ -42,8 +42,8 @@
</el-icon>
</div>
</div>
<FileSelector inputStyle="display: none;" ref="fileSelectorRef" :tabsShow="SHOW.ALL" :itemSize="120"
:multiple="false" :selectable="false" />
<FileSelector :showInput="false" ref="fileSelectorRef" :tabsShow="SHOW.ALL" :itemSize="120" :multiple="false"
:selectable="false" />
</fs-page>
</template>