优化暂态事件列表
This commit is contained in:
@@ -61,13 +61,14 @@
|
||||
v-if="(item as LayoutItem).component"
|
||||
:key="(item as LayoutItem).i"
|
||||
class="pd10"
|
||||
:timeValue="datePickerRef?.timeValue || 3"
|
||||
:timeValue="datePickerRef?.timeValue"
|
||||
:height="rowHeight * item.h - seRowHeight(item.h) + 'px'"
|
||||
:width="rowWidth * item.w - 30 + 'px'"
|
||||
:timeKey="(item as LayoutItem).timeKeys"
|
||||
:interval="datePickerRef?.interval"
|
||||
:w="item.w"
|
||||
:h="item.h"
|
||||
:flag="flag"
|
||||
/>
|
||||
<div v-else class="pd10">组件加载失败...</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user