修改bug
This commit is contained in:
parent
9713eabd92
commit
83eab2bb43
|
|
@ -41,11 +41,6 @@
|
|||
<a-table :columns="columnsWlsb" :data-source="getData(item)" bordered="true" size="small" :scroll="{ x: 100, y: 130 }" showHeader="false" :pagination="false">
|
||||
</a-table>
|
||||
</div>
|
||||
<!-- <div>物联设备:</div>
|
||||
<div style="margin-top: 10px;">摄像头:{{item.sxtList?item.sxtList+"个":'-'}}</div>
|
||||
<div style="margin-top: 10px;">电表:{{item.dbList?item.dbList+"个":'-'}}</div>
|
||||
<div style="margin-top: 10px;">水表:{{item.sbList?item.sbList+"个":'-'}}</div>
|
||||
<div style="margin-top: 10px;">温湿度计:{{item.wsdjList?item.wsdjList+"个":'-'}}</div> -->
|
||||
</a-tab-pane>
|
||||
</a-tabs>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -90,6 +90,8 @@
|
|||
fixed: 'right',
|
||||
},
|
||||
beforeFetch: async (params) => {
|
||||
queryParam.status = '0';
|
||||
queryParam.gysId = '2047123618033872898';
|
||||
return Object.assign(params, queryParam);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue