Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
GaoQuIncubator
Commits
5dc85bac
Commit
5dc85bac
authored
Nov 19, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
毕业日期 切换问题处理
parent
c6690755
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/business/basicInfo/index.vue
+2
-2
enterprise.vue
src/views/system/home/enterprise.vue
+1
-1
overview.vue
src/views/system/home/overview.vue
+1
-1
No files found.
src/views/business/basicInfo/index.vue
View file @
5dc85bac
...
...
@@ -292,14 +292,14 @@ export default {
/**
* 针对form处理逻辑,企业孵化装填字段好用,单独处理。(是否科技型中小也可以,不过为了布局,暂不放在这里面处理)
*/
// console.log('编辑表单模态框显隐11!!!', this.form.item)
// console.log('编辑表单模态框显隐11!!!', this.form.item)
const
tempArr
=
[{
key
:
'
incubationStatus
'
,
// 企业孵化状态
subKey
:
'
graduationDate
'
// 子元素(随着主元素值改变而显隐处理)
}
]
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
...
...
src/views/system/home/enterprise.vue
View file @
5dc85bac
...
...
@@ -77,7 +77,7 @@
v-model=
"formInline.address"
placeholder=
""
size=
"small"
style=
"width:
36
0px"
style=
"width:
50
0px"
disabled
></el-input>
<div
...
...
src/views/system/home/overview.vue
View file @
5dc85bac
...
...
@@ -163,7 +163,7 @@
全职导师:
{{
data4panel1
.
mentorName
||
'
-
'
}}
</li>
<li
class=
"prefixPoint"
>
兼职导师:
{{
data4panel1
.
parMentor
Id
||
'
-
'
}}
兼职导师:
{{
data4panel1
.
parMentor
Name
||
'
-
'
}}
</li>
<li
class=
"prefixPoint"
>
孵化状态:
{{
data4panel1
.
incubationStatusName
||
'
-
'
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment