瀏覽代碼

隐藏线索客户展示手机号码

lmx 2 周之前
父節點
當前提交
f7b1956c0c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/crm/customer/line.vue

+ 2 - 2
src/views/crm/customer/line.vue

@@ -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">