1
This commit is contained in:
parent
bdb7cc73ca
commit
55d18e663f
@ -445,7 +445,7 @@ class CalendarPage extends React.Component {
|
||||
value={record.TEAM_ID}
|
||||
onChange={(e) => { changeClass(record.ID, 'TEAM_ID', e) }}
|
||||
filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
|
||||
//disabled
|
||||
disabled
|
||||
>
|
||||
{//map 循环 填充下拉项目
|
||||
this.state.teamList.map(item => {
|
||||
@ -487,7 +487,7 @@ class CalendarPage extends React.Component {
|
||||
}
|
||||
this.setState({ dataSource, odlDayListData: tempdate })
|
||||
}
|
||||
return <Button type={'danger'} onClick={deleteRecord} icon={'delete'}></Button>
|
||||
// return <Button type={'danger'} onClick={deleteRecord} icon={'delete'}></Button>
|
||||
}
|
||||
},
|
||||
// {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user