使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
liumin
/
zkPCproject
关注
0
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
init
newStyle
lancer
3 年前
父节点
c47dbf7027
当前提交
4d845543b8
共有
2 个文件被更改
,包括
3 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-0
src/views/Statistics/dataScreeAge.vue
+2
-2
src/views/Statistics/houseDataSys.vue
+ 1
- 0
src/views/Statistics/dataScreeAge.vue
查看文件
@@ -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
查看文件
@@ -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>
撰写
预览
正在加载...
取消
保存