|
@@ -22,7 +22,11 @@
|
|
|
<el-button type="primary" :icon="Grid" @click="handleViewCode(row)" link>推广码</el-button>
|
|
|
<el-button type="primary" :icon="Edit" link @click="handleEdit(row)">编辑</el-button>
|
|
|
|
|
|
- <el-popconfirm title="确定要删除此个推广渠道?" @confirm="handleDelete(row)">
|
|
|
+ <el-popconfirm
|
|
|
+ title="确定要删除这个推广渠道吗?删除后,该推广渠道的所有推广链接将失效,已推广订单不会受到影响"
|
|
|
+ @confirm="handleDelete(row)"
|
|
|
+ width="330px"
|
|
|
+ >
|
|
|
<template #reference>
|
|
|
<el-button type="danger" :icon="Delete" link>删除</el-button>
|
|
|
</template>
|