diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.schema.tpl b/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.schema.tpl index 03e17184..89b649ae 100644 --- a/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.schema.tpl +++ b/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.schema.tpl @@ -1,5 +1,5 @@ Schema.addCategory({name:"control_kpi", text:"末级流程绩效", dataAttributes:[]}); /*Risk 菱形*/ -Schema.addShape({name:"kpi", title:"末级流程绩效指标",text:"末级流程绩效指标", category:"control_kpi", props:{w:110, h:50},lineStyle:{lineColor:"128,201,144"}, fillStyle:{type: "gradient",gradientType: "linear",beginColor: "242,255,245",endColor: "224,255,231",angle: Math.PI*0.5}, textBlock:{x:"10", y:"10", w:"w-20", h:"h-20"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, path:[ +Schema.addShape({name:"kpi", title:"末级流程绩效指标",text:"末级流程绩效指标", category:"control_kpi", props:{w:110, h:50},lineStyle:{lineColor:"178,128,201"}, fillStyle:{type: "gradient",gradientType: "linear",beginColor: "248,242,255",endColor: "240,224,255",angle: Math.PI*0.5}, textBlock:{x:"10", y:"10", w:"w-20", h:"h-20"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, path:[ {actions:{ref:"rectangle"}} ]}); diff --git a/com.actionsoft.apps.coe.pal/method/control.ma/diagram.schema.tpl b/com.actionsoft.apps.coe.pal/method/control.ma/diagram.schema.tpl index c93dfbde..e37884c9 100644 --- a/com.actionsoft.apps.coe.pal/method/control.ma/diagram.schema.tpl +++ b/com.actionsoft.apps.coe.pal/method/control.ma/diagram.schema.tpl @@ -1,5 +1,5 @@ Schema.addCategory({name:"control_ma", text:"L1-L3流程绩效指标", dataAttributes:[]}); /*Risk 菱形*/ -Schema.addShape({name:"ma", title:"L1-L3流程绩效指标",text:"L1-L3流程绩效指标", category:"control_ma", props:{w:110, h:50},lineStyle:{lineColor:"128,201,144"}, fillStyle:{type: "gradient",gradientType: "linear",beginColor: "242,255,245",endColor: "224,255,231",angle: Math.PI*0.5}, textBlock:{x:"10", y:"10", w:"w-20", h:"h-20"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, path:[ +Schema.addShape({name:"ma", title:"L1-L3流程绩效指标",text:"L1-L3流程绩效指标", category:"control_ma", props:{w:110, h:50},lineStyle:{lineColor:"254,178,178"}, fillStyle:{type: "gradient",gradientType: "linear",beginColor: "255,244,244",endColor: "255,229,229",angle: Math.PI*0.5}, textBlock:{x:"10", y:"10", w:"w-20", h:"h-20"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, path:[ {actions:{ref:"rectangle"}} ]});