#QC3428087# 职称统计改为籍贯统计

This commit is contained in:
Chengliang 2024-12-17 14:29:47 +08:00
parent 7838ced7cb
commit 34ea0d5068
2 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,8 @@ class BasicConditionAnalysis extends React.Component {
ecId={`${
(this && this.props && this.props.ecId) || ''
}_TabPane@uzc70h`}
tab={i18n.label.proTitleStatus()}
//tab={i18n.label.proTitleStatus()}
tab={'籍贯统计'}
key='6'
></TabPane>
<TabPane

View File

@ -201,8 +201,7 @@ class ReportChart extends React.Component {
handleBasicClick (params) {
const { pathname,cmd,showDialog } = this.props
if (pathname !== 'basicConditionAnalysis') return false;
if (cmd == 'AgeRp' || cmd == 'SexRp' || cmd == 'SeniorityRp' || cmd == 'EduRp') {
console.log("params", params);
if (cmd == 'AgeRp' || cmd == 'SexRp' || cmd == 'SeniorityRp' || cmd == 'EduRp' || cmd == "JobCallRp") {
showDialog(params.name);
}