diff --git a/apps/web-antdv-next/src/views/iot/device/device/detail/modules/thing-model-property-history.vue b/apps/web-antdv-next/src/views/iot/device/device/detail/modules/thing-model-property-history.vue index 1c110cbf9..c9ed13889 100644 --- a/apps/web-antdv-next/src/views/iot/device/device/detail/modules/thing-model-property-history.vue +++ b/apps/web-antdv-next/src/views/iot/device/device/detail/modules/thing-model-property-history.vue @@ -121,7 +121,7 @@ const tableColumns = computed(() => [ key: 'index', width: 80, align: 'center' as const, - customRender: ({ index }: { index: number }) => index + 1, + render: (_value: unknown, _record: unknown, index: number) => index + 1, }, { title: '时间',