This commit is contained in:
2024-04-12 16:59:34 +08:00
parent 3308fcbef9
commit 475ec35ec5
3 changed files with 8 additions and 5 deletions

View File

@@ -280,7 +280,7 @@ export default {
},
}
: undefined,
this.$auth.hasPermi('base:order-group:update')
this.$auth.hasPermi('base:order-group:query')
? {
type: 'detail',
btnName: '详情',
@@ -483,4 +483,4 @@ export default {
},
},
};
</script>
</script>