1
Showing
3 changed files
with
8 additions
and
7 deletions
| ... | @@ -11,8 +11,8 @@ | ... | @@ -11,8 +11,8 @@ |
| 11 | </el-form-item> | 11 | </el-form-item> |
| 12 | </el-col> | 12 | </el-col> |
| 13 | <el-col :span="10"> | 13 | <el-col :span="10"> |
| 14 | <el-form-item label="不动产权证号"> | 14 | <el-form-item label="坐落"> |
| 15 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width300px"> | 15 | <el-input placeholder="请输入坐落" v-model="queryForm.zl" clearable class="width300px"> |
| 16 | </el-input> | 16 | </el-input> |
| 17 | </el-form-item> | 17 | </el-form-item> |
| 18 | </el-col> | 18 | </el-col> | ... | ... |
| ... | @@ -26,10 +26,10 @@ class data extends filter { | ... | @@ -26,10 +26,10 @@ class data extends filter { |
| 26 | ) | 26 | ) |
| 27 | } | 27 | } |
| 28 | }, | 28 | }, |
| 29 | { | 29 | // { |
| 30 | prop: "status", | 30 | // prop: "status", |
| 31 | label: "状态", | 31 | // label: "状态", |
| 32 | }, | 32 | // }, |
| 33 | { | 33 | { |
| 34 | prop: "qllxmc", | 34 | prop: "qllxmc", |
| 35 | label: "权利类型", | 35 | label: "权利类型", | ... | ... |
-
Please register or sign in to post a comment