111
Showing
1 changed file
with
8 additions
and
33 deletions
... | @@ -26,9 +26,8 @@ | ... | @@ -26,9 +26,8 @@ |
26 | </el-form-item> | 26 | </el-form-item> |
27 | </el-col> | 27 | </el-col> |
28 | <el-col :span="6"> | 28 | <el-col :span="6"> |
29 | <el-form-item label="土地坐落"> | 29 | <el-form-item label="项目名称" label-width="90px"> |
30 | <el-input placeholder="请输入土地坐落" v-model="queryzrzForm.zl" clearable> | 30 | <el-input placeholder="请输入项目名称" v-model="queryzrzForm.xmmc"></el-input> |
31 | </el-input> | ||
32 | </el-form-item> | 31 | </el-form-item> |
33 | </el-col> | 32 | </el-col> |
34 | <el-col :span="6"> | 33 | <el-col :span="6"> |
... | @@ -40,30 +39,18 @@ | ... | @@ -40,30 +39,18 @@ |
40 | </el-row> | 39 | </el-row> |
41 | <el-row> | 40 | <el-row> |
42 | <el-col :span="6"> | 41 | <el-col :span="6"> |
43 | <el-form-item label="项目名称" label-width="90px"> | ||
44 | <el-input placeholder="请输入项目名称" v-model="queryzrzForm.xmmc"></el-input> | ||
45 | </el-form-item> | ||
46 | </el-col> | ||
47 | <el-col :span="6"> | ||
48 | <el-form-item label="建筑物名称"> | 42 | <el-form-item label="建筑物名称"> |
49 | <el-input placeholder="请输入建筑物名称" v-model="queryzrzForm.jzwmc" clearable> | 43 | <el-input placeholder="请输入建筑物名称" v-model="queryzrzForm.jzwmc" clearable> |
50 | </el-input> | 44 | </el-input> |
51 | </el-form-item> | 45 | </el-form-item> |
52 | </el-col> | 46 | </el-col> |
53 | |||
54 | <el-col :span="6"> | 47 | <el-col :span="6"> |
55 | <el-form-item label="权利人"> | 48 | <el-form-item label="房屋坐落"> |
56 | <el-input placeholder="请输入权利人" v-model="queryzrzForm.qlr" clearable> | 49 | <el-input placeholder="请输入房屋坐落" v-model="queryzrzForm.zl" clearable> |
57 | </el-input> | 50 | </el-input> |
58 | </el-form-item> | 51 | </el-form-item> |
59 | </el-col> | 52 | </el-col> |
60 | <el-col :span="6"> | 53 | <el-col :span="12" class="btnColRight"> |
61 | <el-form-item label="证件号"> | ||
62 | <el-input placeholder="请输入证件号" v-model="queryzrzForm.zjh" clearable> | ||
63 | </el-input> | ||
64 | </el-form-item> | ||
65 | </el-col> | ||
66 | <el-col :span="24" class="btnColRight"> | ||
67 | <el-form-item> | 54 | <el-form-item> |
68 | <el-button type="primary" @click="handleSearch">查询</el-button> | 55 | <el-button type="primary" @click="handleSearch">查询</el-button> |
69 | <el-button type="primary" @click="resetFormZrz(true)">重置</el-button> | 56 | <el-button type="primary" @click="resetFormZrz(true)">重置</el-button> |
... | @@ -96,24 +83,12 @@ | ... | @@ -96,24 +83,12 @@ |
96 | </el-form-item> | 83 | </el-form-item> |
97 | </el-col> | 84 | </el-col> |
98 | <el-col :span="6"> | 85 | <el-col :span="6"> |
99 | <el-form-item label="坐落"> | 86 | <el-form-item label="多幢坐落"> |
100 | <el-input placeholder="请输入土地坐落" v-model="querydzForm.zl" clearable> | 87 | <el-input placeholder="请输入多幢坐落" v-model="querydzForm.zl" clearable> |
101 | </el-input> | ||
102 | </el-form-item> | ||
103 | </el-col> | ||
104 | <el-col :span="6"> | ||
105 | <el-form-item label="权利人"> | ||
106 | <el-input placeholder="请输入权利人" v-model="querydzForm.qlr" clearable> | ||
107 | </el-input> | ||
108 | </el-form-item> | ||
109 | </el-col> | ||
110 | <el-col :span="6"> | ||
111 | <el-form-item label="证件号"> | ||
112 | <el-input placeholder="请输入证件号" v-model="querydzForm.zjh" clearable> | ||
113 | </el-input> | 88 | </el-input> |
114 | </el-form-item> | 89 | </el-form-item> |
115 | </el-col> | 90 | </el-col> |
116 | <el-col :span="24" class="btnColRight"> | 91 | <el-col :span="12" class="btnColRight"> |
117 | <el-form-item> | 92 | <el-form-item> |
118 | <el-button type="primary" @click="handleSearch">查询</el-button> | 93 | <el-button type="primary" @click="handleSearch">查询</el-button> |
119 | <el-button type="primary" @click="resetFormDz(true)">重置</el-button> | 94 | <el-button type="primary" @click="resetFormDz(true)">重置</el-button> | ... | ... |
-
Please register or sign in to post a comment