def job_education_stat_json(): # 学历要求统计数据 return jsonify(job.education_stat())
def job_education_stat(): # 学历要求统计页面 return render_template('job/education-stat.html',rows=job.education_stat())
def education_stat_json(): return jsonify(job_.education_stat())
def education_stat(): return render_template('job/education_stat.html', rows=job_.education_stat())
def job_education_stat_json(): """学历要求统计数据 """ return jsonify(job.education_stat())
def job_education_stat_json(): '''学历要求统计数据''' return jsonify(job.education_stat())