处理序号字典
This commit is contained in:
@ -134,7 +134,7 @@ const SupplierEntryReview: React.FC = () => {
|
||||
render: (_: any, record: any) => {
|
||||
return (
|
||||
<>
|
||||
{record.categoryNameList.map((item:string) => {
|
||||
{record.categoryNameList && record.categoryNameList.map((item:string) => {
|
||||
return <div>{`${item}`}</div>
|
||||
})}
|
||||
</>
|
||||
|
Reference in New Issue
Block a user