修改bug

This commit is contained in:
‘937886381’
2024-04-07 16:07:04 +08:00
parent 38edf00925
commit 93fea84c79
8 changed files with 19 additions and 11 deletions

View File

@@ -54,7 +54,9 @@ export default {
param: 'inspectionDetContent',
},
{
type: 'button',
type: this.$auth.hasPermi('base:quality-inspection-box-btn:query')
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',