|
@@ -19,7 +19,7 @@
|
|
{{ scope.row.selectionSubjectNum }}人
|
|
{{ scope.row.selectionSubjectNum }}人
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="firstSubjectNum" align="center" label="首选人数">
|
|
|
|
|
|
+ <!-- <el-table-column prop="firstSubjectNum" align="center" label="首选人数">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.firstSubjectNum }}人
|
|
{{ scope.row.firstSubjectNum }}人
|
|
</template>
|
|
</template>
|
|
@@ -28,7 +28,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.secondSubjectNum }}人
|
|
{{ scope.row.secondSubjectNum }}人
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|