Exemplo n.º 1
0
def job_experience_stat_json():
    # 工作经验统计数据
    return jsonify(job.experience_stat())
Exemplo n.º 2
0
def job_experience_stat():
    # 工作经验统计页面
    return render_template('job/experience-stat.html',rows=job.experience_stat())
Exemplo n.º 3
0
def experience_stat_json():
    return jsonify(job_.experience_stat())
Exemplo n.º 4
0
def experience_stat():
    return render_template('job/experience_stat.html',
                           rows=job_.experience_stat())
Exemplo n.º 5
0
def job_experience_stat_json():
    """工作经验统计数据

    """
    return jsonify(job.experience_stat())
Exemplo n.º 6
0
def job_experience_stat_json():
    '''工作经验统计数据'''
    return jsonify(job.experience_stat())