From 388afa2918425d0cd75a1fca6ea03fcd819062ea Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 8 Oct 2024 15:20:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20IT=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=A4=84=E7=90=86=E8=8A=82=E7=82=B9=E6=94=B9?= =?UTF-8?q?=E6=88=90=E5=A4=96=E9=83=A8=E8=B0=83=E7=94=A8=E8=8A=82=E7=82=B9?= =?UTF-8?q?=EF=BC=8C=E5=88=9B=E5=BB=BA=E4=BD=9C=E4=B8=9A=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=94=B9=E6=88=90=E8=87=AA=E5=8A=A8=E5=8C=96=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1263017386278912]IT服务-自动处理节点改成外部调用节点,创建作业节点改成自动化节点 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1263017386278912 --- .../stephandler/component/AutomaticProcessComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/neatlogic/module/process/stephandler/component/AutomaticProcessComponent.java b/src/main/java/neatlogic/module/process/stephandler/component/AutomaticProcessComponent.java index e2ddeb1fb..83373fcb8 100644 --- a/src/main/java/neatlogic/module/process/stephandler/component/AutomaticProcessComponent.java +++ b/src/main/java/neatlogic/module/process/stephandler/component/AutomaticProcessComponent.java @@ -92,7 +92,7 @@ public class AutomaticProcessComponent extends ProcessStepHandlerBase { public JSONObject getChartConfig() { return new JSONObject() { { - this.put("icon", "tsfont-auto"); + this.put("icon", "tsfont-duixiangcunchu"); this.put("shape", "L-rectangle-50%:R-rectangle-50%"); this.put("width", 68); this.put("height", 40); -- Gitee