|
@@ -165,7 +165,9 @@
|
|
|
</template>
|
|
|
|
|
|
<span slot="action" slot-scope="text, record">
|
|
|
- <a @click="handleDelete(record.id)">移除</a>
|
|
|
+ <a-popconfirm title="确定移除吗?" @confirm="() => handleDelete(record.id)">
|
|
|
+ <a>移除</a>
|
|
|
+ </a-popconfirm>
|
|
|
<!-- <a @click="handleEdit(record)">编辑</a> -->
|
|
|
|
|
|
<!-- <a-divider type="vertical" /> -->
|