|
|
|
@ -616,7 +616,7 @@ const AirticketPlan = props => {
|
|
|
|
|
<Divider orientation="left">计划变更</Divider>
|
|
|
|
|
<Col md={24} lg={12} xxl={12}>
|
|
|
|
|
<Space direction="vertical" style={{ width: "90%" }}>
|
|
|
|
|
<Input.TextArea rows={4} readOnly value={veiPlanChangeTxt && veiPlanChangeTxt.ChangeText} />
|
|
|
|
|
<Input.TextArea rows={16} readOnly value={veiPlanChangeTxt && veiPlanChangeTxt.ChangeText} />
|
|
|
|
|
<Button
|
|
|
|
|
type="primary"
|
|
|
|
|
onClick={() => {
|
|
|
|
|