1
Showing
1 changed file
with
6 additions
and
5 deletions
... | @@ -19,23 +19,23 @@ | ... | @@ -19,23 +19,23 @@ |
19 | </el-select> | 19 | </el-select> |
20 | </el-form-item> | 20 | </el-form-item> |
21 | </el-col> | 21 | </el-col> |
22 | <el-col :span="5"> | 22 | <!-- <el-col :span="5"> |
23 | <el-form-item label="坐落"> | 23 | <el-form-item label="坐落"> |
24 | <el-input v-model="form.ZL" placeholder="坐落"></el-input> | 24 | <el-input v-model="form.ZL" placeholder="坐落"></el-input> |
25 | </el-form-item> | 25 | </el-form-item> |
26 | </el-col> | 26 | </el-col> --> |
27 | <el-col :span="5"> | 27 | <el-col :span="5"> |
28 | <el-form-item label="不动产权证号"> | 28 | <el-form-item label="不动产权证号"> |
29 | <el-input v-model="form.BDCQZH" placeholder="不动产权证号"></el-input> | 29 | <el-input v-model="form.BDCQZH" placeholder="不动产权证号"></el-input> |
30 | </el-form-item> | 30 | </el-form-item> |
31 | </el-col> | 31 | </el-col> |
32 | </el-row> | ||
33 | <el-row class="mt-10"> | ||
34 | <el-col :span="5"> | 32 | <el-col :span="5"> |
35 | <el-form-item label="抵押人" label-width="80px"> | 33 | <el-form-item label="抵押人" label-width="80px"> |
36 | <el-input v-model="form.dyr" placeholder="抵押人"></el-input> | 34 | <el-input v-model="form.dyr" placeholder="抵押人"></el-input> |
37 | </el-form-item> | 35 | </el-form-item> |
38 | </el-col> | 36 | </el-col> |
37 | </el-row> | ||
38 | <el-row class="mt-10"> | ||
39 | <el-col :span="5"> | 39 | <el-col :span="5"> |
40 | <el-form-item label="不动产单元号"> | 40 | <el-form-item label="不动产单元号"> |
41 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 41 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
... | @@ -57,7 +57,8 @@ | ... | @@ -57,7 +57,8 @@ |
57 | </el-select> | 57 | </el-select> |
58 | </el-form-item> | 58 | </el-form-item> |
59 | </el-col> | 59 | </el-col> |
60 | <el-col :span="4" class="btnColRight"> | 60 | |
61 | <el-col :span="9" class="btnColRight"> | ||
61 | <btn nativeType="cz" @click="resetForm">重置</btn> | 62 | <btn nativeType="cz" @click="resetForm">重置</btn> |
62 | <btn nativeType="cx" @click="handleSubmit">查询</btn> | 63 | <btn nativeType="cx" @click="handleSubmit">查询</btn> |
63 | </el-col> | 64 | </el-col> | ... | ... |
-
Please register or sign in to post a comment