feat:房产查询
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -36,8 +36,8 @@ | ... | @@ -36,8 +36,8 @@ |
36 | </div> | 36 | </div> |
37 | 37 | ||
38 | <div class="submit-button" v-if="isSearch" style="padding-bottom:20px"> | 38 | <div class="submit-button" v-if="isSearch" style="padding-bottom:20px"> |
39 | <el-button type="primary">无房证明打印(1)</el-button> | 39 | <el-button type="primary" v-if="searchData.data.length > 0">房产结果打印(1)</el-button> |
40 | <el-button type="primary">房产结果打印(1)</el-button> | 40 | <el-button type="primary" v-else>无房证明打印(1)</el-button> |
41 | <el-button @click="closeDialog">关闭</el-button> | 41 | <el-button @click="closeDialog">关闭</el-button> |
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> | ... | ... |
-
Please register or sign in to post a comment