权限
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
workOrderList: [],
|
||||
workOrderName: '',
|
||||
tableBtn: [
|
||||
this.$auth.hasPermi('base:group-team-view:detail')
|
||||
this.$auth.hasPermi('monitoring:group-team-scheduling:query')
|
||||
? {
|
||||
type: 'detail',
|
||||
btnName: '详情',
|
||||
|
||||
@@ -97,7 +97,7 @@ export default {
|
||||
},
|
||||
tableProps,
|
||||
tableBtn: [
|
||||
this.$auth.hasPermi('base:team-production:detail')
|
||||
this.$auth.hasPermi('monitoring:group-team-scheduling:query')
|
||||
? {
|
||||
type: 'productionDetail',
|
||||
btnName: '查看',
|
||||
|
||||
Reference in New Issue
Block a user