|
|
|
@ -805,13 +805,14 @@ defineExpose({
|
|
|
|
|
:src="taskDetailInfo?.imgurl"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 操作 -->
|
|
|
|
|
<!-- 操作 -->
|
|
|
|
|
<div
|
|
|
|
|
v-show="overTask && overTask.id === taskDetailInfo.id"
|
|
|
|
|
class="action"
|
|
|
|
|
:style="taskDetailInfo?.historyStates === 2 || taskDetailInfo?.historyStates === 3 ? 'background:transparent' : ''"
|
|
|
|
|
@click.stop="hideAction"
|
|
|
|
|
>
|
|
|
|
|
<div class="iconlist">
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="[1].includes(taskDetailInfo.historyStates)"
|
|
|
|
|
style="cursor: pointer;"
|
|
|
|
@ -831,6 +832,7 @@ defineExpose({
|
|
|
|
|
@click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 缩放线 -->
|
|
|
|
|
<div
|
|
|
|
|
v-show="isFullScreen"
|
|
|
|
@ -1541,7 +1543,17 @@ defineExpose({
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconlist{
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
width: 60%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
}
|
|
|
|
|
::v-deep(.n-divider:not(.n-divider--vertical)) {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|