|
|
|
@ -939,7 +939,8 @@ defineExpose({
|
|
|
|
|
<SvgIcon name="no-pass-icon" style="width: 52; height: 24px" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div v-show="overTask && overTask.id === item.id" class="action">
|
|
|
|
|
<div v-show="overTask && overTask.id === item.id" class="action"
|
|
|
|
|
:style="item?.historyStates === 2||item?.historyStates ===3?'background:transparent':''">
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="item.historyStates === 1"
|
|
|
|
|
style="cursor: pointer; margin-left: 10px"
|
|
|
|
|