From 6c0394cf02a9b870fc52b233c026c5f25736a70a Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 22 八月 2025 09:03:40 +0800 Subject: [PATCH] 样式调整 --- src/components/PIMTable/PIMTable.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue index fb472fb..955173d 100644 --- a/src/components/PIMTable/PIMTable.vue +++ b/src/components/PIMTable/PIMTable.vue @@ -301,7 +301,7 @@ }, rowKey: { type: String, - default: undefined, + default: 'id', }, page: { type: Object, -- Gitblit v1.9.3