Commit 2a369707 by LJM

css

parent 656c1186
Showing with 2 additions and 2 deletions
......@@ -83,7 +83,7 @@
<span slot="title">库存管理</span>
</template>
<el-menu-item-group>
<el-menu-item :index="'/list'">库存列表</el-menu-item>
<el-menu-item :index="'/list'">现货库存</el-menu-item>
<el-menu-item :index="'/enter'">库存导入</el-menu-item>
<el-menu-item :index="'/goodslist'">优势物料</el-menu-item>
<el-menu-item :index="'/listDetail'" style="display:none">导入详情</el-menu-item>
......
......@@ -74,7 +74,7 @@ const routes = [
path: '/list',
name: 'List',
meta: {
title: '库存列表'
title: '现货库存'
},
component: List
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment