成本按钮权限 #311

Birleştirildi
zwq 2024-04-08 09:05:53 +08:00 projects/mesxc-zwq içindeki 1 işlemeyi projects/mesxc-test ile birleştirdi
5 değiştirilmiş dosya ile 15 ekleme ve 5 silme

Dosyayı Görüntüle

@ -92,7 +92,9 @@ export default {
param: 'searchTime',
},
{
type: 'button',
type: this.$auth.hasPermi('cost:energyCost:query')
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',

Dosyayı Görüntüle

@ -116,7 +116,9 @@ export default {
defaultSelect: [],
},
{
type: 'button',
type: this.$auth.hasPermi('cost:energyCostHis:query')
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',

Dosyayı Görüntüle

@ -124,7 +124,9 @@ export default {
filterable: true,
},
{
type: 'button',
type: this.$auth.hasPermi('cost:rawMaterialConfig:query')
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',

Dosyayı Görüntüle

@ -97,7 +97,9 @@ export default {
param: 'searchTime',
},
{
type: 'button',
type: this.$auth.hasPermi('cost:rawMaterialCost:query')
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',

Dosyayı Görüntüle

@ -115,7 +115,9 @@ export default {
defaultSelect: [],
},
{
type: 'button',
type: this.$auth.hasPermi('cost:rawMaterialCostHis:query')
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',