|
|
@@ -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> |
|
|
|