|
|
@ -198,13 +198,13 @@ |
|
|
|
class="div-table-button--edit" |
|
|
|
size="small" |
|
|
|
@click="handleAttention(scope.row)">同步</el-button> |
|
|
|
<el-button v-if="scope.row.agencyId===agencyId" |
|
|
|
<el-button v-if="isResiUser&&(scope.row.userType==='resi'||scope.row.userType==='icresi') &&scope.row.agencyId===agencyId" |
|
|
|
type="text" |
|
|
|
class="div-table-button--edit" |
|
|
|
size="small" |
|
|
|
@click="handleEdit(scope.row)">修改</el-button> |
|
|
|
|
|
|
|
<el-button v-if="scope.row.agencyId===agencyId" |
|
|
|
<el-button v-if="isResiUser&&(scope.row.userType==='resi'||scope.row.userType==='icresi') &&scope.row.agencyId===agencyId" |
|
|
|
type="text" |
|
|
|
class="div-table-button--delete " |
|
|
|
size="small" |
|
|
|