更改需求
This commit is contained in:
@@ -118,7 +118,8 @@ export default {
|
||||
color: 'primary',
|
||||
},
|
||||
{
|
||||
type: 'separate',
|
||||
// type: 'separate',
|
||||
type: this.$auth.hasPermi('extend:process-equ-material-bom:create') ? 'separate' : '',
|
||||
},
|
||||
{
|
||||
type: this.$auth.hasPermi('extend:process-equ-material-bom:create') ? 'button' : '',
|
||||
|
||||
@@ -119,7 +119,8 @@ export default {
|
||||
color: 'primary',
|
||||
},
|
||||
{
|
||||
type: 'separate',
|
||||
// type: 'separate',
|
||||
type: this.$auth.hasPermi('extend:process-equ-value-bom:create') ? 'separate' : '',
|
||||
},
|
||||
{
|
||||
type: this.$auth.hasPermi('extend:process-equ-value-bom:create') ? 'button' : '',
|
||||
|
||||
Reference in New Issue
Block a user