lmx 1 неделя назад
Родитель
Сommit
a2cf390e31
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">