From 0e31e8b0a8dd022c3d983816137f4fb28fbbc859 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 3 Apr 2026 14:45:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(PerformanceEvaluation):=20=E9=9B=86?= =?UTF-8?q?=E6=88=90=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6=E8=A3=85=E9=A5=B0?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Container/Supervision/PerformanceEvaluation/List/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Container/Supervision/PerformanceEvaluation/List/index.js b/src/pages/Container/Supervision/PerformanceEvaluation/List/index.js index 6aae4d4..05b8b31 100644 --- a/src/pages/Container/Supervision/PerformanceEvaluation/List/index.js +++ b/src/pages/Container/Supervision/PerformanceEvaluation/List/index.js @@ -7,6 +7,7 @@ import useTable from "zy-react-library/hooks/useTable"; import { getLabelName } from "zy-react-library/utils"; import { EVALUATION_TYPE_ENUM } from "~/enumerate/constant"; import { NS_PERFORMANCE_EVALUATION } from "~/enumerate/namespace"; +import {Permission} from "@cqsjjb/jjb-common-decorator/permission"; function List(props) { const [form] = Search.useForm(); @@ -89,4 +90,4 @@ function List(props) { ); } -export default Connect([NS_PERFORMANCE_EVALUATION], true)(List); +export default Connect([NS_PERFORMANCE_EVALUATION], true)(Permission(List));