mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
fix: 解决文件压缩无法选择文件夹的问题 (#1802)
This commit is contained in:
parent
39abd4341d
commit
a84d8dd828
@ -31,7 +31,9 @@
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('file.compressDst')" prop="dst">
|
||||
<el-input v-model="form.dst">
|
||||
<template #prepend><FileList :path="form.dst" @choose="getLinkPath"></FileList></template>
|
||||
<template #prepend>
|
||||
<FileList :path="form.dst" @choose="getLinkPath" :dir="true"></FileList>
|
||||
</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user