更新
This commit is contained in:
parent
9a1929bc58
commit
bf8e197914
@ -126,6 +126,12 @@
|
||||
<el-tag v-if="scope.row.ifEnd == 0" type="danger">否</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="是否毕业" align="center" prop="ifEnd">
|
||||
<template slot-scope="scope">
|
||||
<el-tag v-if="scope.row.gradTime" type="success">是</el-tag>
|
||||
<el-tag v-if="!scope.row.gradTime" type="danger">否</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="信息" align="center" class-name="small-padding fixed-width">
|
||||
<template v-slot="scope">
|
||||
<el-button size="mini" type="text" icon="el-icon-edit" @click="viewStudentInfo(scope.row)">学员信息</el-button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user