This commit is contained in:
何美荣 2026-01-05 11:14:21 +08:00
parent bdb7cc73ca
commit 55d18e663f

View File

@ -445,7 +445,7 @@ class CalendarPage extends React.Component {
value={record.TEAM_ID} value={record.TEAM_ID}
onChange={(e) => { changeClass(record.ID, 'TEAM_ID', e) }} onChange={(e) => { changeClass(record.ID, 'TEAM_ID', e) }}
filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
//disabled disabled
> >
{//map 循环 填充下拉项目 {//map 循环 填充下拉项目
this.state.teamList.map(item => { this.state.teamList.map(item => {
@ -487,7 +487,7 @@ class CalendarPage extends React.Component {
} }
this.setState({ dataSource, odlDayListData: tempdate }) this.setState({ dataSource, odlDayListData: tempdate })
} }
return <Button type={'danger'} onClick={deleteRecord} icon={'delete'}></Button> // return <Button type={'danger'} onClick={deleteRecord} icon={'delete'}></Button>
} }
}, },
// { // {