This commit is contained in:
2024-03-01 11:17:11 +08:00
parent 9beca01fef
commit 151df54032
2 changed files with 35 additions and 18 deletions

View File

@@ -244,20 +244,15 @@ export default {
btnName: '终止',
showTip: '终止',
showParam: {
type: '|',
data: [
{
type: 'equal',
name: 'status',
value: 2
},
{
type: 'equal',
name: 'status',
value: 3
}
]
}
type: '&',
data: [
{
type: 'equal',
name: 'status',
value: 3
}
]
}
}
: undefined,
this.$auth.hasPermi('base:order-manage:cancel')