|
|
@ -159,7 +159,7 @@ |
|
|
|
<el-table-column prop="mobile" align="center" width="110" label="联系电话" :show-overflow-tooltip="true"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button |
|
|
|
v-if="scope.row.resiId !== null && scope.row.resiId !== ''" |
|
|
|
v-if="scope.row.reportUserId !== null && scope.row.reportUserId !== ''" |
|
|
|
@click="handleLook(scope.row)" |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|