|
|
@@ -41,7 +41,7 @@ |
|
|
|
<!-- 如果不在工作中 且上一次的修改者不是自己说明文件已经被更新 本地需要下载 --> |
|
|
|
<!-- 待下载 状态蒙板 --> |
|
|
|
<div |
|
|
|
@contextmenu.prevent.stop="fileRightBtnClick($event), rightShowMenu($event, file, 1)" |
|
|
|
@contextmenu.prevent.stop="fileRightBtnClick($event)" |
|
|
|
class="downloadIcon" |
|
|
|
@click="clientDownLoad(file, 1)" |
|
|
|
v-if="showDownloadMask" |
|
|
@@ -63,7 +63,7 @@ |
|
|
|
</div> |
|
|
|
<!-- 上传中 状态蒙板 todo: 调整样式--> |
|
|
|
<div |
|
|
|
@contextmenu.prevent.stop="fileRightBtnClick($event), rightShowMenu($event, file, 1)" |
|
|
|
@contextmenu.prevent.stop="fileRightBtnClick($event)" |
|
|
|
class="downloadIcon" |
|
|
|
v-if="loadingState.type === UPLOADING" |
|
|
|
> |
|
|
@@ -209,10 +209,10 @@ export default { |
|
|
|
type: Object, |
|
|
|
default: () => ({}), |
|
|
|
}, |
|
|
|
rightShowMenu: { |
|
|
|
type: Function, |
|
|
|
default: () => () => {} |
|
|
|
}, |
|
|
|
// rightShowMenu: { |
|
|
|
// type: Function, |
|
|
|
// default: () => () => {} |
|
|
|
// }, |
|
|
|
clientDownLoad: Function, |
|
|
|
nodeFolder: { |
|
|
|
type: Object, |
|
|
|