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: '创建时间',