|
|
@ -11,7 +11,7 @@ |
|
|
<el-table-column label="联系人" prop="name" width="120"/> |
|
|
<el-table-column label="联系人" prop="name" width="120"/> |
|
|
<el-table-column label="联系电话" prop="mobile" width="120"/> |
|
|
<el-table-column label="联系电话" prop="mobile" width="120"/> |
|
|
<el-table-column label="状态" prop="statusName" width="120"/> |
|
|
<el-table-column label="状态" prop="statusName" width="120"/> |
|
|
<el-table-column label="操作" prop="op" width="250"> |
|
|
<el-table-column label="操作" prop="op" width="200"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<CallPhone text="拨打电话"/> |
|
|
<CallPhone text="拨打电话"/> |
|
|
<span class="handle" @click="handleDispatch(scope.row)">处理</span> |
|
|
<span class="handle" @click="handleDispatch(scope.row)">处理</span> |
|
|
|