From 571e6b32ac94f5b636a1a417386b7afa8a8832c9 Mon Sep 17 00:00:00 2001
From: hjm <63528605@qq.com>
Date: Sat, 6 Jul 2019 15:49:39 +0800
Subject: [PATCH] width
---
 public/react/src/modules/courses/members/teacherList.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/react/src/modules/courses/members/teacherList.js b/public/react/src/modules/courses/members/teacherList.js
index 70944fab8..2c5108f8d 100644
--- a/public/react/src/modules/courses/members/teacherList.js
+++ b/public/react/src/modules/courses/members/teacherList.js
@@ -38,7 +38,7 @@ function buildColumns(that) {
     key: 'index',
     render: (content, item, index) => {
       return item.isApply == true ? '' : {(that.state.page - 1) * 20 + index + 1 
-          - (that.application_list ? that.application_list.length : 0)} 
+          - (that.state.application_list ? that.state.application_list.length : 0)} 
     }
   }
   // ,{
@@ -66,7 +66,7 @@ function buildColumns(that) {
   }] 
   that.state.course_groups && that.state.course_groups.length && columns.push({
     title: 管理权限,
-    // width: 230,
+    width: 260,
     key: 'course_groups',
     dataIndex: 'course_groups',
     // onClick={() => that.joinCourseGroup(item.id)}
@@ -137,7 +137,7 @@ function buildColumns(that) {
   if (hasGraduationModule) {
     columns.push({
       title: '答辩组',
-      width: 74,
+      // width: 90,
       key: 'graduation_group',
       dataIndex: 'graduation_group',
       render: text => (