style:菜单
Showing
10 changed files
with
218 additions
and
31 deletions
1 | /* | 1 | /* |
2 | * @Description: 全局路由 | 2 | * @Description: 全局路由 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-05-26 17:11:19 | 4 | * @LastEditTime: 2023-08-25 09:09:25 |
5 | */ | 5 | */ |
6 | import Vue from 'vue' | 6 | import Vue from 'vue' |
7 | import Router from 'vue-router' | 7 | import Router from 'vue-router' |
... | @@ -34,22 +34,22 @@ export const constantRoutes = [ | ... | @@ -34,22 +34,22 @@ export const constantRoutes = [ |
34 | hidden: true, | 34 | hidden: true, |
35 | meta: { title: '发起申请' } | 35 | meta: { title: '发起申请' } |
36 | }, | 36 | }, |
37 | // 登记簿补录 | 37 | // 登记簿补录 |
38 | { | 38 | { |
39 | path: '/djbworkFrame', | 39 | path: '/djbworkFrame', |
40 | component: () => import('@/views/djbworkflow/workFrame.vue'), | 40 | component: () => import('@/views/djbworkflow/workFrame.vue'), |
41 | name: 'djbworkFrame', | 41 | name: 'djbworkFrame', |
42 | hidden: true, | 42 | hidden: true, |
43 | meta: { title: '登记簿补录' } | 43 | meta: { title: '登记簿补录' } |
44 | }, | 44 | }, |
45 | // 登记簿补录只读框架 | 45 | // 登记簿补录只读框架 |
46 | { | 46 | { |
47 | path: '/djbworkFrameView', | 47 | path: '/djbworkFrameView', |
48 | component: () => import('@/views/djbworkflow/workFrameView.vue'), | 48 | component: () => import('@/views/djbworkflow/workFrameView.vue'), |
49 | name: 'djbworkFrameView', | 49 | name: 'djbworkFrameView', |
50 | hidden: true, | 50 | hidden: true, |
51 | meta: { title: '登记簿补录' } | 51 | meta: { title: '登记簿补录' } |
52 | }, | 52 | }, |
53 | //登记簿详情 | 53 | //登记簿详情 |
54 | { | 54 | { |
55 | path: '/djbFrameall', | 55 | path: '/djbFrameall', |
... | @@ -255,6 +255,59 @@ export const asyncRoutes = [ | ... | @@ -255,6 +255,59 @@ export const asyncRoutes = [ |
255 | ] | 255 | ] |
256 | }, | 256 | }, |
257 | { | 257 | { |
258 | path: '/xxba', | ||
259 | parentId: null, | ||
260 | component: Layout, | ||
261 | meta: { title: '信息备案', icon: 'xxba' }, | ||
262 | redirect: '/xxba/qyxxba', | ||
263 | alwaysShow: true, | ||
264 | name: 'xxba', | ||
265 | children: [ | ||
266 | { | ||
267 | path: 'qyxxba', | ||
268 | component: () => import('@/views/xxba/qyxxba/index.vue'), | ||
269 | name: 'qyxxba', | ||
270 | meta: { title: '企业信息备案' } | ||
271 | }, | ||
272 | { | ||
273 | path: 'lpxmba', | ||
274 | component: () => import('@/views/xxba/lpxmba/index.vue'), | ||
275 | name: 'lpxmba', | ||
276 | meta: { title: '楼盘项目备案' } | ||
277 | }, | ||
278 | { | ||
279 | path: 'yhjgba', | ||
280 | component: () => import('@/views/xxba/yhjgba/index.vue'), | ||
281 | name: 'yhjgba', | ||
282 | meta: { title: '银行机构备案' } | ||
283 | }, | ||
284 | ] | ||
285 | }, | ||
286 | // 统计分析 | ||
287 | { | ||
288 | path: '/tjfx', | ||
289 | parentId: null, | ||
290 | component: Layout, | ||
291 | meta: { title: '统计分析', icon: 'tjfx' }, | ||
292 | redirect: '/tjfx/ywltj', | ||
293 | alwaysShow: true, | ||
294 | name: 'tjfx', | ||
295 | children: [ | ||
296 | { | ||
297 | path: 'ywltj', | ||
298 | component: () => import('@/views/tjfx/ywltj/index.vue'), | ||
299 | name: 'qyxxba', | ||
300 | meta: { title: '业务量统计' } | ||
301 | }, | ||
302 | { | ||
303 | path: 'gzltj', | ||
304 | component: () => import('@/views/tjfx/gzltj/index.vue'), | ||
305 | name: 'gzltj', | ||
306 | meta: { title: '工作量统计' } | ||
307 | } | ||
308 | ] | ||
309 | }, | ||
310 | { | ||
258 | path: '/system', | 311 | path: '/system', |
259 | id: '9', | 312 | id: '9', |
260 | parentId: null, | 313 | parentId: null, |
... | @@ -358,26 +411,30 @@ export const asyncRoutes = [ | ... | @@ -358,26 +411,30 @@ export const asyncRoutes = [ |
358 | }, | 411 | }, |
359 | ] | 412 | ] |
360 | }, | 413 | }, |
414 | // jkfw | ||
361 | { | 415 | { |
362 | path: '/jkfw', | 416 | path: '/jkfw', |
363 | id: '7', | ||
364 | parentId: null, | 417 | parentId: null, |
365 | component: Layout, | 418 | component: Layout, |
366 | meta: { title: '接口服务', icon: 'system' }, | 419 | meta: { title: '接口服务', icon: 'jkfw' }, |
367 | redirect: '/jkfw/ptjk', | 420 | redirect: '/jkfw/ywltj', |
368 | alwaysShow: true, | 421 | alwaysShow: true, |
369 | name: 'jkfw', | 422 | name: 'jkfw', |
370 | children: [ | 423 | children: [ |
371 | { | 424 | { |
425 | path: 'yyjk', | ||
426 | component: () => import('@/views/jkfw/yyjk/index.vue'), | ||
427 | name: 'yyjk', | ||
428 | meta: { title: '引用接口' } | ||
429 | }, | ||
430 | { | ||
372 | path: 'ptjk', | 431 | path: 'ptjk', |
373 | id: '71', | 432 | component: () => import('@/views/jkfw/ptjk/index.vue'), |
374 | parentId: '7', | ||
375 | component: () => import('@/views/jkfw/ptjk/ptjk.vue'), | ||
376 | name: 'ptjk', | 433 | name: 'ptjk', |
377 | meta: { title: '平台接口' } | 434 | meta: { title: '平台接口' } |
378 | }, | 435 | } |
379 | ] | 436 | ] |
380 | } | 437 | }, |
381 | ] | 438 | ] |
382 | 439 | ||
383 | const createRouter = () => | 440 | const createRouter = () => | ... | ... |
src/views/jkfw/yyjk/index.vue
0 → 100644
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-08-25 09:08:53 | ||
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 |
src/views/tjfx/gzltj/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 |
src/views/tjfx/ywltj/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 |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-13 10:28:20 | 4 | * @LastEditTime: 2023-08-25 09:06:19 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -50,7 +50,6 @@ class data extends filter { | ... | @@ -50,7 +50,6 @@ class data extends filter { |
50 | { | 50 | { |
51 | prop: "czfs", | 51 | prop: "czfs", |
52 | label: "操作方式", | 52 | label: "操作方式", |
53 | width: '90' | ||
54 | }, | 53 | }, |
55 | { | 54 | { |
56 | prop: "czywbh", | 55 | prop: "czywbh", |
... | @@ -60,9 +59,8 @@ class data extends filter { | ... | @@ -60,9 +59,8 @@ class data extends filter { |
60 | { | 59 | { |
61 | prop: "cznr", | 60 | prop: "cznr", |
62 | label: "操作内容", | 61 | label: "操作内容", |
63 | render: (h, scope) => { | 62 | width: '500', |
64 | return <div class="item-cwnr">{scope.row.cznr}</div> | 63 | showOverflowTooltip: true |
65 | } | ||
66 | }, | 64 | }, |
67 | { | 65 | { |
68 | label: '操作', | 66 | label: '操作', | ... | ... |
src/views/xxba/lpxmba/index.vue
0 → 100644
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-08-25 08:57:33 | ||
5 | --> | ||
6 | <template> | ||
7 | <div class='lpxmba'> | ||
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 |
src/views/xxba/qyxxba/index.vue
0 → 100644
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-08-25 08:59:16 | ||
5 | --> | ||
6 | <template> | ||
7 | <div class='qyxxba'> <el-empty description="正在开发"></el-empty></div> | ||
8 | </template> | ||
9 | <script> | ||
10 | |||
11 | export default { | ||
12 | components: {}, | ||
13 | data () { | ||
14 | return { | ||
15 | } | ||
16 | } | ||
17 | } | ||
18 | </script> | ||
19 | <style scoped lang='scss'> | ||
20 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
src/views/xxba/yhjgba/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 |
... | @@ -75,7 +75,9 @@ class data extends filter { | ... | @@ -75,7 +75,9 @@ class data extends filter { |
75 | }, | 75 | }, |
76 | { | 76 | { |
77 | prop: "bdcqzh", | 77 | prop: "bdcqzh", |
78 | label: "不动产权证号" | 78 | label: "不动产权证号", |
79 | width: '150', | ||
80 | showOverflowTooltip: true | ||
79 | }, | 81 | }, |
80 | { | 82 | { |
81 | label: '操作', | 83 | label: '操作', | ... | ... |
-
Please register or sign in to post a comment