Commit 06af1b15 authored by Sixiang_Zzb's avatar Sixiang_Zzb

住户卡详情翻译修改

parent 51df4a75
...@@ -106,7 +106,7 @@ const CardDetail = (props: any) => { ...@@ -106,7 +106,7 @@ const CardDetail = (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>
......
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