本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
liumin
/
zkPCproject
關注
0
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
init
newStyle
lancer
3 年之前
父節點
c47dbf7027
當前提交
4d845543b8
共有
2 個檔案被更改
,包括
3 行新增
和
2 行删除
分割檢視
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
查看文件
@@ -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>
Write
Preview
Loading…
取消
儲存