Commit d2ddf1ac by chenxin

fix:字段错误

parent 661fe815
......@@ -152,12 +152,12 @@
<el-table-column align="left" width="150" prop="clerkName" label="主叫">
<template slot-scope="scope">
<p>{{ scope.row.clerkName || '--' }}</p>
<p class="gray">{{ scope.row.sendPhone }}</p>
<p class="gray">{{ scope.row.clerkPhoneNumber }}</p>
</template>
</el-table-column>
<el-table-column align="left" width="150" prop="memberId" label="被叫(会员)">
<template slot-scope="scope">
<img :src="scope.row.memberPic || defaultAvatar" width="32" height="32" alt="" />
<img :src="scope.row.memberImgUrl || defaultAvatar" width="32" height="32" alt="" />
<div class="inline-block">
<p>{{ scope.row.memberName || '--' }}</p>
<p class="fz13 gray">{{ scope.row.receivePhone || '--' }}</p>
......@@ -399,7 +399,6 @@ export default {
} catch (err) {}
this.loading = false;
},
// TODO:
async recordData(type = 'list') {
this.loading = true;
try {
......
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