Browse Source

调整历史版本管理弹窗交互

dev
unknown 4 years ago
parent
commit
04284044c6
1 changed files with 9 additions and 8 deletions
  1. +9
    -8
      src/views/main_web/workspace/workspace.new.vue

+ 9
- 8
src/views/main_web/workspace/workspace.new.vue View File

@@ -483,14 +483,15 @@
@finishCommitFile="finishCommitFile"
/>
<!-- 查看历史版本 -->
<file-milestone v-if="checkMilestoneShow"
:fileMilestoneInfo="fileMilestoneInfo"
@closeMilestonePain="closeMilestonePain"
@makeCopy="copyWorkFileBtnClick"
@openFile="fileClick"
:localWorkspacePrefix="localWorkspacePrefix"
:fileHistoryList ="fileHistoryList"
:file = "currentFile"
<file-milestone
:visible="checkMilestoneShow"
:fileMilestoneInfo="fileMilestoneInfo"
@closeMilestonePain="closeMilestonePain"
@makeCopy="copyWorkFileBtnClick"
@openFile="fileClick"
:localWorkspacePrefix="localWorkspacePrefix"
:fileHistoryList ="fileHistoryList"
:file = "currentFile"
>

</file-milestone>


Loading…
Cancel
Save