|
|
@@ -179,14 +179,14 @@
|
|
|
<el-table-column label="手机" width="150px" align="center" prop="mobile" >
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{scope.row.mobile}}</span>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
type="text"
|
|
|
icon="el-icon-view"
|
|
|
size="mini"
|
|
|
v-hasPermi="['crm:customer:queryPhone']"
|
|
|
@click="handleQueryPhone(scope.row)"
|
|
|
style="margin-left: 5px;"
|
|
|
- >查看</el-button>
|
|
|
+ >查看</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="客户来源" align="center" prop="source">
|