@ -98,10 +98,6 @@ const columns = [
title: '巷道标识',
dataIndex: 'plcId',
},
{
title: '库区',
dataIndex: 'area',
title: '光源IP',
scopedSlots: { customRender: 'lightSourceIp' }
@ -26,17 +26,6 @@
/>
</a-form-item>
<<<<<<< HEAD
=======
</div>
<div class="across-layout">
<a-form-item label="库区" :label-col="formItemAcrossLayout.labelCol">
<a-input
v-decorator="['area']"
>>>>>>> 7c8cb048022f8fbc9d7b274bbde1e5502cefbe4d
<a-form-item label="PLC IP" :label-col="formItemAcrossLayout.labelCol">
@ -138,18 +138,7 @@ export default {
data: {}
}).then(res => {
if(res.code == 200) {
this.getAllCameras()
this.areas = res.data;
if(this.areas.length == 0){
}else{
this.activeKey = this.areas[0]
this.tabChange();
}
}).catch(err => {
console.log(err)