|
@@ -530,9 +530,7 @@ const PublicCustomer = React.createClass({
|
|
|
<Spin spinning={this.state.loading}>
|
|
|
<Row style={{marginLeft:'100px'}}>
|
|
|
<Col span={3}>客户类型:</Col>
|
|
|
- <Col span={6}>{theData._customerType}</Col>
|
|
|
- <Col span={3}>编号:</Col>
|
|
|
- <Col span={6}>{theData.cid}</Col>
|
|
|
+ <Col span={6}>{theData._customerType}</Col>
|
|
|
</Row>
|
|
|
<Row style={{marginLeft:'100px'}}>
|
|
|
<Col span={3}>录入时间:</Col>
|