Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
3 changed files
with
6 additions
and
6 deletions
... | @@ -187,9 +187,9 @@ export const asyncRoutes = [ | ... | @@ -187,9 +187,9 @@ export const asyncRoutes = [ |
187 | name: 'busineInfo', | 187 | name: 'busineInfo', |
188 | children: [ | 188 | children: [ |
189 | { | 189 | { |
190 | path: 'landOwnership', | 190 | path: 'tdsyq', |
191 | component: () => import('@/views/business-info/land-ownership/index'), | 191 | component: () => import('@/views/business-info/tdsyq/index'), |
192 | name: 'landOwnership', | 192 | name: 'tdsyq', |
193 | meta: { title: '土地所有权' } | 193 | meta: { title: '土地所有权' } |
194 | }, | 194 | }, |
195 | { | 195 | { | ... | ... |
File moved
1 | <template> | 1 | <template> |
2 | <div class="landOwnership from-clues"> | 2 | <div class="tdsyq 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> |
6 | <el-col :span="5"> | 6 | <el-col :span="5"> |
7 | <el-form-item label="业务号"> | 7 | <el-form-item label="业务号1"> |
8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> |
9 | </el-form-item> | 9 | </el-form-item> |
10 | </el-col> | 10 | </el-col> |
... | @@ -63,7 +63,7 @@ export default { | ... | @@ -63,7 +63,7 @@ export default { |
63 | treeSelect, | 63 | treeSelect, |
64 | editDialog | 64 | editDialog |
65 | }, | 65 | }, |
66 | name: "landOwnership", | 66 | name: "tdsyq", |
67 | mixins: [tableMixin], | 67 | mixins: [tableMixin], |
68 | data () { | 68 | data () { |
69 | return { | 69 | return { | ... | ... |
-
Please register or sign in to post a comment