From d3bcfd717743216b016fecdfc3d8d28761ef42ec Mon Sep 17 00:00:00 2001 From: XuZhiqiang Date: Sat, 6 Jun 2026 22:39:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(web-antdv-next):=20IoT=20=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A1=A8=E4=BD=BF=E7=94=A8=20render=20?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=20customRender?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device/detail/modules/thing-model-property-history.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '时间',