Browse Source

feat: 客户群发 - 群发详情 - 客户列表新增"企微名称"

zhengxy 1 year ago
parent
commit
eed7f69cfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/src/components/customOperate/massMsgDetail/userDetail.vue

+ 1 - 1
project/src/components/customOperate/massMsgDetail/userDetail.vue

@@ -66,7 +66,7 @@
66 66
               <div :class="['statusBox',item.status!=1?'statusBox2':'']">{{item.status==0?'未发送':item.status==1?'已发送':item.status==2?'已不是好友':item.status==3?'接收已达上限':item.status_description}}</div>
67 67
             </div>
68 68
           </div>
69
-          <div class="userRight">通过 {{item.sender_name}} 发送</div>
69
+          <div class="userRight">通过 {{item.sender_name}}<span style="font-size:12px;" v-if="operate_type == 2 && item.corp_name">({{item.corp_name}})</span> 发送</div>
70 70
         </div>
71 71
         <noData v-if="massSendCustList&&massSendCustList.length<=0&&!cy_loading"></noData>
72 72
       </div>