From 54a7e17c95f383822fe3159ecec598aab715a97b Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 22 Dec 2025 23:30:40 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=92=8C=E5=88=9B=E5=BB=BA=E4=BA=BAID?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=9A=84=E9=94=AE=E5=90=8D=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E5=90=8E=E7=AB=AF=E6=95=B0=E6=8D=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rwa/product/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/rwa/product/index.vue b/src/views/rwa/product/index.vue index 2c6ded5..0a6666d 100644 --- a/src/views/rwa/product/index.vue +++ b/src/views/rwa/product/index.vue @@ -48,11 +48,11 @@ const columns: TableBaseColumns = [ }, { title: '产品分类', - key: 'categoryId' + key: 'category.name' }, { title: '创建人ID', - key: 'createdBy' + key: 'creator.username' }, { title: '创建时间',