|
@@ -1,5 +1,6 @@
|
|
|
import React from 'react'
|
|
import React from 'react'
|
|
|
-import { Row, Col } from 'antd'
|
|
|
|
|
|
|
+import { Row, Col, Button } from 'antd'
|
|
|
|
|
+import { LinkOne } from '@icon-park/react'
|
|
|
import EditableForm from '@/components/EditableForm'
|
|
import EditableForm from '@/components/EditableForm'
|
|
|
|
|
|
|
|
const RoadpricingForm = props => {
|
|
const RoadpricingForm = props => {
|
|
@@ -92,6 +93,12 @@ const RoadpricingForm = props => {
|
|
|
tartgetUrl="/cloud/update"
|
|
tartgetUrl="/cloud/update"
|
|
|
type={updateKey}
|
|
type={updateKey}
|
|
|
/>
|
|
/>
|
|
|
|
|
+ <div className="text-center mt-6">
|
|
|
|
|
+ <Button type="primary" ghost size="small">
|
|
|
|
|
+ <LinkOne size="14" />
|
|
|
|
|
+ <span className="ml-5px">关联CLD客户</span>
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|