|
@@ -22,11 +22,11 @@ const CldCompany = ({ company }) => {
|
|
|
<Descriptions.Item label="地区" span={3} labelStyle={{ width: '120px' }}>
|
|
<Descriptions.Item label="地区" span={3} labelStyle={{ width: '120px' }}>
|
|
|
{company.districtName}
|
|
{company.districtName}
|
|
|
</Descriptions.Item>
|
|
</Descriptions.Item>
|
|
|
- <Descriptions.Item label="手机" span={3} labelStyle={{ width: '120px' }}>
|
|
|
|
|
|
|
+ <Descriptions.Item label="电话" span={3} labelStyle={{ width: '120px' }}>
|
|
|
{company.phone}
|
|
{company.phone}
|
|
|
</Descriptions.Item>
|
|
</Descriptions.Item>
|
|
|
- <Descriptions.Item label="QQ" span={3} labelStyle={{ width: '120px' }}>
|
|
|
|
|
- {company.tagCooperationName}
|
|
|
|
|
|
|
+ <Descriptions.Item label="性质" span={3} labelStyle={{ width: '120px' }}>
|
|
|
|
|
+ {company.nature}
|
|
|
</Descriptions.Item>
|
|
</Descriptions.Item>
|
|
|
</Descriptions>
|
|
</Descriptions>
|
|
|
)
|
|
)
|