|
@ -28,8 +28,13 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<BroadcastReleases v-model="releaseVisible" :deviceId="dialogData.iotDeviceId" :pileNum="dialogData.stakeMark" |
|
|
<BroadcastReleases |
|
|
:otherConfig="dialogData.otherConfig" :currentId="dialogData.id" /> |
|
|
v-model="releaseVisible" |
|
|
|
|
|
:deviceId="dialogData.iotDeviceId" |
|
|
|
|
|
:pileNum="dialogData.stakeMark" |
|
|
|
|
|
:otherConfig="dialogData.otherConfig" |
|
|
|
|
|
:currentId="dialogData.id" |
|
|
|
|
|
/> |
|
|
</Dialog> |
|
|
</Dialog> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
@ -93,13 +98,13 @@ export default { |
|
|
key: "direction", |
|
|
key: "direction", |
|
|
enum: "CameraDirectionEnum", |
|
|
enum: "CameraDirectionEnum", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// { |
|
|
label: "所属机构", |
|
|
// label: "所属机构", |
|
|
key: "organizationName", |
|
|
// key: "organizationName", |
|
|
}, |
|
|
// }, |
|
|
{ |
|
|
{ |
|
|
label: "设备厂商", |
|
|
label: "设备厂商", |
|
|
key: "brand", |
|
|
key: "manufacturer", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "设备状态", |
|
|
label: "设备状态", |
|
@ -130,7 +135,7 @@ export default { |
|
|
if (roadInfo) this.data.roadName = roadInfo.roadName; |
|
|
if (roadInfo) this.data.roadName = roadInfo.roadName; |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
handleClickTabs() { }, |
|
|
handleClickTabs() {}, |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
@ -170,7 +175,7 @@ export default { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: end; |
|
|
justify-content: end; |
|
|
|
|
|
|
|
|
>div { |
|
|
> div { |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
padding: 6px 12px; |
|
|
padding: 6px 12px; |
|
|
} |
|
|
} |
|
|