|
|
@ -156,8 +156,8 @@ |
|
|
|
// 列表-操作按钮 |
|
|
|
const butttondata = (row) => { |
|
|
|
return [ |
|
|
|
defaultButtons.mainExport({hasPermi:'item:countadjustWork:export'}),// 导出 |
|
|
|
defaultButtons.mainAdjustImport({hasPermi:'item:countadjustWork:import'}),// 导入 |
|
|
|
defaultButtons.mainExport(null),// 导出 |
|
|
|
defaultButtons.mainAdjustImport(null),// 导入 |
|
|
|
] |
|
|
|
} |
|
|
|
|
|
|
|