| | |
| | | <> |
| | | { |
| | | applyDialog?.map((item, index) => ( |
| | | <table border="1" align="center" cellpadding="6" className="table"> |
| | | <table border="1" align="center" cellpadding="6" className="table" key={item.id}> |
| | | <tr> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">姓名</th> |
| | | <td width='380'><div style={{ display: 'flex' }}><div>{item.trueName || '-'}</div><div className="title-personRemark">自然人</div></div></td> |
| | |
| | | return ( |
| | | <> |
| | | {agentDialog?.map((item, index) => ( |
| | | <table border="1" align="center" cellpadding="6" className="table" style={{ marginTop: '20px', marginBottom: '20px' }}> |
| | | <table border="1" align="center" cellpadding="6" className="table" style={{ marginTop: '20px', marginBottom: '20px' }} key={item.id}> |
| | | <tr> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">姓名</th> |
| | | <td width='380'><div style={{ display: 'flex' }}><div>{item.trueName || '-'}</div><div className="title-personRemark">代理人</div></div></td> |
| | |
| | | return ( |
| | | <> |
| | | {respondent?.map((item, index) => ( |
| | | <table border="1" align="center" cellpadding="6" className="table" style={{ marginTop: '20px', marginBottom: '20px' }}> |
| | | <table border="1" align="center" cellpadding="6" className="table" style={{ marginTop: '20px', marginBottom: '20px' }} key={item.id}> |
| | | <tr> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">企业名称</th> |
| | | <td width='380'><div style={{ display: 'flex' }}><div>{item.trueName}</div><div className="title-personRemark">{item.perClassName}</div></div></td> |
| | |
| | | return ( |
| | | <> |
| | | {company?.map((item, index) => ( |
| | | <table border="1" align="center" cellpadding="6" className="table" style={{ marginTop: '20px', marginBottom: '20px' }}> |
| | | <table border="1" align="center" cellpadding="6" className="table" style={{ marginTop: '20px', marginBottom: '20px' }} key={item.id}> |
| | | <tr> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">机构名称</th> |
| | | <td width='380'><div style={{ display: 'flex' }}><div>{item.trueName}</div><div className="title-personRemark">{item.perClassName}</div></div></td> |