|
|
@ -173,7 +173,7 @@ |
|
|
|
size="small" |
|
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
|
|
|
|
|
<el-button v-if="scope.row.agencyId===agencyId" |
|
|
|
<el-button v-if="scope.row.agencyId===agencyId && btnAuths.epidemic_prevention_view" |
|
|
|
type="text" |
|
|
|
class="div-table-button--delete " |
|
|
|
size="small" |
|
|
@ -273,6 +273,12 @@ export default { |
|
|
|
detailShow: false, |
|
|
|
formTitle: '新增', |
|
|
|
|
|
|
|
// btnAuths: { |
|
|
|
// employee_register_del : false, //删除 |
|
|
|
// employee_register_view_real_data: false, //显示脱敏信息 |
|
|
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
components: { |
|
|
@ -282,7 +288,7 @@ export default { |
|
|
|
|
|
|
|
}, |
|
|
|
async mounted () { |
|
|
|
|
|
|
|
// this.updateBtnAuths(); |
|
|
|
const { user } = this.$store.state |
|
|
|
this.agencyId = user.agencyId |
|
|
|
|
|
|
|