Commit 5dc85bac authored by xinzhedeai's avatar xinzhedeai

毕业日期 切换问题处理

parent c6690755
...@@ -292,14 +292,14 @@ export default { ...@@ -292,14 +292,14 @@ export default {
/** /**
* 针对form处理逻辑,企业孵化装填字段好用,单独处理。(是否科技型中小也可以,不过为了布局,暂不放在这里面处理) * 针对form处理逻辑,企业孵化装填字段好用,单独处理。(是否科技型中小也可以,不过为了布局,暂不放在这里面处理)
*/ */
// console.log('编辑表单模态框显隐11!!!', this.form.item) // console.log('编辑表单模态框显隐11!!!', this.form.item)
const tempArr = [{ const tempArr = [{
key: 'incubationStatus', // 企业孵化状态 key: 'incubationStatus', // 企业孵化状态
subKey: 'graduationDate' // 子元素(随着主元素值改变而显隐处理) subKey: 'graduationDate' // 子元素(随着主元素值改变而显隐处理)
} }
] ]
tempArr.forEach((item, index)=>{ 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 // 父下拉框值为是,则显示子元素 this.Dict.baseInfo[item.subKey].form = 1 // 父下拉框值为是,则显示子元素
}else{ }else{
this.Dict.baseInfo[item.subKey].form = 0 this.Dict.baseInfo[item.subKey].form = 0
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
v-model="formInline.address" v-model="formInline.address"
placeholder="" placeholder=""
size="small" size="small"
style="width: 360px" style="width: 500px"
disabled disabled
></el-input> ></el-input>
<div <div
......
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
全职导师: {{ data4panel1.mentorName || '-'}} 全职导师: {{ data4panel1.mentorName || '-'}}
</li> </li>
<li class="prefixPoint"> <li class="prefixPoint">
兼职导师: {{ data4panel1.parMentorId || '-'}} 兼职导师: {{ data4panel1.parMentorName || '-'}}
</li> </li>
<li class="prefixPoint"> <li class="prefixPoint">
孵化状态: {{ data4panel1.incubationStatusName || '-'}} 孵化状态: {{ 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