|
|
|
|
@ -22,29 +22,45 @@
|
|
|
|
|
<template slot="label">
|
|
|
|
|
姓名
|
|
|
|
|
</template>
|
|
|
|
|
{{student_info.name?student_info.name:''}}
|
|
|
|
|
{{student_info.username?student_info.username:''}}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
性别
|
|
|
|
|
</template>
|
|
|
|
|
{{student_info.sex?student_info.sex:''}}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
出生日期
|
|
|
|
|
手机号码
|
|
|
|
|
</template>
|
|
|
|
|
{{student_info.mobile?student_info.mobile:''}}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item :span="3">
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
证件照
|
|
|
|
|
身份证
|
|
|
|
|
</template>
|
|
|
|
|
{{student_info.idcard?student_info.idcard:''}}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
手机号码
|
|
|
|
|
公司名称
|
|
|
|
|
</template>
|
|
|
|
|
{{student_info.company_name?student_info.company_name:''}}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
职务
|
|
|
|
|
</template>
|
|
|
|
|
{{student_info.company_position?student_info.company_position:''}}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<!-- <el-descriptions-item :span="3">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
证件照
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item> -->
|
|
|
|
|
|
|
|
|
|
<!-- <el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
邮箱
|
|
|
|
|
</template>
|
|
|
|
|
@ -68,84 +84,21 @@
|
|
|
|
|
<template slot="label">
|
|
|
|
|
个人简历
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions-item> -->
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<lx-header icon="" text="公司信息" style="margin-bottom: 10px; border: 0px; margin-top: 15px">
|
|
|
|
|
<lx-header v-if="type==='check'" icon="" text="报名信息" style="margin-bottom: 10px; border: 0px; margin-top: 15px">
|
|
|
|
|
</lx-header>
|
|
|
|
|
<div>
|
|
|
|
|
<div v-if="type==='check'">
|
|
|
|
|
<el-descriptions class="margin-top" :column="3" border>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
公司名称
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
个人职务
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
是否有股份
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
公司成立时间
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
公司所属区域
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item :span="3">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
公司地址
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
企业性质
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
所属行业
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item :span="3">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
主营业务
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item :span="3">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
公司简介
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
当前融资情况
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
是否需要融资
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<el-descriptions-item v-for="item in sign_info">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
报名信息来源
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item :span="3">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
备注
|
|
|
|
|
{{item.name}}
|
|
|
|
|
</template>
|
|
|
|
|
{{item.value}}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
</div>
|
|
|
|
|
<lx-header icon="" text="审核" style="margin-bottom: 10px; border: 0px; margin-top: 15px">
|
|
|
|
|
@ -210,8 +163,10 @@
|
|
|
|
|
show
|
|
|
|
|
} from '@/api/student/index.js'
|
|
|
|
|
import {
|
|
|
|
|
save
|
|
|
|
|
save,
|
|
|
|
|
show as showSign
|
|
|
|
|
} from '@/api/apply/index.js'
|
|
|
|
|
|
|
|
|
|
import myMixins from "@/mixin/selectMixin.js";
|
|
|
|
|
export default {
|
|
|
|
|
mixins: [myMixins],
|
|
|
|
|
@ -225,7 +180,8 @@
|
|
|
|
|
id: '',
|
|
|
|
|
subjectObj:{},
|
|
|
|
|
student_info: {},
|
|
|
|
|
row:{},
|
|
|
|
|
row:{},
|
|
|
|
|
sign_info:[],
|
|
|
|
|
form: {
|
|
|
|
|
show: '',
|
|
|
|
|
status:'',
|
|
|
|
|
@ -260,18 +216,31 @@
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.student_info = res
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
getSignDetail(){
|
|
|
|
|
showSign({
|
|
|
|
|
id: this.id,
|
|
|
|
|
show_relation:['user']
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.student_info = res.user
|
|
|
|
|
this.sign_info = res.data
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
watch: {
|
|
|
|
|
isShow(newVal) {
|
|
|
|
|
if (newVal) {
|
|
|
|
|
if (this.type === 'show' || this.type === 'check') {
|
|
|
|
|
if (this.type === 'show') {
|
|
|
|
|
this.getDetail()
|
|
|
|
|
console.log("row",this.row)
|
|
|
|
|
}else if(this.type === 'check'){
|
|
|
|
|
this.getSignDetail()
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
this.id = ''
|
|
|
|
|
this.subjectObj = {}
|
|
|
|
|
this.type = 'show'
|
|
|
|
|
this.subjectObj = {}
|
|
|
|
|
this.sign_info = []
|
|
|
|
|
this.$refs['dialog'].reset()
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|