|
@@ -92,7 +92,7 @@
|
|
|
{{ scope.row.subjectFirstName ? scope.row.subjectFirstName : null }}
|
|
|
{{ !scope.row.subjectFirstName && scope.row.subjectFirst == 999 ? '听从老师安排' : null }},
|
|
|
{{ scope.row.subjectSecondName ? scope.row.subjectSecondName : null }}
|
|
|
- {{ !scope.row.subjectSecondName && scope.row.subjectFirst == 999 ? '听从老师安排' : null }}
|
|
|
+ {{ !scope.row.subjectSecondName && scope.row.subjectSecond == 999 ? '听从老师安排' : null }}
|
|
|
<!-- {{ scope.row.subjectFirstName }},{{ scope.row.subjectSecondName }} -->
|
|
|
</template>
|
|
|
</el-table-column>
|