xgj 1 mēnesi atpakaļ
vecāks
revīzija
3f7a5842f3
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      src/views/promotion/channel.vue

+ 5 - 1
src/views/promotion/channel.vue

@@ -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>