|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="i_body_box">
|
|
<div class="i_body_box">
|
|
|
- <backPage tit="考核资料"></backPage>
|
|
|
|
|
|
|
+ <backPage :tit="gotype == '/topTalent' ? '个人档案' : '考核资料'"></backPage>
|
|
|
<div class="check_nav">
|
|
<div class="check_nav">
|
|
|
<div class="nav all" :class="{ active: checkTypeValue == typeListStr }"
|
|
<div class="nav all" :class="{ active: checkTypeValue == typeListStr }"
|
|
|
@click="changeShowType(typeListStr)">
|
|
@click="changeShowType(typeListStr)">
|
|
@@ -118,6 +118,7 @@ export default {
|
|
|
userid: this.$route.query.userid,
|
|
userid: this.$route.query.userid,
|
|
|
oid: this.$route.query.oid,
|
|
oid: this.$route.query.oid,
|
|
|
sortId: this.$route.query.sortId,
|
|
sortId: this.$route.query.sortId,
|
|
|
|
|
+ gotype:(window.topU && window.topU.gotype) ? window.topU.gotype : '',
|
|
|
type: "",
|
|
type: "",
|
|
|
typeList:[],
|
|
typeList:[],
|
|
|
ExamineBase: [],
|
|
ExamineBase: [],
|
|
@@ -727,9 +728,12 @@ export default {
|
|
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
.i_body_box {
|
|
.i_body_box {
|
|
|
- height: calc(100% - 80px);
|
|
|
|
|
- padding: 10px 0 0;
|
|
|
|
|
|
|
+ /* height: calc(100% - 80px); */
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.check_nav {
|
|
.check_nav {
|