From ee635de6fc758c044db0761faa003d0db1e82563 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 07 八月 2023 20:32:35 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/components/module/voucher/resetAttach/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/resetAttach/index.jsx b/src/tabviews/custom/components/module/voucher/resetAttach/index.jsx index fcbcb81..cbf864d 100644 --- a/src/tabviews/custom/components/module/voucher/resetAttach/index.jsx +++ b/src/tabviews/custom/components/module/voucher/resetAttach/index.jsx @@ -255,8 +255,8 @@ return <div className="attach-item" key={item.id}> <img src={item.icon} alt=""/> <div className="attach-msg"> - <div>{item.attachments_title}</div> - <div>{item.data_name ? item.data_name + ' / ' : ''}{item.attachments_url}</div> + {/* <div>{item.attachments_title}</div> */} + <div>{item.data_name ? item.data_name + ' / ' : ''}{item.attachments_title}</div> </div> <div> <DeleteOutlined onClick={() => this.deleteFile(item.id)}/> -- Gitblit v1.8.0