12
Showing
5 changed files
with
15 additions
and
10 deletions
| ... | @@ -212,9 +212,9 @@ export const asyncRoutes = [ | ... | @@ -212,9 +212,9 @@ export const asyncRoutes = [ |
| 212 | meta: { title: '建筑物区分所有权业主共有部分' } | 212 | meta: { title: '建筑物区分所有权业主共有部分' } |
| 213 | }, | 213 | }, |
| 214 | { | 214 | { |
| 215 | path: 'seaArea', | 215 | path: 'hysyq', |
| 216 | component: () => import('@/views/business-info/sea-area/index'), | 216 | component: () => import('@/views/business-info/hysyq/index'), |
| 217 | name: 'seaArea', | 217 | name: 'hysyq', |
| 218 | meta: { title: '海域(含无居民海岛)使用权' } | 218 | meta: { title: '海域(含无居民海岛)使用权' } |
| 219 | }, | 219 | }, |
| 220 | { | 220 | { | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="buildingOwnership from-clues"> | 2 | <div class="gzwsyq from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> |
| 5 | <el-row> | 5 | <el-row> |
| ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
| 60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' |
| 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
| 62 | export default { | 62 | export default { |
| 63 | name: "buildingOwnership", | 63 | name: "gzwsyq", |
| 64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], |
| 65 | components: { | 65 | components: { |
| 66 | treeSelect, | 66 | treeSelect, |
| ... | @@ -162,5 +162,6 @@ export default { | ... | @@ -162,5 +162,6 @@ export default { |
| 162 | } | 162 | } |
| 163 | </script> | 163 | </script> |
| 164 | <style scoped lang="scss"> | 164 | <style scoped lang="scss"> |
| 165 | @import "~@/styles/public.scss"; | ||
| 165 | @import "./index.scss"; | 166 | @import "./index.scss"; |
| 166 | </style> | 167 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
File moved
| 1 | <template> | 1 | <template> |
| 2 | <div class="seaArea from-clues"> | 2 | <div class="hysyq from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> |
| 5 | <el-row> | 5 | <el-row> |
| ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
| 60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' |
| 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
| 62 | export default { | 62 | export default { |
| 63 | name: "seaArea", | 63 | name: "hysyq", |
| 64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], |
| 65 | components: { | 65 | components: { |
| 66 | treeSelect, | 66 | treeSelect, |
| ... | @@ -159,4 +159,8 @@ export default { | ... | @@ -159,4 +159,8 @@ export default { |
| 159 | }, | 159 | }, |
| 160 | } | 160 | } |
| 161 | } | 161 | } |
| 162 | </script> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 162 | </script> | ||
| 163 | <style scoped lang="scss"> | ||
| 164 | @import "~@/styles/public.scss"; | ||
| 165 | |||
| 166 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="agriculturalLand from-clues"> | 2 | <div class="nydsyq from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> |
| 5 | <el-row> | 5 | <el-row> |
| ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
| 60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' |
| 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
| 62 | export default { | 62 | export default { |
| 63 | name: "agriculturalLand", | 63 | name: "nydsyq", |
| 64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], |
| 65 | components: { | 65 | components: { |
| 66 | treeSelect, | 66 | treeSelect, | ... | ... |
-
Please register or sign in to post a comment