From cc945eb396f90c38c3815013b9aa92d2ca96411d Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Thu, 15 Aug 2024 09:36:12 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- gz-customerSystem/src/views/register/visit/preview.jsx | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/preview.jsx b/gz-customerSystem/src/views/register/visit/preview.jsx index 226be44..e6ea1e9 100644 --- a/gz-customerSystem/src/views/register/visit/preview.jsx +++ b/gz-customerSystem/src/views/register/visit/preview.jsx @@ -2,7 +2,7 @@ * @Author: dminyi 1301963064@qq.com * @Date: 2024-08-13 15:19:57 * @LastEditors: dminyi 1301963064@qq.com - * @LastEditTime: 2024-08-14 12:07:21 + * @LastEditTime: 2024-08-14 14:59:10 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\preview.jsx * @Description: 预览信息 */ @@ -101,9 +101,9 @@ <table border="1" align="center" cellpadding="8" className="table"> <tr> <th bgcolor="#F7F8FA" className="table-title" width="120">姓名</th> - <td width='300'><div style={{ display: 'flex' }}><div>豪豪豪</div><div style={{ color: '#1A6FB8', padding: '0px 8px', border: '1px solid #1A6FB8', borderRadius: '4px', fontSize: '14px', marginLeft: '8px', height: '22px', display: 'flex', alignItems: 'center' }}>自然人</div></div></td> + <td width='380'><div style={{ display: 'flex' }}><div>李晓明</div><div className="title-personRemark">自然人</div></div></td> <th bgcolor="#F7F8FA" className="table-title" width="120">联系方式</th> - <td width='300'>19</td> + <td width='380'>19</td> <th bgcolor="#F7F8FA" className="table-title" width='140'>性别</th> <td>汉</td> <td rowspan="4" width="112" height='147' style={{ padding: '0px' }}> @@ -132,7 +132,7 @@ <th bgcolor="#F7F8FA" className="table-title">身份证明材料</th> <td> <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf + <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf </a> </td> </tr> @@ -140,9 +140,9 @@ <table border="1" align="center" cellpadding="8" className="table" style={{ marginTop: '20px', marginBottom: '20px' }}> <tr> <th bgcolor="#F7F8FA" className="table-title" width="120">姓名</th> - <td width='300'>豪豪豪</td> + <td width='380'><div style={{ display: 'flex' }}><div>李巧凤</div><div className="title-personRemark">代理人</div></div></td> <th bgcolor="#F7F8FA" className="table-title" width="120">联系方式</th> - <td width='300'>19</td> + <td width='380'>19</td> <th bgcolor="#F7F8FA" className="table-title" width="140">性别</th> <td>汉</td> <td rowspan="4" width="112" height='147' style={{ padding: '0px' }}> @@ -179,13 +179,13 @@ <th bgcolor="#F7F8FA" className="table-title">身份证明材料</th> <td> <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf + <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf </a> </td> <th bgcolor="#F7F8FA" className="table-title">代理人授权委托书</th> <td> <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf + <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf </a> </td> </tr> @@ -199,11 +199,11 @@ </div> <table border="1" align="center" cellpadding="8" className="table" style={{ marginTop: '20px', marginBottom: '20px' }}> <tr> - <th bgcolor="#F7F8FA" className="table-title">企业名称</th> - <td>豪豪豪</td> - <th bgcolor="#F7F8FA" className="table-title">联系方式</th> - <td>19</td> - <th bgcolor="#F7F8FA" className="table-title">企业所在地</th> + <th bgcolor="#F7F8FA" className="table-title" width="120">企业名称</th> + <td width='380'><div style={{ display: 'flex' }}><div>广东好又多贸易有限公司</div><div className="title-personRemark">法人</div></div></td> + <th bgcolor="#F7F8FA" className="table-title" width="120">联系方式</th> + <td width='380'>19</td> + <th bgcolor="#F7F8FA" className="table-title" width="120">企业所在地</th> <td>汉</td> </tr> <tr> @@ -220,13 +220,13 @@ <th bgcolor="#F7F8FA" className="table-title">企业登记材料</th> <td> <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf + <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf </a> </td> <th bgcolor="#F7F8FA" className="table-title" >法定代表人身份证明材料</th> <td> <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf + <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf </a> </td> </tr> -- Gitblit v1.8.0