From df5cee8255e2a26b9fb817cd32ae7a53eb5c4143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 21 Nov 2023 09:28:27 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.01-=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8B=93=E6=89=91=E5=9B=BE=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E4=B8=AD=E6=B1=9F=E7=9A=84=E8=96=AA=E8=B5=84=E8=B4=A6=E5=A5=97?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E5=9B=BE=E5=BD=A2=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/salaryItemFlowGraph/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/salaryItemFlowGraph/index.tsx b/src/pages/salaryItemFlowGraph/index.tsx index e9f584e..8c084d1 100644 --- a/src/pages/salaryItemFlowGraph/index.tsx +++ b/src/pages/salaryItemFlowGraph/index.tsx @@ -135,7 +135,7 @@ const Index: React.FC = () => {
handleNodeOpt("ADD")}>{i18n["添加薪资项目"]}
} { - !_.isNil(menuXY.data.formulaId) && + !_.isNil(menuXY.data.formulaId) && menuXY.data.formulaId !== 0 &&
handleNodeOpt("EDIT")}>{i18n["编辑公式"]}
}