|
@ -101,7 +101,7 @@ export default function RailManage() { |
|
|
dataIndex: 'op', |
|
|
dataIndex: 'op', |
|
|
render:(_, record)=>{ |
|
|
render:(_, record)=>{ |
|
|
return <div> |
|
|
return <div> |
|
|
<Button type="link" onClick={()=>onShowDetail(record)}>查看轨形</Button> |
|
|
|
|
|
|
|
|
<Button type="link" onClick={()=>onShowDetail(record)}>查看轨型</Button> |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
} |
|
|
}] |
|
|
}] |
|
@ -195,7 +195,7 @@ export default function RailManage() { |
|
|
</Modal> |
|
|
</Modal> |
|
|
|
|
|
|
|
|
<Modal open={gxVisible} footer={[]} width={{xl: '60%'}} onCancel={()=>setGxVisible(false)}> |
|
|
<Modal open={gxVisible} footer={[]} width={{xl: '60%'}} onCancel={()=>setGxVisible(false)}> |
|
|
<div className="mt-[20px]"> |
|
|
|
|
|
|
|
|
<div className="flex justify-center mt-[15px]"> |
|
|
<MeasurementCanvas |
|
|
<MeasurementCanvas |
|
|
width={800} |
|
|
width={800} |
|
|
height={600} |
|
|
height={600} |
|
|