Browse Source

实习跟踪明细-列表序号调整

北屯中职分支
ndbs 1 year ago
parent
commit
c81422e8a8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/BC_EffectEvaluation/Index.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/BC_EffectEvaluation/Index.js View File

@@ -69,10 +69,10 @@ var bootstrap = function ($, learun) {
$('#gridtable').jfGrid({
url: top.$.rootUrl + '/PersonnelManagement/BC_EffectEvaluation/GetPageList',
headData: [
{ label: "评估人", name: "Name", width: 100, align: "left"},
{ label: "评估对象", name: "Name1", width: 100, align: "left" },
{ label: "序号", name: "xh", width: 100, align: "left" },
{ label: "班级", name: "classname", width: 100, align: "left" },
{ label: "评估对象", name: "Name1", width: 100, align: "left" },
{ label: "评估人", name: "Name", width: 100, align: "left" },
{ label: "评估结果", name: "Result", width: 100, align: "left"},
{ label: "评估时间", name: "ResultTime", width: 100, align: "left"},
{ label: "备注", name: "Remark", width: 100, align: "left"},


Loading…
Cancel
Save