Compare commits
No commits in common. "33ed9f15fae06d927c053f3c2a1fb00c08ef9149" and "c85c6e4323a9d3e6eada5ed75c1237aa36be437f" have entirely different histories.
33ed9f15fa
...
c85c6e4323
@ -92,9 +92,7 @@ export default {
|
|||||||
param: 'searchTime',
|
param: 'searchTime',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: this.$auth.hasPermi('cost:energyCost:query')
|
type: 'button',
|
||||||
? 'button'
|
|
||||||
: '',
|
|
||||||
btnName: '查询',
|
btnName: '查询',
|
||||||
name: 'search',
|
name: 'search',
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
|
@ -116,9 +116,7 @@ export default {
|
|||||||
defaultSelect: [],
|
defaultSelect: [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: this.$auth.hasPermi('cost:energyCostHis:query')
|
type: 'button',
|
||||||
? 'button'
|
|
||||||
: '',
|
|
||||||
btnName: '查询',
|
btnName: '查询',
|
||||||
name: 'search',
|
name: 'search',
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
|
@ -124,9 +124,7 @@ export default {
|
|||||||
filterable: true,
|
filterable: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: this.$auth.hasPermi('cost:rawMaterialConfig:query')
|
type: 'button',
|
||||||
? 'button'
|
|
||||||
: '',
|
|
||||||
btnName: '查询',
|
btnName: '查询',
|
||||||
name: 'search',
|
name: 'search',
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
|
@ -97,9 +97,7 @@ export default {
|
|||||||
param: 'searchTime',
|
param: 'searchTime',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: this.$auth.hasPermi('cost:rawMaterialCost:query')
|
type: 'button',
|
||||||
? 'button'
|
|
||||||
: '',
|
|
||||||
btnName: '查询',
|
btnName: '查询',
|
||||||
name: 'search',
|
name: 'search',
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
|
@ -115,9 +115,7 @@ export default {
|
|||||||
defaultSelect: [],
|
defaultSelect: [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: this.$auth.hasPermi('cost:rawMaterialCostHis:query')
|
type: 'button',
|
||||||
? 'button'
|
|
||||||
: '',
|
|
||||||
btnName: '查询',
|
btnName: '查询',
|
||||||
name: 'search',
|
name: 'search',
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
|
Loading…
Reference in New Issue
Block a user