#311 成本按钮权限

Обединени
zwq обедини 1 ревизии от projects/mesxc-zwq във projects/mesxc-test преди 5 месеца
  1. +3
    -1
      src/views/cost/energyCost/index.vue
  2. +3
    -1
      src/views/cost/energyCostHis/index.vue
  3. +3
    -1
      src/views/cost/rawMaterialConfig/index.vue
  4. +3
    -1
      src/views/cost/rawMaterialCost/index.vue
  5. +3
    -1
      src/views/cost/rawMaterialCostHis/index.vue

+ 3
- 1
src/views/cost/energyCost/index.vue Целия файл

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


+ 3
- 1
src/views/cost/energyCostHis/index.vue Целия файл

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


+ 3
- 1
src/views/cost/rawMaterialConfig/index.vue Целия файл

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


+ 3
- 1
src/views/cost/rawMaterialCost/index.vue Целия файл

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


+ 3
- 1
src/views/cost/rawMaterialCostHis/index.vue Целия файл

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


Зареждане…
Отказ
Запис