ソースを参照

教师证书管理

枝江中职分支
ndbs 4週間前
コミット
5c9987dd2e
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/TeacherCertificate/Index.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/TeacherCertificate/Index.js ファイルの表示

@@ -111,8 +111,8 @@ var bootstrap = function ($, learun) {
$('#gridtable').lrAuthorizeJfGrid({
url: top.$.rootUrl + '/PersonnelManagement/TeacherCertificate/GetPageList',
headData: [
{ label: "教师编号", name: "f_encode", width: 150, align: "left" },
{ label: "教师姓名", name: "f_realname", width: 100, align: "left" },
{ label: "教师编号", name: "TCNo", width: 150, align: "left" },
{ label: "教师姓名", name: "TCName", width: 100, align: "left" },
{
label: "部门", name: "f_departmentid", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {


読み込み中…
キャンセル
保存