Commit 0cd0d8ac authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent facdac8c
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-03-02 14:39:40 * @Date: 2021-03-02 14:39:40
* @LastEditTime: 2021-03-04 10:48:08 * @LastEditTime: 2021-03-04 11:07:39
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx * @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx
...@@ -151,9 +151,10 @@ const service = (props: any) => { ...@@ -151,9 +151,10 @@ const service = (props: any) => {
return ( return (
<div key={idx}> <div key={idx}>
{/* 回复人 */} {/* 回复人 */}
<Form.Item label="Contact Details"> <Form.Item label="Rapporteur">
<div> <div>
<span>{v.replyName}</span> <span className="diys">Telephone : </span>{' '} <span>{v.replyName}</span>{' '}
<span className="diys">Contact Details : </span>{' '}
<span>{v.replyPhone}</span> <span>{v.replyPhone}</span>
</div> </div>
</Form.Item> </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