|
@ -43,7 +43,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
<template #bodyCell="{ column, record }"> |
|
|
<template #bodyCell="{ column, record }"> |
|
|
<template v-if="column && record && column.key === 'action'"> |
|
|
<template v-if="column && record && column.key === 'action'"> |
|
|
<a-button type="link" @click="showpointModal(record.id)">点位上报</a-button> |
|
|
<a-button type="link" @click="showpointModal(record.id)" v-if="record.flag">点位上报</a-button> |
|
|
<a-button type="link" @click="handleEdit(record.id)">编辑</a-button> |
|
|
<a-button type="link" @click="handleEdit(record.id)">编辑</a-button> |
|
|
<a-popconfirm |
|
|
<a-popconfirm |
|
|
title="确定要删除吗?" |
|
|
title="确定要删除吗?" |
|
|