|
@ -95,7 +95,7 @@ const Information = (props) => { |
|
|
key: 'operation', |
|
|
key: 'operation', |
|
|
render: (text, record, index) => { |
|
|
render: (text, record, index) => { |
|
|
return ( |
|
|
return ( |
|
|
<div style={{ width: 180 }}> |
|
|
<div style={{ width: 190 }}> |
|
|
<Button type="link" onClick={() => { |
|
|
<Button type="link" onClick={() => { |
|
|
setAddModel(true) |
|
|
setAddModel(true) |
|
|
setModelData(record) |
|
|
setModelData(record) |
|
|