|
@@ -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>
|