Commit 5dc85bac authored by xinzhedeai's avatar xinzhedeai

毕业日期 切换问题处理

parent c6690755
......@@ -299,7 +299,7 @@ export default {
}
]
tempArr.forEach((item, index)=>{
if( this.form.item[item.key]){ // 根据下拉列表获取当前对应的父下拉框的值
if( this.form.item[item.key]===2){ // 根据下拉列表获取当前对应的父下拉框的值 1在孵企业 2毕业企业
this.Dict.baseInfo[item.subKey].form = 1 // 父下拉框值为是,则显示子元素
}else{
this.Dict.baseInfo[item.subKey].form = 0
......
......@@ -77,7 +77,7 @@
v-model="formInline.address"
placeholder=""
size="small"
style="width: 360px"
style="width: 500px"
disabled
></el-input>
<div
......
......@@ -163,7 +163,7 @@
全职导师: {{ data4panel1.mentorName || '-'}}
</li>
<li class="prefixPoint">
兼职导师: {{ data4panel1.parMentorId || '-'}}
兼职导师: {{ data4panel1.parMentorName || '-'}}
</li>
<li class="prefixPoint">
孵化状态: {{ data4panel1.incubationStatusName || '-'}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment