历史回溯修改
Showing
1 changed file
with
13 additions
and
7 deletions
| ... | @@ -30,32 +30,38 @@ | ... | @@ -30,32 +30,38 @@ |
| 30 | <el-row> | 30 | <el-row> |
| 31 | <el-col :span="6"><div class="grid-left">不动产权证号</div></el-col> | 31 | <el-col :span="6"><div class="grid-left">不动产权证号</div></el-col> |
| 32 | <el-col :span="18" | 32 | <el-col :span="18" |
| 33 | ><div class="grid-right">{{ result.bdcdyh }}</div></el-col | 33 | ><div class="grid-right"></div></el-col |
| 34 | > | 34 | > |
| 35 | </el-row> | 35 | </el-row> |
| 36 | <el-row> | 36 | <!-- <el-row> |
| 37 | <el-col :span="6"><div class="grid-left">自然幢号</div></el-col> | 37 | <el-col :span="6"><div class="grid-left">自然幢号</div></el-col> |
| 38 | <el-col :span="18" | 38 | <el-col :span="18" |
| 39 | ><div class="grid-right">{{ result.zrzh }}</div></el-col | 39 | ><div class="grid-right">{{ result.zrzh }}</div></el-col |
| 40 | > | 40 | > |
| 41 | </el-row> | 41 | </el-row> --> |
| 42 | <el-row> | 42 | <el-row> |
| 43 | <el-col :span="6"><div class="grid-left">权利人</div></el-col> | 43 | <el-col :span="6"><div class="grid-left">权利人</div></el-col> |
| 44 | <el-col :span="18" | 44 | <el-col :span="18" |
| 45 | ><div class="grid-right">{{ result.qlr }}</div></el-col | 45 | ><div class="grid-right">{{ result.qlrmc }}</div></el-col |
| 46 | > | 46 | > |
| 47 | </el-row> | 47 | </el-row> |
| 48 | <el-row> | 48 | <el-row> |
| 49 | <el-col :span="6"><div class="grid-left">权利性质</div></el-col> | 49 | <el-col :span="6"><div class="grid-left">权利性质</div></el-col> |
| 50 | <el-col :span="18" | 50 | <el-col :span="18" |
| 51 | ><div class="grid-right">{{ result.qlxz }}</div></el-col | 51 | ><div class="grid-right">{{ result.qlxzdm }}</div></el-col |
| 52 | > | ||
| 53 | </el-row> | ||
| 54 | <el-row> | ||
| 55 | <el-col :span="6"><div class="grid-left">批准用途</div></el-col> | ||
| 56 | <el-col :span="18" | ||
| 57 | ><div class="grid-right">{{ result.pzytdm }}</div></el-col | ||
| 52 | > | 58 | > |
| 53 | </el-row> | 59 | </el-row> |
| 54 | 60 | ||
| 55 | <el-row> | 61 | <el-row> |
| 56 | <el-col :span="6"><div class="grid-left">土地用途</div></el-col> | 62 | <el-col :span="6"><div class="grid-left">实际用途</div></el-col> |
| 57 | <el-col :span="18" | 63 | <el-col :span="18" |
| 58 | ><div class="grid-right">{{ result.fwyt }}</div></el-col | 64 | ><div class="grid-right">{{ result.sjytdm }}</div></el-col |
| 59 | > | 65 | > |
| 60 | </el-row> | 66 | </el-row> |
| 61 | <el-row> | 67 | <el-row> | ... | ... |
-
Please register or sign in to post a comment