明树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
c9982f32
Commit
c9982f32
authored
Apr 03, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改档案库出版
parent
7a1787a8
Pipeline
#109245
passed with stage
in 21 seconds
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
536 additions
and
1 deletion
+536
-1
routes.js
src/router/routes.js
+7
-0
projectAllPage.vue
src/views/projectManage/projectAllPage.vue
+2
-1
xmdakDetaill.vue
src/views/projectManage/xmdakDetaill.vue
+527
-0
No files found.
src/router/routes.js
View file @
c9982f32
...
@@ -79,6 +79,13 @@ const routes = [
...
@@ -79,6 +79,13 @@ const routes = [
meta
:
{
title
:
"项目档案库"
},
meta
:
{
title
:
"项目档案库"
},
component
:
()
=>
import
(
"@/views/projectManage/projectAllPage.vue"
),
component
:
()
=>
import
(
"@/views/projectManage/projectAllPage.vue"
),
},
},
{
path
:
"/xmdakDetaill"
,
name
:
"xmdakDetaill"
,
title
:
"项目档案库"
,
meta
:
{
title
:
"项目档案库"
},
component
:
()
=>
import
(
"@/views/projectManage/xmdakDetaill.vue"
),
},
{
{
path
:
"/addProject"
,
path
:
"/addProject"
,
name
:
"addProject"
,
name
:
"addProject"
,
...
...
src/views/projectManage/projectAllPage.vue
View file @
c9982f32
...
@@ -256,7 +256,8 @@ const handleCurrentPageChange = (page) => {
...
@@ -256,7 +256,8 @@ const handleCurrentPageChange = (page) => {
const
previewProject
=
(
item
)
=>
{
const
previewProject
=
(
item
)
=>
{
router
.
push
({
router
.
push
({
name
:
"addProject"
,
name
:
"xmdakDetaill"
,
// name: "addProject",
query
:
{
query
:
{
isPreview
:
true
,
isPreview
:
true
,
projectId
:
item
.
id
,
projectId
:
item
.
id
,
...
...
src/views/projectManage/xmdakDetaill.vue
0 → 100644
View file @
c9982f32
This diff is collapsed.
Click to expand it.
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