File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2929 >
3030 <template #title >
3131 <AppIcon v-if =" menu.meta && menu.meta.icon" :iconName =" menuIcon" class =" sidebar-icon" />
32- <span v-if =" menu.meta && menu.meta.title" >{{ $t(menu.meta.title) }}</span >
32+ <span v-if =" menu.meta && menu.meta.title" >{{ $t(menu.meta? .title as string ) }}</span >
3333 </template >
3434 </el-menu-item >
3535 </div >
@@ -50,8 +50,6 @@ const {
5050 params : { id, type }
5151} = route as any
5252
53-
54-
5553function showMenu() {
5654 if (isWorkFlow (type )) {
5755 return props .menu .name !== ' AppHitTest'
Original file line number Diff line number Diff line change 88 <AppIcon :iconName="menu.meta ? (menu.meta.icon as string) : '404'" />
99 </div> -->
1010 <div class =" title" >
11- {{ $t(menu.meta?.title) }}
11+ {{ $t(menu.meta?.title as string ) }}
1212 </div >
1313 </div >
1414</template >
You can’t perform that action at this time.
0 commit comments