no message
This commit is contained in:
parent
ac9e184ee7
commit
b7aa867f82
12 changed files with 99 additions and 24 deletions
|
|
@ -200,6 +200,8 @@ export class KpiUserPlannedController extends Controller {
|
|||
unit: getKpiUserPlanned.unit,
|
||||
meaning: getKpiUserPlanned.meaning,
|
||||
formula: getKpiUserPlanned.formula,
|
||||
summary: getKpiUserPlanned.summary,
|
||||
point: getKpiUserPlanned.point,
|
||||
achievement1: getKpiUserPlanned.achievement1,
|
||||
achievement2: getKpiUserPlanned.achievement2,
|
||||
achievement3: getKpiUserPlanned.achievement3,
|
||||
|
|
@ -239,6 +241,7 @@ export class KpiUserPlannedController extends Controller {
|
|||
unit: item.unit,
|
||||
meaning: item.meaning,
|
||||
formula: item.formula,
|
||||
summary: item.summary,
|
||||
point: item.point,
|
||||
achievement:
|
||||
item.point === 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue