#311 成本按钮权限

병합
zwq projects/mesxc-zwq 에서 projects/mesxc-test 로 1 commits 를 머지했습니다 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',


불러오는 중...
취소
저장