|
|
@@ -166,10 +166,10 @@
|
|
|
<el-table-column label="手机" width="120px" align="center" prop="mobile" >
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.mobile}}
|
|
|
- <el-button type="text" size="mini" @click="callNumber(scope.row.customerId,null,null,null)">拨号</el-button>
|
|
|
- <el-button v-hasPermi="['crm:customer:addVisit']" type="text" size="mini" @click="handleAddVisit(scope.row)">写跟进</el-button>
|
|
|
+ <!-- <el-button type="text" size="mini" @click="callNumber(scope.row.customerId,null,null,null)">拨号</el-button>
|
|
|
+ <el-button v-hasPermi="['crm:customer:addVisit']" type="text" size="mini" @click="handleAddVisit(scope.row)">写跟进</el-button> -->
|
|
|
<el-button type="text" size="mini" @click="handleManualCall(scope.row)">
|
|
|
- 开始手动外呼
|
|
|
+ 手动外呼
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|