| | |
| | | <el-button type="text" @click="viewFile(scope.row.photoAttachment)">预览</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="个人履历" align="center"> |
| | | <template #default="scope"> |
| | | <el-button type="text" @click="openExperience(scope.row)">管理<span v-if="scope.row.cmStaffResumes && scope.row.cmStaffResumes.length>0">({{scope.row.cmStaffResumes.length}})</span></el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="资格证书" align="center"> |
| | | <template #default="scope"> |
| | | <el-button type="text" @click="openCert(scope.row)">管理<span v-if="scope.row.cmStaffQas && scope.row.cmStaffQas.length>0">({{scope.row.cmStaffQas.length}})</span></el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="培训经历" align="center"> |
| | | <template #default="scope"> |
| | | <el-button type="text" @click="openTrain(scope.row)">管理<span v-if="scope.row.cmStaffTrains && scope.row.cmStaffTrains.length>0">({{scope.row.cmStaffTrains.length}})</span></el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="考试经历" align="center"> |
| | | <template #default="scope"> |
| | | <el-button type="text" @click="openExam(scope.row)">管理<span v-if="scope.row.cmStaffExams && scope.row.cmStaffExams.length>0">({{scope.row.cmStaffExams.length}})</span></el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width"> |
| | | <!-- <el-table-column label="个人履历" align="center">--> |
| | | <!-- <template #default="scope">--> |
| | | <!-- <el-button type="text" @click="openExperience(scope.row)">管理<span v-if="scope.row.cmStaffResumes && scope.row.cmStaffResumes.length>0">({{scope.row.cmStaffResumes.length}})</span></el-button>--> |
| | | <!-- </template>--> |
| | | <!-- </el-table-column>--> |
| | | <!-- <el-table-column label="资格证书" align="center">--> |
| | | <!-- <template #default="scope">--> |
| | | <!-- <el-button type="text" @click="openCert(scope.row)">管理<span v-if="scope.row.cmStaffQas && scope.row.cmStaffQas.length>0">({{scope.row.cmStaffQas.length}})</span></el-button>--> |
| | | <!-- </template>--> |
| | | <!-- </el-table-column>--> |
| | | <!-- <el-table-column label="培训经历" align="center">--> |
| | | <!-- <template #default="scope">--> |
| | | <!-- <el-button type="text" @click="openTrain(scope.row)">管理<span v-if="scope.row.cmStaffTrains && scope.row.cmStaffTrains.length>0">({{scope.row.cmStaffTrains.length}})</span></el-button>--> |
| | | <!-- </template>--> |
| | | <!-- </el-table-column>--> |
| | | <!-- <el-table-column label="考试经历" align="center">--> |
| | | <!-- <template #default="scope">--> |
| | | <!-- <el-button type="text" @click="openExam(scope.row)">管理<span v-if="scope.row.cmStaffExams && scope.row.cmStaffExams.length>0">({{scope.row.cmStaffExams.length}})</span></el-button>--> |
| | | <!-- </template>--> |
| | | <!-- </el-table-column>--> |
| | | <el-table-column label="操作" align="center" width="400" class-name="small-padding fixed-width"> |
| | | <template #default="scope"> |
| | | <el-button size="mini" type="text" icon="el-icon-edit" @click="openPeople(scope.row,'edit')">编辑</el-button> |
| | | <el-button size="mini" type="text" icon="el-icon-view" @click="openPeople(scope.row,'view')">查看</el-button> |
| | | <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['system:experts:remove']">删除</el-button> |
| | | <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="openExperience(scope.row)">个人履历</el-button>--> |
| | | <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="openCert(scope.row)">资格证书</el-button>--> |
| | | <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="openTrain(scope.row)">培训经历</el-button>--> |
| | | <el-button size="mini" type="text" style="color: #f56c6c" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['system:experts:remove']">删除</el-button> |
| | | <el-button size="mini" type="text" @click="openExperience(scope.row)">个人履历</el-button> |
| | | <el-button size="mini" type="text" @click="openCert(scope.row)">资格证书</el-button> |
| | | <el-button size="mini" type="text" @click="openTrain(scope.row)">培训经历</el-button> |
| | | <el-button size="mini" type="text" @click="openExam(scope.row)">考试经历</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |