注册验证码与账号弹出,修改密码
This commit is contained in:
@ -149,7 +149,7 @@ const SupplierEntryReview: React.FC = () => {
|
||||
render: (value: { item: string }[] = []) => {
|
||||
if (!value || value.length === 0) return '-';
|
||||
if (value.length === 1) {
|
||||
return <span>{value[0].item}</span>;
|
||||
return <span>{value[0]}</span>;
|
||||
}
|
||||
// 多于1条
|
||||
const allNames = value.map(item => item).join('、');
|
||||
|
Reference in New Issue
Block a user