From bbcad709ca023fc35c5dce60acb84666dade91a4 Mon Sep 17 00:00:00 2001 From: layhuts Date: Sat, 9 May 2026 14:07:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/views/examples/vxe-table/viewed.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/src/views/examples/vxe-table/viewed.vue b/playground/src/views/examples/vxe-table/viewed.vue index 6a829b0be..5df0e9047 100644 --- a/playground/src/views/examples/vxe-table/viewed.vue +++ b/playground/src/views/examples/vxe-table/viewed.vue @@ -23,7 +23,7 @@ interface RowType { const gridOptions: VxeGridProps = { checkboxConfig: { highlight: true, - labelField: 'name', + labelField: 'productName', }, columns: [ {title: '序号', type: 'seq', width: 50}, @@ -88,7 +88,7 @@ const gridOptions: VxeGridProps = { const [Grid, gridApi] = useVbenVxeGrid({ gridOptions, viewedRow: { - // 触发已读的操作码(点击编辑时标记为已读) + // 触发已读的操作码 actionCodes: ['view'], // 行数据中的唯一标识字段 keyField: 'id',