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

    """
    return jsonify(job.experience_stat())
예제 #6
0
파일: app.py 프로젝트: leeboyjcc/paradise
def job_experience_stat_json():
    '''工作经验统计数据'''
    return jsonify(job.experience_stat())