|
@@ -44,20 +44,6 @@
|
|
|
:header-cell-style="{ background: '#f1f1f1', fontSize: '17px' }"
|
|
|
:row-class-name="tableRowClassName"
|
|
|
>
|
|
|
- <el-table-column
|
|
|
- label="学校"
|
|
|
- prop="school"
|
|
|
- min-width="15"
|
|
|
- align="center"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="教师"
|
|
|
- prop="username"
|
|
|
- min-width="15"
|
|
|
- align="center"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
<el-table-column label="课程" min-width="15" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div style="max-height: 180px; overflow: auto">
|
|
@@ -74,6 +60,21 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ label="学校"
|
|
|
+ prop="school"
|
|
|
+ min-width="15"
|
|
|
+ align="center"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ label="负责人"
|
|
|
+ prop="username"
|
|
|
+ min-width="15"
|
|
|
+ align="center"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
<el-table-column label="总计" min-width="15" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="cd_d_span">
|
|
@@ -364,7 +365,7 @@ export default {
|
|
|
},
|
|
|
getData() {
|
|
|
let params = {
|
|
|
- org: "",
|
|
|
+ org: this.org,
|
|
|
// this.org
|
|
|
};
|
|
|
this.ajax
|
|
@@ -629,7 +630,7 @@ export default {
|
|
|
display: flex;
|
|
|
}
|
|
|
.cd_course span {
|
|
|
- width:100%;
|
|
|
+ width: 100%;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|