处理序号字典

This commit is contained in:
孙景学
2025-07-10 09:31:22 +08:00
parent 1f2986b5ae
commit eefc97e553
26 changed files with 300 additions and 426 deletions

View File

@ -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>
})}
</>