|
|
@ -37,9 +37,8 @@ |
|
|
<Timeline :list="record.datingClueFollowRecordList"/> |
|
|
<Timeline :list="record.datingClueFollowRecordList"/> |
|
|
</template> |
|
|
</template> |
|
|
<template #action="{ record }"> |
|
|
<template #action="{ record }"> |
|
|
<div class="flex-row-center-start"> |
|
|
|
|
|
<Button type="link" @click="toDetail(record)">详情</Button> |
|
|
|
|
|
<span style="color: #999;">|</span> |
|
|
|
|
|
|
|
|
<div class="flex-col-center-start"> |
|
|
|
|
|
<Button style="width: 100px;" @click.stop="toDetail(record)">详情</Button> |
|
|
<Popconfirm placement="topRight" :icon="record.allocationStatus == 1 ? '分配' : '重新分配'" @confirm="allocateList(record.id)"> |
|
|
<Popconfirm placement="topRight" :icon="record.allocationStatus == 1 ? '分配' : '重新分配'" @confirm="allocateList(record.id)"> |
|
|
<template #title> |
|
|
<template #title> |
|
|
<div class="flex-row-center-start" style="padding: 8px 8px 8px 0px;border-bottom: 1px solid #ddd;" v-for="item in memberList" :key="item.userId"> |
|
|
<div class="flex-row-center-start" style="padding: 8px 8px 8px 0px;border-bottom: 1px solid #ddd;" v-for="item in memberList" :key="item.userId"> |
|
|
@ -49,7 +48,7 @@ |
|
|
</Checkbox> |
|
|
</Checkbox> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<Button type="link" danger >{{record.allocationStatus == 1 ? '分配' : '重新分配'}}</Button> |
|
|
|
|
|
|
|
|
<Button style="width: 100px;margin-top: 8px;" danger>{{record.allocationStatus == 1 ? '分配' : '重新分配'}}</Button> |
|
|
</Popconfirm> |
|
|
</Popconfirm> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|