|
|
|
@ -817,18 +817,24 @@ defineExpose({
|
|
|
|
|
v-if="[1].includes(taskDetailInfo.historyStates)"
|
|
|
|
|
style="cursor: pointer;"
|
|
|
|
|
name="t1"
|
|
|
|
|
width="74.95"
|
|
|
|
|
height="74.95"
|
|
|
|
|
@click.stop="handleApproveMainImage"
|
|
|
|
|
/>
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="[1].includes(taskDetailInfo.historyStates)"
|
|
|
|
|
style="cursor: pointer;"
|
|
|
|
|
name="t2"
|
|
|
|
|
width="74.95"
|
|
|
|
|
height="74.95"
|
|
|
|
|
@click.stop="handleRejectMainImage"
|
|
|
|
|
/>
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="[1].includes(taskDetailInfo.historyStates)"
|
|
|
|
|
style="cursor: pointer; "
|
|
|
|
|
name="t9"
|
|
|
|
|
width="74.95"
|
|
|
|
|
height="74.95"
|
|
|
|
|
@click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|