Merge branch 'version_1.0' of httgitlab.ldxinyong.com/enterpriseManagement/lz_management_vue into version_1.0
This commit is contained in:
commit
f09746154c
@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<transition name="fade">
|
<transition name="fade">
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
|
|
||||||
</transition>
|
</transition>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -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}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user