fix: pick calendar with a wrong time range and set a unique value for dashboard grid key (#139)

This commit is contained in:
Fine0830
2022-08-18 16:29:36 +08:00
committed by GitHub
parent 9c0bb988e6
commit adb457d660
8 changed files with 28 additions and 24 deletions

View File

@@ -87,7 +87,7 @@ limitations under the License. -->
:w="item.w"
:h="item.h"
:i="item.i"
:key="item.i"
:key="item.id"
@click="clickTabGrid($event, item)"
:class="{ active: activeTabWidget === item.i }"
:drag-ignore-from="dragIgnoreFrom"