明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Administrator
jt_front
Commits
c8c3b48a
Commit
c8c3b48a
authored
May 27, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补录状态处理
parent
8af886d4
Pipeline
#112035
passed with stage
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
addProject.vue
src/views/projectManage/addProject.vue
+1
-1
LixiangBasicInfo.vue
.../projectManage/addProject/components/LixiangBasicInfo.vue
+4
-2
No files found.
src/views/projectManage/addProject.vue
View file @
c8c3b48a
...
@@ -497,7 +497,7 @@ const getProjectInfo = () => {
...
@@ -497,7 +497,7 @@ const getProjectInfo = () => {
resource
.
tzznyjflList
.
filter
((
item
)
=>
item
.
key
==
data
.
tzznyjfl
)[
0
]
resource
.
tzznyjflList
.
filter
((
item
)
=>
item
.
key
==
data
.
tzznyjfl
)[
0
]
?.
children
||
[];
?.
children
||
[];
if
(
Number
(
formData
.
projectLzType
)
>=
5
)
{
if
(
!
isBulu
&&
Number
(
formData
.
projectLzType
)
>=
5
)
{
pageActiveName
.
value
=
"决策信息填报"
;
pageActiveName
.
value
=
"决策信息填报"
;
}
}
...
...
src/views/projectManage/addProject/components/LixiangBasicInfo.vue
View file @
c8c3b48a
...
@@ -7,7 +7,9 @@
...
@@ -7,7 +7,9 @@
:rules=
"formRules"
:rules=
"formRules"
:validate-on-rule-change=
"false"
:validate-on-rule-change=
"false"
label-width=
"180px"
label-width=
"180px"
:disabled=
"!isBulu && (isPreview || Number(formData.projectLzType) >= 5)"
:disabled=
"
!isBulu && (isPreview || Number(formData.projectLzType) >= 5)
"
>
>
<el-collapse
v-model=
"activeCollapse"
>
<el-collapse
v-model=
"activeCollapse"
>
<el-collapse-item
title=
"项目基本信息"
name=
"项目基本信息"
>
<el-collapse-item
title=
"项目基本信息"
name=
"项目基本信息"
>
...
@@ -246,7 +248,7 @@
...
@@ -246,7 +248,7 @@
controls-position=
"right"
controls-position=
"right"
>
>
<
template
#
suffix
>
<
template
#
suffix
>
<span>
年
</span>
<span>
月
</span>
</
template
>
</
template
>
</el-input-number>
</el-input-number>
</el-form-item>
</el-form-item>
...
...
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