Browse Source

feat: 客户流失 - 删除顶部使用说明

zhengxy 1 year ago
parent
commit
c10b52f925
1 changed files with 0 additions and 7 deletions
  1. 0 7
      project/src/components/customManage/lostCustomer.vue

+ 0 - 7
project/src/components/customManage/lostCustomer.vue

@@ -1,12 +1,5 @@
1 1
 <template>
2 2
   <div v-loading="loading">
3
-    <div class="self-hint">
4
-      <i class="el-icon-message-solid"></i>
5
-      <div>
6
-        <p>当企业成员被客户从微信联系人中删除时,会在客户流失列表中产生一条记录,开启「被删除通知」后,被删除的成员会收到一条推送</p>
7
-        <p>客户流失功能只会记录授权给企微成员的客户流失信息,未被授权的成员信息将不会展示在列表中。<a href="https://docs.qq.com/doc/p/302c154caadbfb317828a3edf057f06741bdc47d?dver=2.1.27292865" target="_blank" class="c-00B38A">如何添加授权成员?</a></p>
8
-      </div>
9
-    </div>
10 3
     <!-- <div class="remindBox">
11 4
       <h3>被删除提醒</h3>
12 5
       <el-switch v-model="remindValue" active-color="#43B083" inactive-color="#ddd"></el-switch>