Commit 51ed8bd6 authored by chenjundi's avatar chenjundi

修改赠品菜单名

parent e14b38c2
......@@ -41,7 +41,7 @@
<el-table-column prop="stock_num" label="库存数量"></el-table-column>
<el-table-column prop="get_num" label="领取数量">
<template slot-scope="scope">
<router-link class="get_num" :to="{name:'gitDeliverRecord', query: { id: scope.row.id}}" >
<router-link class="get_num" :to="{name:'giftDeliverRecord', query: { id: scope.row.id}}" >
{{scope.row.get_num}}
</router-link>
</template>
......
......@@ -538,23 +538,23 @@ export default [
}
}, {
value: '赠品配置',
routerName: 'gitConfig',
path: '/gitConfig',
routerName: 'giftConfig',
path: '/giftConfig',
cover: '6-5',
router: {
path: '/gitConfig',
name: 'gitConfig',
component: e => require(['@/components/gitConfig'], e),
path: '/giftConfig',
name: 'giftConfig',
component: e => require(['@/components/giftConfig'], e),
}
}, {
value: '赠品领取记录',
routerName: 'gitDeliverRecord',
path: '/gitDeliverRecord',
routerName: 'giftDeliverRecord',
path: '/giftDeliverRecord',
cover: '6-6',
router: {
path: '/gitDeliverRecord',
name: 'gitDeliverRecord',
component: e => require(['@/components/gitDeliverRecord'], e),
path: '/giftDeliverRecord',
name: 'giftDeliverRecord',
component: e => require(['@/components/giftDeliverRecord'], e),
}
}
]
......
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 to comment