custom/西部信托0401

This commit is contained in:
黎永顺 2026-03-20 16:31:27 +08:00
parent 5c8ada33d8
commit be60d391d7
4 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ class PersonalSalaryReport extends Component {
constructor(props) {
super(props);
this.state = {
loading: false, dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 10, total: 0 }, sumRow: {},
loading: false, dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 50, total: 0 }, sumRow: {},
dateRange: [
moment(new Date()).subtract(12, "months").format("YYYY-MM"),
moment(new Date()).format("YYYY-MM")
@ -154,4 +154,4 @@ class PersonalSalaryReport extends Component {
}
}
export default PersonalSalaryReport;
export default PersonalSalaryReport;

View File

@ -21,7 +21,7 @@ class Index extends Component {
constructor(props) {
super(props);
this.state = {
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 10, total: 0 },
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 50, total: 0 },
loading: false
};
}

View File

@ -18,7 +18,7 @@ class Index extends Component {
constructor(props) {
super(props);
this.state = {
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 10, total: 0 },
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 50, total: 0 },
loading: false
};
}
@ -105,4 +105,4 @@ class Index extends Component {
}
}
export default Index;
export default Index;

View File

@ -111,7 +111,7 @@ class Index extends Component {
const btns = [
<div className="flex-salary">
<div className="mysalary-search-title">{getLabel(542604, "薪资所属月")}</div>
<MonthRangePicker dateRange={salaryYearMonth} viewAttr={2} isOneYear
<MonthRangePicker dateRange={salaryYearMonth} viewAttr={2}
onChange={v => this.setState({ salaryYearMonth: v })}/>
</div>
];
@ -153,4 +153,4 @@ class Index extends Component {
}
}
export default Index;
export default Index;