|
|
@ -28,8 +28,13 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<BroadcastReleases v-model="releaseVisible" :deviceId="dialogData.iotDeviceId" :pileNum="dialogData.stakeMark" |
|
|
|
:otherConfig="dialogData.otherConfig" :currentId="dialogData.id" /> |
|
|
|
<BroadcastReleases |
|
|
|
v-model="releaseVisible" |
|
|
|
:deviceId="dialogData.iotDeviceId" |
|
|
|
:pileNum="dialogData.stakeMark" |
|
|
|
:otherConfig="dialogData.otherConfig" |
|
|
|
:currentId="dialogData.id" |
|
|
|
/> |
|
|
|
</Dialog> |
|
|
|
</template> |
|
|
|
|
|
|
@ -93,13 +98,13 @@ export default { |
|
|
|
key: "direction", |
|
|
|
enum: "CameraDirectionEnum", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "所属机构", |
|
|
|
key: "organizationName", |
|
|
|
}, |
|
|
|
// { |
|
|
|
// label: "所属机构", |
|
|
|
// key: "organizationName", |
|
|
|
// }, |
|
|
|
{ |
|
|
|
label: "设备厂商", |
|
|
|
key: "brand", |
|
|
|
key: "manufacturer", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "设备状态", |
|
|
|