Commit dcc905e6 authored by cellee's avatar cellee

报告员加邮箱信息

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent 6bf0b67b
/*
* @Author: your name
* @Date: 2021-03-02 14:39:40
* @LastEditTime: 2021-03-08 15:37:22
* @LastEditTime: 2021-03-08 17:03:53
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx
......@@ -111,6 +111,9 @@ const service = (props: any) => {
</Form.Item>
{/* 报告人联系方式 */}
<Form.Item label="Contact Details">
<span style={{ display: 'inline-block', marginRight: 20 }}>
{term ? term.reporterEmail : null}
</span>
<span>{term ? term.reporterPhone : null}</span>
</Form.Item>
{/* 报告描述 */}
......
/*
* @Author: your name
* @Date: 2021-03-02 14:39:40
* @LastEditTime: 2021-03-08 15:37:31
* @LastEditTime: 2021-03-08 17:03:45
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx
......@@ -115,6 +115,9 @@ const service = (props: any) => {
</Form.Item>
{/* 报告人联系方式 */}
<Form.Item label="Contact Details">
<span style={{ display: 'inline-block', marginRight: 20 }}>
{term ? term.reporterEmail : null}
</span>
<span>{term ? term.reporterPhone : null}</span>
</Form.Item>
{/* 报告描述 */}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment