Commit 0a64dba7 by caoyanzhi

update: 调整客户来源文案和取值

parent 43175933
......@@ -150,8 +150,10 @@
<div class="info-content">{{ member.memberMainStoreArea||'--' }}</div>
</el-col>
<el-col span="7">
<span class="info-lebel">客户来源:</span>
<div class="info-content">{{ member.firstMemberSource ? member.firstMemberSource.sourceName || '--' : '--' }}</div>
<span class="info-lebel">关注来源:</span>
<div class="info-content">{{ member.attentionChannelDict||'--' }}</div>
<!-- <span class="info-lebel">客户来源:</span>
<div class="info-content">{{ member.firstMemberSource ? member.firstMemberSource.sourceName || '--' : '--' }}</div> -->
</el-col>
</el-row>
<el-row class="member-info-row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment