Commit 63b29930 authored by 程卓's avatar 程卓

徐汇dashboard的专项检车bug修复

parent 97a2a4cc
...@@ -64,7 +64,7 @@ default: // 默认环境下(开发环境) ...@@ -64,7 +64,7 @@ default: // 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2' // BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2' BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://pudong.hm.omniview.pro/api/v2' // BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
MOCK_URL = 'https://yapi.omniview.pro/mock/283' MOCK_URL = 'https://yapi.omniview.pro/mock/283'
......
...@@ -166,8 +166,8 @@ ...@@ -166,8 +166,8 @@
<span style="font-weight:600;"><img src="@/assets/icon/yyzt.png" alt="" style="width:20px;margin-right:3px;"> 已有主题</span> <span style="font-weight:600;"><img src="@/assets/icon/yyzt.png" alt="" style="width:20px;margin-right:3px;"> 已有主题</span>
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
<!-- <span class="jianchaThemeNum">{{theme}}</span> --> <span class="jianchaThemeNum">{{theme}}</span>
<span class="jianchaThemeNum">0</span> <!-- <span class="jianchaThemeNum">0</span> -->
</a-col> </a-col>
</a-row> </a-row>
<a-row> <a-row>
...@@ -175,8 +175,8 @@ ...@@ -175,8 +175,8 @@
<span style="font-weight:600;"><img src="@/assets/icon/ywcjcxq.png" alt="" style="width:20px;margin-right:3px;"> 已完成检查小区</span> <span style="font-weight:600;"><img src="@/assets/icon/ywcjcxq.png" alt="" style="width:20px;margin-right:3px;"> 已完成检查小区</span>
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
<!-- <span class="jianchaThemeNum">{{sect}}</span> --> <span class="jianchaThemeNum">{{sect}}</span>
<span class="jianchaThemeNum">0</span> <!-- <span class="jianchaThemeNum">0</span> -->
</a-col> </a-col>
</a-row> </a-row>
<a-row> <a-row>
...@@ -184,8 +184,8 @@ ...@@ -184,8 +184,8 @@
<span style="font-weight:600;"><img src="@/assets/icon/zt.png" alt="" style="width:20px;margin-right:3px;"> 已开整改单</span> <span style="font-weight:600;"><img src="@/assets/icon/zt.png" alt="" style="width:20px;margin-right:3px;"> 已开整改单</span>
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
<!-- <span class="jianchaThemeNum">{{receipts}}</span> --> <span class="jianchaThemeNum">{{receipts}}</span>
<span class="jianchaThemeNum">0</span> <!-- <span class="jianchaThemeNum">0</span> -->
</a-col> </a-col>
</a-row> </a-row>
</a-col> </a-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment