修改bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user