diff --git a/package.json b/package.json
index 83db94e..c7a365a 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "zy-react-library": "latest"
+ "zy-react-library": "^1.1.47"
},
"devDependencies": {
"@antfu/eslint-config": "^5.4.1",
diff --git a/src/pages/Container/AppMenu/Menu/index.js b/src/pages/Container/AppMenu/Menu/index.js
index 60eae98..2d36976 100644
--- a/src/pages/Container/AppMenu/Menu/index.js
+++ b/src/pages/Container/AppMenu/Menu/index.js
@@ -123,7 +123,7 @@ function Menu(props) {
title: "类型",
dataIndex: "menuType",
render: (_, record) => (
- {getLabelName({ list: MENU_TYPE_ENUM, status: record.menuType })}
+ {getLabelName({ list: MENU_TYPE_ENUM, status: record.menuType })}
),
},
{
@@ -132,17 +132,19 @@ function Menu(props) {
fixed: "right",
render: (_, record) => (
-
+ {record.menuType === 1 && (
+
+ )}