修改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',

View File

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

View File

@@ -92,7 +92,9 @@ export default {
// width: 350,
// },
{
type: 'button',
type: this.$auth.hasPermi('base:quality-inspection-det:query')
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',

View File

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

View File

@@ -131,7 +131,7 @@ export default {
// width: 350,
},
{
type: 'button',
type: this.$auth.hasPermi(' base: quality - isra - statistics: query') ? 'button' : '',
btnName: '查询',
name: 'search',
color: 'primary',

View File

@@ -92,7 +92,7 @@ export default {
filterable: true
},
{
type: 'button',
type: this.$auth.hasPermi('base:quality-scrap-det:query') ? 'button' : '',
btnName: '查询',
name: 'search',
color: 'primary',

View File

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