|
@@ -71,7 +71,9 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" prop="organName" label="排课资格">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.subCourseNum }}/{{ scope.row.totalCourseNum }}
|
|
|
+ {{ Math.abs(scope.row.totalCourseNum - scope.row.subCourseNum) }}/{{
|
|
|
+ scope.row.totalCourseNum
|
|
|
+ }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|