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
437c7776
Commit
437c7776
authored
Oct 09, 2024
by
wangdanlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目文档、基线
parent
5f12a943
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
10 deletions
+11
-10
dee_ui.js
applications/architecture-dee/public/dee-ui/dee_ui.js
+6
-6
report.html
applications/architecture-dee/public/dee-ui/report.html
+2
-2
index.vue
.../privateComponents/components/gotoProjectDetial/index.vue
+2
-1
view.js
.../src/privateComponents/components/leftProjectTree/view.js
+1
-1
No files found.
applications/architecture-dee/public/dee-ui/dee_ui.js
View file @
437c7776
This diff is collapsed.
Click to expand it.
applications/architecture-dee/public/dee-ui/report.html
View file @
437c7776
This source diff could not be displayed because it is too large. You can
view the blob
instead.
applications/dee-project/src/privateComponents/components/gotoProjectDetial/index.vue
View file @
437c7776
...
...
@@ -53,13 +53,14 @@ export default {
methods
:
{
ToRelatedPage
()
{
if
(
this
.
form
.
subTypeName
!==
'ExtProgram'
)
{
const
secretCode
=
this
.
form
.
secretCode
const
name
=
this
.
form
.
name
const
id
=
this
.
form
.
id
const
pageNumber
=
'7cbdc38f-0122-4e78-b162-57601a33bb7a'
const
title
=
'项目要素'
const
type
=
this
.
form
.
projectCategory
===
'项目'
?
'项目'
:
'子项'
this
.
$router
.
push
({
path
:
`/page/
${
pageNumber
}
/
${
id
}
?type=
${
type
}
&title=
${
title
}
&id=
${
id
}
&name=
${
name
}
`
,
path
:
`/page/
${
pageNumber
}
/
${
id
}
?type=
${
type
}
&title=
${
title
}
&id=
${
id
}
&name=
${
name
}
&secretCode=
${
secretCode
}
`
,
query
:
{
name
:
name
,
id
:
id
}
})
}
...
...
applications/dee-project/src/privateComponents/components/leftProjectTree/view.js
View file @
437c7776
...
...
@@ -31,7 +31,7 @@ export default {
icon
:
'/icons/dee-project/baseline.png'
,
componentType
:
'formConfig'
,
formConfigType
:
'page'
,
pageKey
:
'
fe0b5925-0b7f-42bd-adbc-8ecb738013a0
'
pageKey
:
'
58a374ef-3bb0-4124-8e69-516101b1467a
'
},
{
name
:
'文档'
,
...
...
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