|
|
@@ -170,6 +170,7 @@
|
|
|
<el-button v-hasPermi="['crm:customer:addVisit']" type="text" size="mini" @click="handleAddVisit(scope.row)">写跟进</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="备用手机" width="150px" align="center" prop="backupMobile" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="客户来源" align="center" prop="source">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag prop="status" v-for="(item, index) in sourceOptions" v-if="scope.row.crmSource && (','+scope.row.crmSource+',').indexOf(','+item.dictValue+',') !== -1">{{item.dictLabel}}</el-tag>
|
|
|
@@ -187,6 +188,7 @@
|
|
|
<el-button v-hasPermi="['crm:customer:addCustomerType']" type="text" size="mini" @click="handleCustomerType(scope.row)">修改</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="关联用户ID" align="center" prop="userId" />
|
|
|
<el-table-column label="标签" width="120px" align="center" prop="tags" >
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.tags}}
|