| | |
| | | <el-table-column type="index" label="序号" width="80" align="center"></el-table-column> |
| | | <el-table-column label="姓名" prop="personName" align="center" /> |
| | | <el-table-column label="所属部门" prop="deptName" align="center" /> |
| | | <el-table-column label="内审员证书" prop="certifity" align="center" > |
| | | <el-table-column label="内审员证书" prop="paperStudentId" align="center" > |
| | | <template #default="scope"> |
| | | <el-button v-if="scope.row.certifity" type="primary" @click="downloadCert(scope.row)" link>证书</el-button> |
| | | <el-button v-if="scope.row.paperStudentId" type="primary" @click="downloadCert(scope.row)" link>证书</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="审核经历次数" prop="amount" align="center" /> |