| | |
| | | path: 'propertyInfo/:id(\\d+)', |
| | | component: () => import('@/views/note/propertyInfo'), |
| | | name: 'propertyInfo', |
| | | meta: { title: '家庭资产查询详情', activeMenu: '/familymodel/zfProperty' } |
| | | meta: { title: '家庭资产详细信息', activeMenu: '/familymodel/zfProperty' } |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'familyeventInfo/:id(\\d+)', |
| | | component: () => import('@/views/bignote/familyeventInfo'), |
| | | name: 'familyeventInfo', |
| | | meta: { title: '家大事记查询详情',activeMenu: '/familymodel/zfEvent'} |
| | | meta: { title: '家大事记详细信息',activeMenu: '/familymodel/zfEvent'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'contactsInfo/:id(\\d+)', |
| | | component: () => import('@/views/contacts/contactsInfo'), |
| | | name: 'contactsInfo', |
| | | meta: { title: '通讯录查询详情',activeMenu: '/familymodel/zfContact'} |
| | | meta: { title: '通讯录详细信息',activeMenu: '/familymodel/zfContact'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'equipmentInfo/:id(\\d+)', |
| | | component: () => import('@/views/device/equipmentInfo'), |
| | | name: 'equipmentInfo', |
| | | meta: { title: '家庭设备查询详情',activeMenu: '/familymodel/zfDevice'} |
| | | } |
| | | ] |
| | | }, |
| | | //藏心密语 |
| | | { |
| | | path: '/self/secret', |
| | | component: Layout, |
| | | // permissions: [], |
| | | hidden: true, |
| | | permissions: ['self:secret:info'], |
| | | |
| | | children: [ |
| | | { |
| | | path: 'secretInfo/:id(\\d+)', |
| | | component: () => import('@/views/secret/secretInfo'), |
| | | name: 'secretInfo', |
| | | meta: { title: '隐私详情',activeMenu: '/self/zsecret'} |
| | | meta: { title: '家庭设备详细信息',activeMenu: '/familymodel/zfDevice'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'economyInfo/:id(\\d+)', |
| | | component: () => import('@/views/economy/economyInfo'), |
| | | name: 'economyInfo', |
| | | meta: { title: '家庭收支台账查询详情',activeMenu: '/familymodel/zfEconomy'} |
| | | meta: { title: '家庭收支台账详细信息',activeMenu: '/familymodel/zfEconomy'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'cleanInfo/:id(\\d+)', |
| | | component: () => import('@/views/clean/cleanInfo'), |
| | | name: 'cleanInfo', |
| | | meta: { title: '保洁收纳查询详情',activeMenu: '/familymodel/zfClean'} |
| | | meta: { title: '保洁收纳详细信息',activeMenu: '/familymodel/zfClean'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'collectionInfo/:id(\\d+)', |
| | | component: () => import('@/views/collection/collectionInfo'), |
| | | name: 'collectionInfo', |
| | | meta: { title: '收藏与荣誉查询详情',activeMenu: '/familymodel/zfCollection'} |
| | | meta: { title: '收藏与荣誉详细信息',activeMenu: '/familymodel/zfCollection'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'petInfo/:pid(\\d+)', |
| | | component: () => import('@/views/pet/petInfo'), |
| | | name: 'petInfo', |
| | | meta: { title: '备忘录',activeMenu: '/familymodel/zfPetNote'} |
| | | meta: { title: '魅宠详细信息',activeMenu: '/familymodel/zfPetNote'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'doctorInfo/:id(\\d+)', |
| | | component: () => import('@/views/doctor/doctorInfo'), |
| | | name: 'doctorInfo', |
| | | meta: { title: '就医记录查询详情',activeMenu: '/familymodel/zfDoctor'} |
| | | meta: { title: '就医记录详细信息',activeMenu: '/familymodel/zfDoctor'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'personInfo/:id(\\d+)', |
| | | component: () => import('@/views/homeRoot/personInfo'), |
| | | name: 'personInfo', |
| | | meta: { title: '个人信息查询详情',activeMenu: '/familymodel/jiagenwang'} |
| | | meta: { title: '个人详细信息',activeMenu: '/familymodel/jiagenwang'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'getPInfo/:id(\\d+)', |
| | | component: () => import('@/views/genealogy/perInfo'), |
| | | name: 'perInfo', |
| | | meta: { title: '个人信息查询详情',activeMenu: '/familymodel/jiagenwang'} |
| | | meta: { title: '家谱个人详细信息',activeMenu: '/familymodel/jiagenwang'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | } |
| | | ] |
| | | }, |
| | | //证书、资质 |
| | | { |
| | | path: '/self/honor', |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ['self:honor:info'], |
| | | |
| | | children: [ |
| | | { |
| | | path: 'honorInfo/:id(\\d+)', |
| | | component: () => import('@/views/honor/honorInfo'), |
| | | name: 'honorInfo', |
| | | meta: { title: '荣誉证书详情',activeMenu: '/self/zHonor'} |
| | | } |
| | | ] |
| | | }, |
| | | //修改旅游 |
| | | { |
| | | path: '/self/travel', |
| | | component: Layout, |
| | | permissions: ['person:travel:edit'], |
| | | |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'edit/:id(\\d+)', |
| | | component: () => import('@/views/travel/edit'), |
| | | name: 'edit', |
| | | meta: { title: '编辑',activeMenu: '/geren/Ztravel'} |
| | | } |
| | | ] |
| | | }, |
| | | //查看旅游详情 |
| | | { |
| | | path: '/self/travel', |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ['person:travel:info'], |
| | | children: [ |
| | | { |
| | | path: 'Info/:id', |
| | | component: () => import('@/views/travel/Info'), |
| | | name: 'show', |
| | | meta: { title: '查看详情',activeMenu: '/geren/Ztravel'} |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/system/role-auth', |
| | | component: Layout, |
| | |
| | | ) |
| | | }, |
| | | ADD_VISITED_VIEW: (state, view) => { |
| | | if (state.visitedViews.some(v => v.path === view.path)) return |
| | | if (state.visitedViews.some(v => v.path === view.path || v.title === view.meta.title)) return |
| | | state.visitedViews.push( |
| | | Object.assign({}, view, { |
| | | title: view.meta.title || 'no-name' |
| | |
| | | </el-form> |
| | | |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | this.$route.meta.title = "修改大事记详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看大事记详细信息"; |
| | | this.$route.meta.title = "查看大事记详细信息";//列表的名称 |
| | | this.isShow=false |
| | | document.title = "家大事记详细信息"; |
| | | this.$route.meta.title = "家大事记详细信息";//列表的名称 |
| | | this.isShow=true |
| | | } |
| | | |
| | | let _this = this |
| | |
| | | </el-form> |
| | | |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | this.$route.meta.title = "修改保洁收纳详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看保洁收纳详细信息"; |
| | | this.$route.meta.title = "查看保洁收纳详细信息";//列表的名称 |
| | | document.title = "保洁收纳详细信息"; |
| | | this.$route.meta.title = "保洁收纳详细信息";//列表的名称 |
| | | } |
| | | |
| | | let _this = this |
| | |
| | | </div> |
| | | |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | </el-dialog> |
| | | |
| | | |
| | |
| | | this.$route.meta.title = "修改收藏与荣誉详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看收藏与荣誉详细信息"; |
| | | this.$route.meta.title = "查看收藏与荣誉详细信息";//列表的名称 |
| | | this.isShow=false |
| | | document.title = "收藏与荣誉详细信息"; |
| | | this.$route.meta.title = "收藏与荣誉详细信息";//列表的名称 |
| | | this.isShow=true |
| | | } |
| | | |
| | | let _this = this |
| | |
| | | this.$route.meta.title = "修改通讯录详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看通讯录详细信息"; |
| | | this.$route.meta.title = "查看通讯录详细信息";//列表的名称 |
| | | document.title = "通讯录详细信息"; |
| | | this.$route.meta.title = "通讯录详细信息";//列表的名称 |
| | | this.isShow=false |
| | | } |
| | | |
| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="form-header mt"> |
| | | <h4 class="dt h4">家庭设备详情 </h4> |
| | | <h4 class="dt h4">家庭设备详细信息 </h4> |
| | | |
| | | </div> |
| | | <!-- 名称、时间、购买人、内容、地点、备注 --> |
| | |
| | | </el-form> |
| | | |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | this.$route.meta.title = "修改家庭设备详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看家庭设备详细信息"; |
| | | this.$route.meta.title = "查看家庭设备详细信息";//列表的名称 |
| | | this.isShow=false |
| | | document.title = "家庭设备详细信息"; |
| | | this.$route.meta.title = "家庭设备详细信息";//列表的名称 |
| | | this.isShow=true |
| | | } |
| | | |
| | | let _this = this |
| | |
| | | </el-form> |
| | | </div> |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | this.$route.meta.title = "修改就医记录详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看就医记录详细信息"; |
| | | this.$route.meta.title = "查看就医记录详细信息";//列表的名称 |
| | | this.isShow=false |
| | | document.title = "就医记录详细信息"; |
| | | this.$route.meta.title = "就医记录详细信息";//列表的名称 |
| | | this.isShow=true |
| | | } |
| | | |
| | | let _this = this |
| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="form-header mt"> |
| | | <h4 class="dt h4">家庭收支台账信息 </h4> |
| | | <h4 class="dt h4">家庭收支台账详细信息 </h4> |
| | | |
| | | </div> |
| | | |
| | |
| | | this.btn= jd |
| | | this.dsb = !jd |
| | | this.isShow=true |
| | | document.title = "修改资产详细信息"; |
| | | this.$route.meta.title = "修改资产详细信息";//列表的名称 |
| | | document.title = "修改家庭收支台账详细信息"; |
| | | this.$route.meta.title = "修改家庭收支台账详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看资产详细信息"; |
| | | this.$route.meta.title = "查看资产详细信息";//列表的名称 |
| | | document.title = "家庭收支台账详细信息"; |
| | | this.$route.meta.title = "家庭收支台账详细信息";//列表的名称 |
| | | this.isShow=false |
| | | } |
| | | |
| | |
| | | </el-form> |
| | | |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | this.$route.meta.title = "修改资产详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看资产详细信息"; |
| | | this.$route.meta.title = "查看资产详细信息";//列表的名称 |
| | | this.isShow=false |
| | | document.title = "家庭资产详细信息"; |
| | | this.$route.meta.title = "家庭资产详细信息";//列表的名称 |
| | | this.isShow=true |
| | | } |
| | | |
| | | let _this = this |
| | |
| | | this.$route.meta.title = "修改魅宠详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看魅宠详细信息"; |
| | | this.$route.meta.title = "查看魅宠详细信息";//列表的名称 |
| | | document.title = "魅宠详细信息"; |
| | | this.$route.meta.title = "魅宠详细信息";//列表的名称 |
| | | } |
| | | |
| | | let _this = this |