| | |
| | | <el-tab-pane label="任职授权记录" name="任职授权记录"> |
| | | <Mandate v-if="activeName === '任职授权记录'" ref="manDateRef" :departId="departId" :isDepartment="isDepartment"></Mandate> |
| | | </el-tab-pane> |
| | | <!-- <el-tab-pane label="人员能力" name="人员能力">--> |
| | | <!-- <personnel-capacity v-if="activeName === '人员能力'" ref="personnelCapacity"--> |
| | | <!-- :departId="departId"--> |
| | | <!-- :isDepartment="isDepartment"></personnel-capacity>--> |
| | | <!-- </el-tab-pane>--> |
| | | <!-- <el-tab-pane label="沟通记录" name="沟通记录">--> |
| | | <!-- <Communicate v-if="activeName === '沟通记录'" ref="communicateRef" :departId="departId" :isDepartment="isDepartment"></Communicate>--> |
| | | <!-- </el-tab-pane>--> |
| | | <el-tab-pane label="人员能力" name="人员能力"> |
| | | <personnel-capacity v-if="activeName === '人员能力'" ref="personnelCapacity" |
| | | :departId="departId" |
| | | :isDepartment="isDepartment"></personnel-capacity> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="沟通记录" name="沟通记录"> |
| | | <Communicate v-if="activeName === '沟通记录'" ref="communicateRef" :departId="departId" :isDepartment="isDepartment"></Communicate> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | | </div> |
| | | <el-dialog :visible.sync="addDia" title="架构新增" width="400px"> |
| | |
| | | import Communicate from './tabs/communicate.vue' |
| | | import {addDepartmentLims, delDepartmentLims, selectCNSAPersonTree} from "@/api/cnas/personal/personalList"; |
| | | export default { |
| | | name: 'PersonnelInfo', |
| | | components: { |
| | | PersonnelList, personnelInformation, PersonnelTraining, JobResponsibilities, rewardPunishmentRecord, TrainingRecord, Mandate, PersonnelCapacity, Communicate |
| | | }, |
| | |
| | | }; |
| | | }, |
| | | mounted() { |
| | | this.activeName = this.$route.query.activeName || '人员基本信息' |
| | | this.geList(); |
| | | }, |
| | | methods: { |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | >>>.el-table__body-wrapper::-webkit-scrollbar { |
| | | height: 14px; |
| | | /* 设置滚动条宽度 */ |
| | | } |
| | | .node_i { |
| | | color: orange; |
| | | font-size: 18px; |