From 8512b630c358ede63f18f0fc153c29f852840e96 Mon Sep 17 00:00:00 2001 From: Harry Yang Date: Tue, 3 Jan 2023 10:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=AF=A6=E7=BB=86=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E8=BF=9B=E5=85=A5=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=8E=9F?= =?UTF-8?q?=E5=9E=8B=E6=98=BE=E7=A4=BA=E7=9A=84=E9=9D=A2=E5=8C=85=E5=B1=91?= =?UTF-8?q?=E4=B8=BA=E6=96=B0=E5=A2=9E=E6=B5=81=E7=A8=8B-=E9=94=80?= =?UTF-8?q?=E5=94=AE=E5=90=88=E5=90=8C=E6=B8=85=E5=8D=95=E6=98=8E=E7=BB=86?= =?UTF-8?q?=EF=BC=8C=E5=AE=9E=E9=99=85=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=9D=A2?= =?UTF-8?q?=E5=8C=85=E5=B1=91=E6=98=BE=E7=A4=BA=E4=B8=BA=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=BA=94=E7=94=A8-=E9=94=80=E5=94=AE=E5=90=88=E5=90=8C?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=98=8E=E7=BB=86=EF=BC=8C=E4=B8=8E=E5=8E=9F?= =?UTF-8?q?=E5=9E=8B=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/business/process-edit.ftl | 11 ++++++++++- .../templates/admin/business/process-new.ftl | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/admin/business/process-edit.ftl b/src/main/resources/templates/admin/business/process-edit.ftl index bae3caf..5b9aa70 100644 --- a/src/main/resources/templates/admin/business/process-edit.ftl +++ b/src/main/resources/templates/admin/business/process-edit.ftl @@ -61,7 +61,7 @@
-
业务应用 / +
{{title}} / {{subTitle}}
@@ -1110,6 +1110,15 @@ isSaleContractDetailMode() { return this.mode === saleContractDetail }, + title() { + switch (this.mode) { + case saleContractDetail: + case procurementContractDetail: + return "新增流程" + default: + return "业务应用" + } + }, subTitle() { switch (this.mode) { case BUTTON: diff --git a/src/main/resources/templates/admin/business/process-new.ftl b/src/main/resources/templates/admin/business/process-new.ftl index 8226f55..368e63b 100644 --- a/src/main/resources/templates/admin/business/process-new.ftl +++ b/src/main/resources/templates/admin/business/process-new.ftl @@ -73,7 +73,7 @@
-
业务应用 / +
{{title}} / {{subTitle}}
@@ -1281,6 +1281,15 @@ isSaleContractDetailMode() { return this.mode === saleContractDetail }, + title() { + switch (this.mode) { + case saleContractDetail: + case procurementContractDetail: + return "新增流程" + default: + return "业务应用" + } + }, subTitle() { switch (this.mode) { case BUTTON: