jiangyy 3 years ago
parent
commit
849e2efadf
  1. 10
      src/views/modules/base/epidemic/unitEpid/staffEpidList.vue

10
src/views/modules/base/epidemic/unitEpid/staffEpidList.vue

@ -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

Loading…
Cancel
Save