|
|
@ -287,6 +287,8 @@ |
|
|
|
>查看</el-button |
|
|
|
> |
|
|
|
|
|
|
|
|
|
|
|
<template v-if="filterEdit(scope.row.agencyId)"> |
|
|
|
<el-button |
|
|
|
v-if="scope.row.confirmResult == '未审核'" |
|
|
|
@click="handleEdit(scope.row)" |
|
|
@ -295,6 +297,7 @@ |
|
|
|
class="div-table-button--edit" |
|
|
|
>审核</el-button |
|
|
|
> |
|
|
|
</template> |
|
|
|
|
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
@ -447,6 +450,10 @@ export default { |
|
|
|
console.log('searchH----', this.$refs.searchCard.$el.offsetHeight) |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
filterEdit (id) { |
|
|
|
const { user } = this.$store.state |
|
|
|
return id === user.agencyId |
|
|
|
}, |
|
|
|
handleClearVillage() { |
|
|
|
this.fmData.buildId = '' |
|
|
|
this.fmData.homeId = '' |
|
|
|