点位图表数据名称、时间限制
This commit is contained in:
@ -146,7 +146,7 @@ export default {
|
||||
data.forEach((item,index)=>{
|
||||
item.deviceList.forEach(inner=>{
|
||||
dataset.push({
|
||||
name:`${this.isDtdc ? `${inner.parentDeviceId ? inner.parentDeviceId+'-' : ''}` : ''}${inner.deviceId}`,
|
||||
name:`${this.isDtdc ? `${inner.parentDeviceId ? inner.parentDeviceId+'-' : ''}` : ''}${this.pointName}`,
|
||||
type:'line',
|
||||
xdata:[],
|
||||
data:[]
|
||||
|
||||
Reference in New Issue
Block a user