|
|
|
@ -764,7 +764,7 @@ defineExpose({
|
|
|
|
|
>
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="[1].includes(taskDetailInfo.historyStates)"
|
|
|
|
|
style="cursor: pointer"
|
|
|
|
|
style="cursor: pointer; margin-left: 10px"
|
|
|
|
|
name="t1"
|
|
|
|
|
@click.stop="handleApproveMainImage"
|
|
|
|
|
/>
|
|
|
|
@ -776,7 +776,7 @@ defineExpose({
|
|
|
|
|
/>
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="[1].includes(taskDetailInfo.historyStates)"
|
|
|
|
|
style="cursor: pointer; margin-left: 30px"
|
|
|
|
|
style="cursor: pointer; margin-left: 20px; margin-right:10px"
|
|
|
|
|
name="t9"
|
|
|
|
|
@click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)"
|
|
|
|
|
/>
|
|
|
|
@ -934,19 +934,19 @@ defineExpose({
|
|
|
|
|
<div v-show="overTask && overTask.id === item.id" class="action">
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="item.historyStates === 1"
|
|
|
|
|
style="cursor: pointer"
|
|
|
|
|
style="cursor: pointer; margin-left: 10px"
|
|
|
|
|
name="t1"
|
|
|
|
|
@click.stop="approvalHandler"
|
|
|
|
|
/>
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="[1].includes(item.historyStates)"
|
|
|
|
|
style="cursor: pointer; margin-left: 40px"
|
|
|
|
|
style="cursor: pointer; margin-left: 30px"
|
|
|
|
|
name="t2"
|
|
|
|
|
@click.stop="singleRejectHandler(item)"
|
|
|
|
|
/>
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="[1].includes(item.historyStates)"
|
|
|
|
|
style="cursor: pointer; margin-left: 30px"
|
|
|
|
|
style="cursor: pointer; margin-left: 20px; margin-right:10px"
|
|
|
|
|
name="t9"
|
|
|
|
|
@click.stop="handleRejectdubiousfileyd(item.pictureid)"
|
|
|
|
|
/>
|
|
|
|
@ -990,7 +990,7 @@ defineExpose({
|
|
|
|
|
flex: 1;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin-left: 16px !important;
|
|
|
|
|
// margin-left: 16px !important;
|
|
|
|
|
margin-right: 16px !important;
|
|
|
|
|
padding: 16px 16px 0px 16px;
|
|
|
|
|
background: #fff;
|
|
|
|
|