Browse Source

BUG修改

master
parent
commit
9c48a4977c
  1. 2
      src/views/eam/item/countRecord/index.vue
  2. 4
      src/views/eam/item/countadjustWork/index.vue

2
src/views/eam/item/countRecord/index.vue

@ -162,7 +162,7 @@
// - // -
const butttondata = (row) => { const butttondata = (row) => {
return [ return [
defaultButtons.mainAdjust({ hide: isShowMainButton(row, ['CANGENERATE']),hasPermi:'item:countRecord:adjust' }),// defaultButtons.mainAdjust({ hide: isShowMainButton(row, ['CANGENERATE'])}),//
] ]
} }

4
src/views/eam/item/countadjustWork/index.vue

@ -156,8 +156,8 @@
// - // -
const butttondata = (row) => { const butttondata = (row) => {
return [ return [
defaultButtons.mainExport({hasPermi:'item:countadjustWork:export'}),// defaultButtons.mainExport(null),//
defaultButtons.mainAdjustImport({hasPermi:'item:countadjustWork:import'}),// defaultButtons.mainAdjustImport(null),//
] ]
} }

Loading…
Cancel
Save