nickchange
2023-10-13 edf83149d0f26fb99eb6548d9e68bcc81a8cc893
cloud-server-management/src/main/webapp/static/modular/system/tStudent/tStudent.js
@@ -14,7 +14,7 @@
TStudent.initColumn = function () {
    return [
        {field: 'selectItem', radio: true},
            {title: '主键', field: 'id', visible: false, align: 'center', valign: 'middle'},
        {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'},
            {title: '所属用户', field: 'userName', visible: true, align: 'center', valign: 'middle'},
            {title: '姓名', field: 'name', visible: true, align: 'center', valign: 'middle'},
            {title: '联系电话电话', field: 'phone', visible: true, align: 'center', valign: 'middle'},
@@ -129,6 +129,24 @@
};
/**
 * 学员管理
 */
TStudent.openTStudentDetail2 = function () {
    if (this.check()) {
        var index = layer.open({
            type: 2,
            title: '详情',
            area: ['100%', '100%'],  //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/tStudent/tStudent_commite/' + TStudent.seItem.id
        });
        this.layerIndex = index;
    }
};
/**
 * 删除