Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0f180440
authored
2023-11-17 17:23:14 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
50ab8b81
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
36 additions
and
8 deletions
src/router/index.js
src/views/tjfx/ywltj/components/djlx.vue → src/views/tjfx/bdcdjtjfx/components/djlx.vue
src/views/tjfx/ywltj/components/qytj.vue → src/views/tjfx/bdcdjtjfx/components/qytj.vue
src/views/tjfx/ywltj/components/sjr.vue → src/views/tjfx/bdcdjtjfx/components/sjr.vue
src/views/tjfx/ywltj/components/sjri.vue → src/views/tjfx/bdcdjtjfx/components/sjri.vue
src/views/tjfx/ywltj/components/sjyue.vue → src/views/tjfx/bdcdjtjfx/components/sjyue.vue
src/views/tjfx/ywltj/components/zszl.vue → src/views/tjfx/bdcdjtjfx/components/zszl.vue
src/views/tjfx/ywltj/index.vue → src/views/tjfx/bdcdjtjfx/index.vue
src/views/tjfx/gzltj/index.vue → src/views/tjfx/cstj/index.vue
src/views/tjfx/tjltj/index.vue
src/router/index.js
View file @
0f18044
...
...
@@ -294,16 +294,22 @@ export const asyncRoutes = [
name
:
'tjfx'
,
children
:
[
{
path
:
'ywltj'
,
component
:
()
=>
import
(
'@/views/tjfx/ywltj/index.vue'
),
name
:
'qyxxba'
,
meta
:
{
title
:
'业务量统计'
}
path
:
'bdcdjtjfx'
,
component
:
()
=>
import
(
'@/views/tjfx/bdcdjtjfx/index.vue'
),
name
:
'bdcdjtjfx'
,
meta
:
{
title
:
'不动产登记统计分析'
}
},
{
path
:
'tjltj'
,
component
:
()
=>
import
(
'@/views/tjfx/tjltj/index.vue'
),
name
:
'tjltj'
,
meta
:
{
title
:
'退件率统计'
}
},
{
path
:
'
gzl
tj'
,
component
:
()
=>
import
(
'@/views/tjfx/
gzl
tj/index.vue'
),
name
:
'
gzl
tj'
,
meta
:
{
title
:
'
工作量
统计'
}
path
:
'
cs
tj'
,
component
:
()
=>
import
(
'@/views/tjfx/
cs
tj/index.vue'
),
name
:
'
cs
tj'
,
meta
:
{
title
:
'
超时
统计'
}
}
]
},
...
...
src/views/tjfx/
ywltj
/components/djlx.vue
→
src/views/tjfx/
bdcdjtjfx
/components/djlx.vue
View file @
0f18044
File moved
src/views/tjfx/
ywltj
/components/qytj.vue
→
src/views/tjfx/
bdcdjtjfx
/components/qytj.vue
View file @
0f18044
File moved
src/views/tjfx/
ywltj
/components/sjr.vue
→
src/views/tjfx/
bdcdjtjfx
/components/sjr.vue
View file @
0f18044
File moved
src/views/tjfx/
ywltj
/components/sjri.vue
→
src/views/tjfx/
bdcdjtjfx
/components/sjri.vue
View file @
0f18044
File moved
src/views/tjfx/
ywltj
/components/sjyue.vue
→
src/views/tjfx/
bdcdjtjfx
/components/sjyue.vue
View file @
0f18044
File moved
src/views/tjfx/
ywltj
/components/zszl.vue
→
src/views/tjfx/
bdcdjtjfx
/components/zszl.vue
View file @
0f18044
File moved
src/views/tjfx/
ywltj
/index.vue
→
src/views/tjfx/
bdcdjtjfx
/index.vue
View file @
0f18044
File moved
src/views/tjfx/
gzl
tj/index.vue
→
src/views/tjfx/
cs
tj/index.vue
View file @
0f18044
File moved
src/views/tjfx/tjltj/index.vue
0 → 100644
View file @
0f18044
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 08:59:04
-->
<
template
>
<div
class=
'yhjgba'
>
<el-empty
description=
"正在开发"
></el-empty>
</div>
</
template
>
<
script
>
export
default
{
components
:
{},
data
()
{
return
{
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
</
style
>
\ No newline at end of file
Please
register
or
sign in
to post a comment