872eef29 by 任超

feat:房产查询

1 parent 6f7d8243
......@@ -36,8 +36,8 @@
</div>
<div class="submit-button" v-if="isSearch" style="padding-bottom:20px">
<el-button type="primary">无房证明打印(1)</el-button>
<el-button type="primary">房产结果打印(1)</el-button>
<el-button type="primary" v-if="searchData.data.length > 0">房产结果打印(1)</el-button>
<el-button type="primary" v-else>无房证明打印(1)</el-button>
<el-button @click="closeDialog">关闭</el-button>
</div>
</div>
......