977185a7 by renchao@pashanhoo.com

style:菜单

1 parent 0c9e3da0
/*
* @Description: 全局路由
* @Autor: renchao
* @LastEditTime: 2023-05-26 17:11:19
* @LastEditTime: 2023-08-25 09:09:25
*/
import Vue from 'vue'
import Router from 'vue-router'
......@@ -255,6 +255,59 @@ export const asyncRoutes = [
]
},
{
path: '/xxba',
parentId: null,
component: Layout,
meta: { title: '信息备案', icon: 'xxba' },
redirect: '/xxba/qyxxba',
alwaysShow: true,
name: 'xxba',
children: [
{
path: 'qyxxba',
component: () => import('@/views/xxba/qyxxba/index.vue'),
name: 'qyxxba',
meta: { title: '企业信息备案' }
},
{
path: 'lpxmba',
component: () => import('@/views/xxba/lpxmba/index.vue'),
name: 'lpxmba',
meta: { title: '楼盘项目备案' }
},
{
path: 'yhjgba',
component: () => import('@/views/xxba/yhjgba/index.vue'),
name: 'yhjgba',
meta: { title: '银行机构备案' }
},
]
},
// 统计分析
{
path: '/tjfx',
parentId: null,
component: Layout,
meta: { title: '统计分析', icon: 'tjfx' },
redirect: '/tjfx/ywltj',
alwaysShow: true,
name: 'tjfx',
children: [
{
path: 'ywltj',
component: () => import('@/views/tjfx/ywltj/index.vue'),
name: 'qyxxba',
meta: { title: '业务量统计' }
},
{
path: 'gzltj',
component: () => import('@/views/tjfx/gzltj/index.vue'),
name: 'gzltj',
meta: { title: '工作量统计' }
}
]
},
{
path: '/system',
id: '9',
parentId: null,
......@@ -358,26 +411,30 @@ export const asyncRoutes = [
},
]
},
// jkfw
{
path: '/jkfw',
id: '7',
parentId: null,
component: Layout,
meta: { title: '接口服务', icon: 'system' },
redirect: '/jkfw/ptjk',
meta: { title: '接口服务', icon: 'jkfw' },
redirect: '/jkfw/ywltj',
alwaysShow: true,
name: 'jkfw',
children: [
{
path: 'yyjk',
component: () => import('@/views/jkfw/yyjk/index.vue'),
name: 'yyjk',
meta: { title: '引用接口' }
},
{
path: 'ptjk',
id: '71',
parentId: '7',
component: () => import('@/views/jkfw/ptjk/ptjk.vue'),
component: () => import('@/views/jkfw/ptjk/index.vue'),
name: 'ptjk',
meta: { title: '平台接口' }
},
]
}
]
},
]
const createRouter = () =>
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 09:08:53
-->
<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
<!--
* @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
<!--
* @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
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-13 10:28:20
* @LastEditTime: 2023-08-25 09:06:19
*/
import filter from '@/utils/filter.js'
let vm = null
......@@ -50,7 +50,6 @@ class data extends filter {
{
prop: "czfs",
label: "操作方式",
width: '90'
},
{
prop: "czywbh",
......@@ -60,9 +59,8 @@ class data extends filter {
{
prop: "cznr",
label: "操作内容",
render: (h, scope) => {
return <div class="item-cwnr">{scope.row.cznr}</div>
}
width: '500',
showOverflowTooltip: true
},
{
label: '操作',
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 08:57:33
-->
<template>
<div class='lpxmba'>
<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
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 08:59:16
-->
<template>
<div class='qyxxba'> <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
<!--
* @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
......@@ -75,7 +75,9 @@ class data extends filter {
},
{
prop: "bdcqzh",
label: "不动产权证号"
label: "不动产权证号",
width: '150',
showOverflowTooltip: true
},
{
label: '操作',
......