From 4dca7ee290df11f5abe949b3107e40453b83734b Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 10 Sep 2024 11:46:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=A7=E5=93=81=E7=AE=A1:=20=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E4=BA=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/products/Manage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/products/Manage.jsx b/src/views/products/Manage.jsx index 165805c..23c622f 100644 --- a/src/views/products/Manage.jsx +++ b/src/views/products/Manage.jsx @@ -74,7 +74,7 @@ function Index() { return {stateMapVal[`${r.audit_state_id}`]?.label}; }, }, - { title: t('products:AuditedBy'), key: 'audited_by', dataIndex: 'audited_by_name' }, + { title: t('products:AuditedBy'), key: 'audited_by', dataIndex: 'audited_by' }, { title: t('products:AuditDate'), key: 'audit_date', dataIndex: 'audit_date' }, { title: '',