... dataIndex: 'tags', render: tags => ( <> {tags.map(tag => { let color = tag.length > 5 ? 'geekblue' : 'green'; if (tag === 'loser') { color = 'volcano'; } ...
確定! 回上一頁