Commit 51ed8bd6 authored by chenjundi's avatar chenjundi

修改赠品菜单名

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