Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
Project
Project
Details
Activity
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
INET-TWO
web
Commits
6312d498
Commit
6312d498
authored
Sep 24, 2024
by
ztf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建项目参数修改
parent
1dc89a32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
index.vue
.../src/privateComponents/components/createProject/index.vue
+1
-1
view.js
.../src/privateComponents/components/leftProjectTree/view.js
+1
-10
No files found.
applications/dee-project/src/privateComponents/components/createProject/index.vue
View file @
6312d498
...
...
@@ -69,9 +69,9 @@ export default {
delete
this
.
form
.
extProgram
delete
this
.
form
.
dxType
const
params
=
{
subTypeName
:
'DxContextProject'
,
id
:
id
,
extProgramProjectLinks
:
[{
subTypeName
:
'DxContextProject'
,
operator
:
'ADD'
,
target
:
{
dxType
:
'project'
,
...
...
applications/dee-project/src/privateComponents/components/leftProjectTree/view.js
View file @
6312d498
...
...
@@ -4,29 +4,23 @@ export default {
return
{
projectMenus
:
[
{
disabled
:
false
,
name
:
'计划'
,
id
:
this
.
$route
.
query
.
id
,
icon
:
'/icons/dee-project/plan.png'
,
componentType
:
'formConfig'
,
formConfigType
:
'page'
,
ifShow
:
true
,
pageKey
:
'22c90a9f-0907-49ea-8f8d-d5234e93e0e6'
,
children
:
[]
},
{
name
:
'团队'
,
id
:
this
.
$route
.
query
.
id
,
componentName
:
'PlanTeam'
,
icon
:
'/icons/dee-project/team.png'
,
componentType
:
'formConfig'
,
formConfigType
:
'page'
,
pageKey
:
'f8e17790-5ab7-4c33-b6a1-33f07f87051f'
,
disabled
:
false
pageKey
:
'f8e17790-5ab7-4c33-b6a1-33f07f87051f'
},
{
name
:
'经费'
,
id
:
this
.
$route
.
query
.
id
,
icon
:
'/icons/dee-project/baseline.png'
,
componentType
:
'formConfig'
,
formConfigType
:
'page'
,
...
...
@@ -34,7 +28,6 @@ export default {
},
{
name
:
'基线'
,
id
:
this
.
$route
.
query
.
id
,
icon
:
'/icons/dee-project/baseline.png'
,
componentType
:
'formConfig'
,
formConfigType
:
'page'
,
...
...
@@ -42,7 +35,6 @@ export default {
},
{
name
:
'文档'
,
id
:
this
.
$route
.
query
.
id
,
icon
:
'/icons/dee-project/baseline.png'
,
componentType
:
'formConfig'
,
formConfigType
:
'page'
...
...
@@ -50,7 +42,6 @@ export default {
},
{
name
:
'归档'
,
id
:
this
.
$route
.
query
.
id
,
icon
:
'/icons/dee-project/baseline.png'
,
componentType
:
'formConfig'
,
formConfigType
:
'page'
...
...
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