Browse Source

Merge branch '03/03GRADE' into test

mo 3 years ago
parent
commit
a14e0464bc
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/accompanyManager/accompanyList.vue

+ 4 - 4
src/views/accompanyManager/accompanyList.vue

@@ -149,7 +149,7 @@
             align="center"
             align="center"
             prop="name"
             prop="name"
             label="课程组名称"
             label="课程组名称"
-            width="100"
+            width="170px"
           >
           >
             <template slot-scope="scope">
             <template slot-scope="scope">
               <copy-text>{{ scope.row.name }}</copy-text>
               <copy-text>{{ scope.row.name }}</copy-text>
@@ -159,7 +159,7 @@
             align="center"
             align="center"
             prop="type"
             prop="type"
             label="课程组类型"
             label="课程组类型"
-            width="100"
+
           >
           >
             <template slot-scope="scope">
             <template slot-scope="scope">
               <div>
               <div>
@@ -167,7 +167,7 @@
               </div>
               </div>
             </template>
             </template>
           </el-table-column>
           </el-table-column>
-          <el-table-column align="center" prop="organName" label="所属分部">
+          <el-table-column align="center" prop="organName" label="所属分部"  width="100px">
             <template slot-scope="scope">
             <template slot-scope="scope">
               <copy-text>{{ scope.row.organName }}</copy-text>
               <copy-text>{{ scope.row.organName }}</copy-text>
             </template>
             </template>
@@ -178,7 +178,7 @@
             prop="educationalTeacherName"
             prop="educationalTeacherName"
             label="乐团主管"
             label="乐团主管"
           ></el-table-column>
           ></el-table-column>
-          <el-table-column align="center" prop="teacherName" label="指导老师">
+          <el-table-column align="center" prop="teacherName" label="指导老师" width="120px">
             <template slot-scope="scope">
             <template slot-scope="scope">
               <copy-text>{{ scope.row.teacherName }}</copy-text>
               <copy-text>{{ scope.row.teacherName }}</copy-text>
             </template>
             </template>