在线设备录入添加参数
修改组件管理时间线配置
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
:timeValue="datePickerRef?.timeValue || 3"
|
||||
:height="rowHeight * item.h - seRowHeight(item.h) + 'px'"
|
||||
:width="rowWidth * item.w - 30 + 'px'"
|
||||
:timeKey="(item as LayoutItem).timeKey"
|
||||
:timeKey="(item as LayoutItem).timeKeys"
|
||||
:interval="datePickerRef?.interval"
|
||||
:w="item.w"
|
||||
:h="item.h"
|
||||
@@ -86,7 +86,7 @@ interface LayoutItem {
|
||||
y: number
|
||||
w: number
|
||||
h: number
|
||||
timeKey: number | string
|
||||
timeKeys: any
|
||||
i: string | number
|
||||
name: string
|
||||
path: string
|
||||
|
||||
Reference in New Issue
Block a user