unknown 4 лет назад
Родитель
Сommit
d77466095f
1 измененных файлов: 6 добавлений и 6 удалений
  1. +6
    -6
      src/views/main_web/workspace/components/file-item.vue

+ 6
- 6
src/views/main_web/workspace/components/file-item.vue Просмотреть файл

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


Загрузка…
Отмена
Сохранить