修改bug

This commit is contained in:
‘937886381’
2024-04-12 14:30:11 +08:00
parent 6050eb4df5
commit 2a599d96b3
2 changed files with 17 additions and 21 deletions

View File

@@ -123,14 +123,6 @@ const tableProps = [
label: '备注',
},
];
const topBtnConfig = [
{
type: 'add',
btnName: 'btn.add'
}
]
export default {
mixins: [basicAdd],
components: { SmallTitle, attrAdd },
@@ -153,7 +145,14 @@ export default {
},
],
tableProps,
topBtnConfig,
topBtnConfig:[
{
type: this.$auth.hasPermi('extend:process-equ-material-bom-det:add')
? 'add'
: '',
btnName: 'btn.add'
}
],
addOrUpdateVisible: false,
urlOptions: {
isGetCode: false,