|
|
@@ -1,8 +1,8 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<el-tooltip |
|
|
|
:content="file.strToolTip" |
|
|
|
:disabled="!file.strToolTip" |
|
|
|
:content="`${file.modifyName} 正在编辑中`" |
|
|
|
:disabled="!(isInWorkFolder && otherUserIsWorking)" |
|
|
|
placement="right" |
|
|
|
effect="light" |
|
|
|
> |
|
|
@@ -31,7 +31,7 @@ |
|
|
|
<!-- 标签 --> |
|
|
|
<div |
|
|
|
class="eidtTip" |
|
|
|
v-if="isInWorkFolder && isWorking && file.modifyUserId !== currentUserId" |
|
|
|
v-if="isInWorkFolder && otherUserIsWorking" |
|
|
|
> |
|
|
|
工作中 |
|
|
|
</div> |
|
|
|