|
@ -201,7 +201,7 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column fixed="right" label="操作" align="center" width="200"> |
|
|
<el-table-column fixed="right" label="操作" align="center" width="200"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<template > |
|
|
<template v-if="filterEdit(scope.row.agencyId)"> |
|
|
<el-button |
|
|
<el-button |
|
|
v-if=" |
|
|
v-if=" |
|
|
scope.row.status === 'pending' || |
|
|
scope.row.status === 'pending' || |
|
|