Browse Source

【接口看板+job+store】明细查询按钮bug处理

faster_AG_grid
安虹睿 1 year ago
parent
commit
36f1cc6102
  1. 2
      PC/InterFace.Dash/src/components/tablePagination/index.vue
  2. 2
      PC/UI.WinIn.FasterZ.Job/src/components/tablePagination/index.vue
  3. 2
      PC/UI.WinIn.FasterZ.Store/src/components/tablePagination/index.vue

2
PC/InterFace.Dash/src/components/tablePagination/index.vue

@ -125,7 +125,7 @@ export default {
noUsePermissionBtn:{
type: Array,
default: () => {
return ['refresh','field','export','filter']//
return ['refresh','field','filterForDetail','export','filter']//
}
},
rowMaxHeight:{

2
PC/UI.WinIn.FasterZ.Job/src/components/tablePagination/index.vue

@ -97,7 +97,7 @@ export default {
noUsePermissionBtn:{
type: Array,
default: () => {
return ['refresh','field','export','filter']//
return ['refresh','field','filterForDetail','export','filter']//
}
},
rowMaxHeight:{

2
PC/UI.WinIn.FasterZ.Store/src/components/tablePagination/index.vue

@ -97,7 +97,7 @@ export default {
noUsePermissionBtn:{
type: Array,
default: () => {
return ['refresh','field','export','filter']//
return ['refresh','field','filterForDetail','export','filter']//
}
},
rowMaxHeight:{

Loading…
Cancel
Save