Commit d4089a57 authored by a.bairuha's avatar a.bairuha

update

parent bc7aa7ec
...@@ -65,7 +65,7 @@ export default class CreateReportItems extends Component { ...@@ -65,7 +65,7 @@ export default class CreateReportItems extends Component {
messageAlert: '', messageAlert: '',
kpiType: ['HIG', 'HIB'], kpiType: ['HIG', 'HIB'],
maxAch: ['50%', '100%', 'Unlimited'], maxAch: ['50%', '100%', 'Unlimited'],
formulaYtd: ['SUM', 'AVG', 'MIN', 'MAX'], formulaYtd: ['SUM', 'AVG', 'LAST'],
kpiTypeValue: null, kpiTypeValue: null,
maxAchValue: null, maxAchValue: null,
formulaYTDValue: null, formulaYTDValue: null,
......
...@@ -69,7 +69,7 @@ export default class EditReportItems extends Component { ...@@ -69,7 +69,7 @@ export default class EditReportItems extends Component {
messageAlert: '', messageAlert: '',
kpiType: ['HIG', 'HIB'], kpiType: ['HIG', 'HIB'],
maxAch: ['50%', '100%', 'Unlimited'], maxAch: ['50%', '100%', 'Unlimited'],
formulaYtd: ['SUM', 'AVG', 'MIN', 'MAX'], formulaYtd: ['SUM', 'AVG', 'LAST'],
kpiTypeValue: null, kpiTypeValue: null,
maxAchValue: null, maxAchValue: null,
formulaYTDValue: null formulaYTDValue: null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment