Merge branch 'version_1.0' of httgitlab.ldxinyong.com/enterpriseManagement/lz_management_vue into version_1.0

This commit is contained in:
quyixiao 2020-08-25 22:58:18 +08:00
commit f09746154c
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<template> <template>
<transition name="fade"> <transition name="fade">
<router-view></router-view> <router-view></router-view>
</transition> </transition>
</template> </template>

View File

@ -32,6 +32,12 @@ const configRoutes = [
component: _import('modules/result/record/recorddetail'), component: _import('modules/result/record/recorddetail'),
name: 'recorddetail', name: 'recorddetail',
meta: {title: '业绩详情', isDynamic: true, isTab: true} meta: {title: '业绩详情', isDynamic: true, isTab: true}
},
{
path: '/result-record-lzresultrecordapp',
component: _import('modules/result/record/lzresultrecordapp'),
name: 'recorddetail',
meta: {title: '业绩审批', isDynamic: true, isTab: true, keepAlive: false}
} }
] ]