from django.shortcuts import render # 集团经营目标表 def group_business_objectives(request): return render(request, 'perf_mgnt/group_business_objectives.html') def employee_performance_targets(request): return render(request, 'perf_mgnt/employee_performance_targets.html')