This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
newStyle
lancer
2 years ago
parent
c47dbf7027
commit
4d845543b8
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/views/Statistics/dataScreeAge.vue
+2
-2
src/views/Statistics/houseDataSys.vue
+ 1
- 0
src/views/Statistics/dataScreeAge.vue
View File
@@ -365,6 +365,7 @@ export default {
this.$api.api
.findMyOrg({
orgType: localStorage.getItem("orgType"),
agentId: localStorage.getItem('agentId'),
})
.then((res) => {
this.houseList = res.data;
+ 2
- 2
src/views/Statistics/houseDataSys.vue
View File
@@ -163,7 +163,7 @@
</div>
</div>
</div>
<div class="grid-content" @click="secondChange('2')" style="height:auto;cursor: pointer;">
<
!-- <
div class="grid-content" @click="secondChange('2')" style="height:auto;cursor: pointer;">
<div class="text1" :class="{ tophovese: secindex == 2 }">
服务期内楼盘数
</div>
@@ -178,7 +178,7 @@
{{compare2.houseQofEnough||0}}
</div>
</div>
</div>
</div>
-->
</div>
<div id="main"></div>
</div>
Write
Preview
Loading…
Cancel
Save