style:国有农用地使用权 || 首次登记列表样式修改
Showing
1 changed file
with
8 additions
and
9 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-02 09:58:24 | 4 | * @LastEditTime: 2023-10-11 11:16:57 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
8 | <!-- 表单部分 国有建设用地使用权 --> | 8 | <!-- 表单部分 国有建设用地使用权 --> |
9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
10 | <el-form :model="queryForm" ref="queryForm" label-width="120px"> | 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
11 | <el-row> | 11 | <el-row> |
12 | <el-col :span="10"> | 12 | <el-col :span="8"> |
13 | <el-form-item label="不动产单元号"> | 13 | <el-form-item label="不动产单元号"> |
14 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width300px"> | 14 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
15 | </el-input> | 15 | </el-input> |
16 | </el-form-item> | 16 | </el-form-item> |
17 | </el-col> | 17 | </el-col> |
18 | <el-col :span="10"> | 18 | <el-col :span="8"> |
19 | <el-form-item label="坐落"> | 19 | <el-form-item label="坐落" label-width="60px"> |
20 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width300px"> | 20 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> |
21 | </el-input> | 21 | </el-input> |
22 | </el-form-item> | 22 | </el-form-item> |
23 | </el-col> | 23 | </el-col> |
24 | <el-col :span="4" class="btnColRight"> | 24 | <el-col :span="8" class="btnColRight"> |
25 | <el-form-item> | 25 | <el-form-item> |
26 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> | ||
27 | <el-button type="primary" @click="handleSearch">查询</el-button> | 26 | <el-button type="primary" @click="handleSearch">查询</el-button> |
28 | </el-form-item> | 27 | </el-form-item> |
29 | </el-col> | 28 | </el-col> | ... | ... |
-
Please register or sign in to post a comment