Browse Source

教师培训信息列表显示有误

临城职教中职
ndbs 2 years ago
parent
commit
a0f598327b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/TeacherTrain/Index.js

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

@@ -86,7 +86,7 @@ var bootstrap = function ($, learun) {
{ label: "培训内容", name: "TTContent", width: 100, align: "left" },
{ label: "培训机构", name: "TTOrganization", width: 100, align: "left" },
{ label: "培训方式", name: "TTWay", width: 100, align: "left" },
{ label: "所获证", name: "TTCertificates", width: 100, align: "left" },
{ label: "所获证", name: "TTCertificates", width: 100, align: "left" },
{
label: "培训级别", name: "TTLevel", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {


Loading…
Cancel
Save