路由页面
This commit is contained in:
49
src/apps/AppPageResident/AppPageResident.vue
Normal file
49
src/apps/AppPageResident/AppPageResident.vue
Normal file
@@ -0,0 +1,49 @@
|
||||
<template>
|
||||
<div class="AppPageResident">
|
||||
<AppListPage :label="label" :appList="appList" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppListPage from '@/components/AppListPage/AppListPage'
|
||||
export default {
|
||||
name: 'AppPageResident',
|
||||
appName: '工作台(居民)',
|
||||
components: { AppListPage },
|
||||
data() {
|
||||
return {
|
||||
label: '居民管理',
|
||||
appList: [
|
||||
{
|
||||
name: '居民信息管理',
|
||||
icon: require('./img/jmxxgl.png'),
|
||||
url: '../AppResidentFile/AppResidentFile?tabIndex=1'
|
||||
},
|
||||
{
|
||||
name: '居民群管理',
|
||||
icon: require('./img/jmqgl.png'),
|
||||
url: '../AppResidentFile/AppResidentFile?tabIndex=2'
|
||||
},
|
||||
{
|
||||
name: '居民档案',
|
||||
icon: require('./img/jmda.png'),
|
||||
url: '../AppResidentFile/AppResidentFile'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
uni-page-body{
|
||||
height: 100%;
|
||||
}
|
||||
.AppPageResident{
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
BIN
src/apps/AppPageResident/img/jmda.png
Normal file
BIN
src/apps/AppPageResident/img/jmda.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
src/apps/AppPageResident/img/jmqgl.png
Normal file
BIN
src/apps/AppPageResident/img/jmqgl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
src/apps/AppPageResident/img/jmxxgl.png
Normal file
BIN
src/apps/AppPageResident/img/jmxxgl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user