From c977c9fb967a080ca56ac46b1f17ce2c57f2122e Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 10 八月 2023 17:53:53 +0800
Subject: [PATCH] 	new file:   src/api/urlEnum/satisfactionSurveys.js 	modified:   src/views/CNAS/satisfactionSurveys/index.vue

---
 src/layout/components/Sidebar/Item.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue
index aa1f5da..7785af0 100644
--- a/src/layout/components/Sidebar/Item.vue
+++ b/src/layout/components/Sidebar/Item.vue
@@ -3,6 +3,10 @@
   name: 'MenuItem',
   functional: true,
   props: {
+    // show: {
+    //   type: Boolean,
+    //   default: true
+    // },
     icon: {
       type: String,
       default: ''
@@ -15,7 +19,9 @@
   render(h, context) {
     const { icon, title } = context.props
     const vnodes = []
-
+    // console.log(show)
+    // if (!show) return
+    // console.log(icon, title)
     if (icon) {
       if (icon.includes('el-icon')) {
         vnodes.push(<i class={[icon, 'sub-el-icon']} />)

--
Gitblit v1.9.3