优化编排中文件复制、移动的进度显示效果,实现

This commit is contained in:
fofolee
2025-03-28 23:53:15 +08:00
parent efb2ed933c
commit 05402fed3d
2 changed files with 253 additions and 48 deletions

View File

@@ -240,8 +240,16 @@
<VariableInput
:model-value="argvs.newPath"
@update:model-value="updateArgvs('newPath', $event)"
label="目标路径"
label="目标路径(含被复制/移动的文件名)"
icon="drive_file_rename_outline"
:options="{
dialog: {
options: {
title: '选择文件',
properties: ['openFile', 'showHiddenFiles'],
},
},
}"
class="col-6"
/>
</div>