refactor(ccdiProject): 将下拉菜单项提升为顶层菜单项实现扁平化导航

This commit is contained in:
wkc
2026-03-04 11:03:09 +08:00
parent 9ffcb22929
commit a5a3e36d48

View File

@@ -33,12 +33,9 @@
>
<el-menu-item index="upload">上传数据</el-menu-item>
<el-menu-item index="config">参数配置</el-menu-item>
<el-submenu index="result">
<template slot="title">初核结果</template>
<el-menu-item index="overview">结果总览</el-menu-item>
<el-menu-item index="special">专项排查</el-menu-item>
<el-menu-item index="detail">流水明细查询</el-menu-item>
</el-submenu>
</el-menu>
</div>
</div>