From c3859b27456b00290ea7a0583a10beae3cda1582 Mon Sep 17 00:00:00 2001 From: lihongyu <504404568@qq.com> Date: Wed, 28 Sep 2022 17:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A9=E6=95=88=E5=9B=BE=E5=BD=A2=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../method/control.kpi/diagram.schema.tpl | 2 +- .../method/control.ma/diagram.schema.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"}} ]});