custom/西部信托0401
This commit is contained in:
parent
5c8ada33d8
commit
be60d391d7
|
|
@ -22,7 +22,7 @@ class PersonalSalaryReport extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
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: [
|
dateRange: [
|
||||||
moment(new Date()).subtract(12, "months").format("YYYY-MM"),
|
moment(new Date()).subtract(12, "months").format("YYYY-MM"),
|
||||||
moment(new Date()).format("YYYY-MM")
|
moment(new Date()).format("YYYY-MM")
|
||||||
|
|
@ -154,4 +154,4 @@ class PersonalSalaryReport extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default PersonalSalaryReport;
|
export default PersonalSalaryReport;
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ class Index extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 10, total: 0 },
|
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 50, total: 0 },
|
||||||
loading: false
|
loading: false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ class Index extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 10, total: 0 },
|
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 50, total: 0 },
|
||||||
loading: false
|
loading: false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -105,4 +105,4 @@ class Index extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Index;
|
export default Index;
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ class Index extends Component {
|
||||||
const btns = [
|
const btns = [
|
||||||
<div className="flex-salary">
|
<div className="flex-salary">
|
||||||
<div className="mysalary-search-title">{getLabel(542604, "薪资所属月")}</div>
|
<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 })}/>
|
onChange={v => this.setState({ salaryYearMonth: v })}/>
|
||||||
</div>
|
</div>
|
||||||
];
|
];
|
||||||
|
|
@ -153,4 +153,4 @@ class Index extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Index;
|
export default Index;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue