From ee02d232b1068bb0be56c3c9b5ef8c08a5def484 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 28 Sep 2022 16:40:05 +0800 Subject: [PATCH] --- .../Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js index 4061e2673..efff7aa67 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js @@ -614,7 +614,7 @@ var bootstrap = function ($, learun) { // 加载审批按钮 var $signBtn = $('#sign'); - $.each(nwflow.currentNode.btnList || [{ id: "1", name: "领导审批", code: "agree", file: "1", next: "1" }, { id: "2", name: "不同意", code: "disagree", file: "1", next: "1" }], function (_index, _item) { + $.each(nwflow.currentNode.btnList || [{ id: "1", name: "同意", code: "agree", file: "1", next: "1" }, { id: "2", name: "不同意", code: "disagree", file: "1", next: "1" }], function (_index, _item) { if (_item.name == "同意") { _item.name = "领导审批"; }