Commit c0437490 by chenyu

update: 客户名称默认--

parent 7926fc02
......@@ -125,7 +125,7 @@
<div v-if="colum == 'name'" class="customer-info-cell">
<img :src="row.thirdImgUrl||defaultImg" alt="">
<p class="memberName">
{{ row.memberName | formatMember }}
{{ row.memberName || '--' }}
</p>
</div>
<!-- 等级 -->
......
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