Commit 8b73175e authored by Sixiang_Zzb's avatar Sixiang_Zzb

小区服务翻译修改

parent dab5335e
...@@ -160,9 +160,9 @@ const Detail = (props: any) => { ...@@ -160,9 +160,9 @@ const Detail = (props: any) => {
> >
{!editorFlag ? ( {!editorFlag ? (
<Row gutter={16}> <Row gutter={16}>
<Col>Replyer:</Col> <Col>Attended By:</Col>
<Col span={6}>{CurDataDetail.replyName}</Col> <Col span={6}>{CurDataDetail.replyName}</Col>
<Col>Contact:</Col> <Col>Contact Details:</Col>
<Col>{CurDataDetail.replyPhone}</Col> <Col>{CurDataDetail.replyPhone}</Col>
</Row> </Row>
) : null} ) : null}
......
...@@ -99,15 +99,15 @@ const RenovationDetail = (props: any) => { ...@@ -99,15 +99,15 @@ const RenovationDetail = (props: any) => {
<Row gutter={8} style={{ marginTop: 16 }}> <Row gutter={8} style={{ marginTop: 16 }}>
<Col>Owner Name:</Col> <Col>Owner Name:</Col>
<Col span={3}>{onwerDetail.owerName}</Col> <Col span={3}>{onwerDetail.owerName}</Col>
<Col>Phone:</Col> <Col>Contact Details:</Col>
<Col>{onwerDetail.owerPhone}</Col> <Col>{onwerDetail.owerPhone}</Col>
</Row> </Row>
<Line></Line> <Line></Line>
<Row gutter={8} style={{ marginTop: 16 }}> <Row gutter={8} style={{ marginTop: 16 }}>
<Col span={3}>Contract Name:</Col> <Col span={3}>Applicant:</Col>
<Col span={3}>{listData.contactName}</Col> <Col span={3}>{listData.contactName}</Col>
<Col span={3}>Phone:</Col> <Col span={3}>Contact Details:</Col>
<Col>{listData.contactPhone}</Col> <Col>{listData.contactPhone}</Col>
</Row> </Row>
<Row gutter={8} style={{ marginTop: 16 }}> <Row gutter={8} style={{ marginTop: 16 }}>
...@@ -139,7 +139,7 @@ const RenovationDetail = (props: any) => { ...@@ -139,7 +139,7 @@ const RenovationDetail = (props: any) => {
rules={[{ required: true, message: 'You have to choose an outcome!' }]} rules={[{ required: true, message: 'You have to choose an outcome!' }]}
> >
<Radio.Group> <Radio.Group>
<Radio.Button value={'1'}>Agree</Radio.Button>{' '} <Radio.Button value={'1'}>Approve</Radio.Button>{' '}
<Radio.Button style={{ marginLeft: 10 }} value={'2'}> <Radio.Button style={{ marginLeft: 10 }} value={'2'}>
Reject Reject
</Radio.Button> </Radio.Button>
...@@ -166,9 +166,9 @@ const RenovationDetail = (props: any) => { ...@@ -166,9 +166,9 @@ const RenovationDetail = (props: any) => {
) : ( ) : (
<> <>
<Row> <Row>
<Col span={3}>Replyer:</Col> <Col span={3}>Attended By:</Col>
<Col span={3}>{listData.replyName}</Col> <Col span={3}>{listData.replyName}</Col>
<Col span={3}>Contact: </Col> <Col span={3}>Contact Details:</Col>
<Col>{listData.replyPhone}</Col> <Col>{listData.replyPhone}</Col>
</Row> </Row>
...@@ -176,7 +176,7 @@ const RenovationDetail = (props: any) => { ...@@ -176,7 +176,7 @@ const RenovationDetail = (props: any) => {
<Col span={3}>Approval For Application:</Col> <Col span={3}>Approval For Application:</Col>
<Col> <Col>
<Radio.Group value={listData.decorationStatus}> <Radio.Group value={listData.decorationStatus}>
<Radio.Button value={'1'}>Agree</Radio.Button>{' '} <Radio.Button value={'1'}>Approve</Radio.Button>{' '}
<Radio.Button style={{ marginLeft: 10 }} value={'2'}> <Radio.Button style={{ marginLeft: 10 }} value={'2'}>
Reject Reject
</Radio.Button> </Radio.Button>
......
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