|
|
@@ -118,7 +118,7 @@
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="分析结果" name="third" style="width: 100%;">
|
|
|
- <el-empty v-if="curProjectInfo.id==''" description="暂无数据"></el-empty>
|
|
|
+ <el-empty image="/static/images/ghzc/empty.png" v-if="curProjectInfo.id==''" description="暂无数据"></el-empty>
|
|
|
<el-row class="box-card" v-model="curProjectInfo" v-if="curProjectInfo.id!=''">
|
|
|
<el-col :span="18">
|
|
|
<span style="font-size: 1rem">{{
|
|
|
@@ -183,7 +183,7 @@
|
|
|
<ul style="width: 25rem;height: 25rem;overflow-y: auto;">
|
|
|
<!-- item = { id: smid, cqr: cqrVal, jg: fwjgVal, fwdj: fwdjVal, floor: floorVal, jzmj: jzmjVal, zdmj: zdmjVal, address: addressVal, pay: pay, single: BZ } -->
|
|
|
<li v-if="cqResult.gyList&&cqResult.gyList.length==0">
|
|
|
- <el-empty description="未占用国有房产"></el-empty>
|
|
|
+ <el-empty image="/static/images/ghzc/empty.png" description="未占用国有房产"></el-empty>
|
|
|
</li>
|
|
|
<li v-for="(cqItem, index) in cqResult.gyList" :key="index"
|
|
|
style="margin-bottom: 0.5rem; font-size: 0.8rem">
|
|
|
@@ -521,7 +521,7 @@
|
|
|
<ul style="width: 25rem;height: 25rem;overflow-y: auto;">
|
|
|
<!-- item = { id: smid, cqr: cqrVal, jg: fwjgVal, fwdj: fwdjVal, floor: floorVal, jzmj: jzmjVal, zdmj: zdmjVal, address: addressVal, pay: pay, single: BZ } -->
|
|
|
<li v-if="cqResult.jtList&&cqResult.jtList.length==0">
|
|
|
- <el-empty description="未占用集体房产"></el-empty>
|
|
|
+ <el-empty image="/static/images/ghzc/empty.png" description="未占用集体房产"></el-empty>
|
|
|
</li>
|
|
|
<li v-for="(cqItem, index) in cqResult.jtList" :key="index"
|
|
|
style="margin-bottom: 0.5rem; font-size: 0.8rem">
|