| | |
| | | <el-table-column label="操作" width="150"> |
| | | <template #default="scope"> |
| | | <el-button size="small" @click="editAttendanceRecord(scope.row)">编辑</el-button> |
| | | <el-button size="small" type="danger" @click="deleteAttendanceRecord(scope.row)">删除</el-button> |
| | | <el-button size="small" type="danger" @click="deleteAttendanceRecord(scope.row)" v-hasPermi="['personnelManagement:selfService:remove']">删除</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | <el-table-column label="操作" width="150"> |
| | | <template #default="scope"> |
| | | <el-button size="small" @click="editLeaveRecord(scope.row)">编辑</el-button> |
| | | <el-button size="small" type="danger" @click="deleteLeaveRecord(scope.row)">删除</el-button> |
| | | <el-button size="small" type="danger" @click="deleteLeaveRecord(scope.row)" v-hasPermi="['personnelManagement:selfService:remove']">删除</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |