--no commit message
Showing
10 changed files
with
36 additions
and
8 deletions
| ... | @@ -294,16 +294,22 @@ export const asyncRoutes = [ | ... | @@ -294,16 +294,22 @@ export const asyncRoutes = [ |
| 294 | name: 'tjfx', | 294 | name: 'tjfx', |
| 295 | children: [ | 295 | children: [ |
| 296 | { | 296 | { |
| 297 | path: 'ywltj', | 297 | path: 'bdcdjtjfx', |
| 298 | component: () => import('@/views/tjfx/ywltj/index.vue'), | 298 | component: () => import('@/views/tjfx/bdcdjtjfx/index.vue'), |
| 299 | name: 'qyxxba', | 299 | name: 'bdcdjtjfx', |
| 300 | meta: { title: '业务量统计' } | 300 | meta: { title: '不动产登记统计分析' } |
| 301 | }, | ||
| 302 | { | ||
| 303 | path: 'tjltj', | ||
| 304 | component: () => import('@/views/tjfx/tjltj/index.vue'), | ||
| 305 | name: 'tjltj', | ||
| 306 | meta: { title: '退件率统计' } | ||
| 301 | }, | 307 | }, |
| 302 | { | 308 | { |
| 303 | path: 'gzltj', | 309 | path: 'cstj', |
| 304 | component: () => import('@/views/tjfx/gzltj/index.vue'), | 310 | component: () => import('@/views/tjfx/cstj/index.vue'), |
| 305 | name: 'gzltj', | 311 | name: 'cstj', |
| 306 | meta: { title: '工作量统计' } | 312 | meta: { title: '超时统计' } |
| 307 | } | 313 | } |
| 308 | ] | 314 | ] |
| 309 | }, | 315 | }, | ... | ... |
File moved
src/views/tjfx/tjltj/index.vue
0 → 100644
| 1 | <!-- | ||
| 2 | * @Description: | ||
| 3 | * @Autor: renchao | ||
| 4 | * @LastEditTime: 2023-08-25 08:59:04 | ||
| 5 | --> | ||
| 6 | <template> | ||
| 7 | <div class='yhjgba'> | ||
| 8 | <el-empty description="正在开发"></el-empty> | ||
| 9 | </div> | ||
| 10 | </template> | ||
| 11 | <script> | ||
| 12 | |||
| 13 | export default { | ||
| 14 | components: {}, | ||
| 15 | data () { | ||
| 16 | return { | ||
| 17 | } | ||
| 18 | } | ||
| 19 | } | ||
| 20 | </script> | ||
| 21 | <style scoped lang='scss'> | ||
| 22 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment