基本信息
仅显示已填写的信息
设备名称
{{ detail.devicename || ' --' }}
设备编号
{{ detail.serialnumber || ' --' }}
设备类型
{{ detail.prodtype || ' --' }}
设备状态
{{ detail.status || ' --' }}
区域
{{ detail.areaname || ' --' }}
省市县
{{ detail.county ? detail.province + ',' + detail.city + ',' + detail.county : ' --'
}}
详细地址
{{ detail.address || ' --' }}
所属产品
{{ detail.prodname || ' --' }}
最近上线时间
{{ detail.lastconnecttime || ' --' }}
描述
{{ detail.remarks || ' --' }}
系统信息
创建时间
{{ detail.createdate || ' --' }}
创建人
{{ detail.createby || ' --' }}
最近编辑时间
{{ detail.changedate || ' --' }}
最近编辑人
{{ detail.changeby || ' --' }}