From e92ddbcdc1cb990de02621bccfa62cc067afd3b9 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Mon, 09 Sep 2024 15:26:24 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/components/personCard/DetailDialog.jsx | 28 ++++++++-------------------- 1 files changed, 8 insertions(+), 20 deletions(-) diff --git a/gz-customerSystem/src/components/personCard/DetailDialog.jsx b/gz-customerSystem/src/components/personCard/DetailDialog.jsx index 5c6877a..183501d 100644 --- a/gz-customerSystem/src/components/personCard/DetailDialog.jsx +++ b/gz-customerSystem/src/components/personCard/DetailDialog.jsx @@ -124,17 +124,13 @@ [ { label: '登记企业材料', - value: <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" className="title-file" />广东好又多餐饮有限公司营业执照.pdf - </a>, + value: '', isFile: true, field: 'file', }, { label: '法定代表人身份证明材料', - value: <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" className="title-file" />江照月个人身份.pdf - </a>, + value: '', isFile: true, field: 'file1', }, @@ -189,17 +185,13 @@ [ { label: '机构登记材料', - value: <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" className="title-file" />广东好又多餐饮有限公司营业执照.pdf - </a>, + value: '', isFile: true, field: 'file', }, { label: '机构代表人身份证明材料', - value: <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" className="title-file" />江照月个人身份.pdf - </a>, + value: '', isFile: true, field: 'file1', }, @@ -290,17 +282,13 @@ [ { label: '身份证明材料', - value: <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" className="title-file" />广东好又多餐饮有限公司营业执照.pdf - </a>, + value: '', isFile: true, field: 'file', }, { label: '代理人授权委托书', - value: <a href="your-link-here.html" target="_blank"> - <img src={link} alt="" className="title-file" />江照月个人身份.pdf - </a>, + value: '', isFile: true, field: 'file1', }, @@ -394,9 +382,9 @@ } </table> {/* 重复来访重点人员 */} - <div style={{ width: 'calc(100% - 9px)', background: '#f2f3f5', marginBottom: '20px', padding: '12px' }}> + {/* <div style={{ width: 'calc(100% - 9px)', background: '#f2f3f5', marginBottom: '20px', padding: '12px' }}> <KeyVisits /> - </div> + </div> */} </div> ) } -- Gitblit v1.8.0