明树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
e5425827
Commit
e5425827
authored
Mar 16, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情处理、
parent
291bad24
Pipeline
#108420
passed with stage
in 21 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
28 deletions
+45
-28
routes.js
src/router/routes.js
+28
-28
manage.css
src/styles/manage.css
+5
-0
manage.less
src/styles/manage.less
+5
-0
verticalManages.css
src/styles/verticalManages.css
+3
-0
verticalManages.less
src/styles/verticalManages.less
+4
-0
No files found.
src/router/routes.js
View file @
e5425827
...
...
@@ -5,27 +5,27 @@ const routes = [
path
:
"/login"
,
name
:
"login"
,
component
:
()
=>
import
(
"@/views/login/index.vue"
),
meta
:
{
nopermission
:
true
,
title
:
"登录"
},
// 补充title
meta
:
{
nopermission
:
true
,
title
:
"登录"
},
},
{
path
:
"/gzbPage"
,
name
:
"gzbPage"
,
title
:
"数据大屏"
,
component
:
()
=>
import
(
"@/views/homePage/index.vue"
),
meta
:
{
nopermission
:
true
,
title
:
"数据大屏"
},
// 补充title
meta
:
{
nopermission
:
true
,
title
:
"数据大屏"
},
},
{
path
:
"/"
,
name
:
"首页"
,
redirect
:
"/message"
,
component
:
MainLayout
,
meta
:
{
title
:
"首页"
},
// 根路由补充title
meta
:
{
title
:
"首页"
},
children
:
[
{
path
:
"/message"
,
name
:
"message"
,
title
:
"消息中心"
,
meta
:
{
title
:
"消息中心"
},
// 保持原有配置
meta
:
{
title
:
"消息中心"
},
component
:
()
=>
import
(
"@/views/systemManage/message.vue"
),
},
{
...
...
@@ -83,7 +83,7 @@ const routes = [
path
:
"/addProject"
,
name
:
"addProject"
,
title
:
"新增项目"
,
meta
:
{
title
:
"新增项目
"
},
meta
:
{
title
:
"新增项目
详情"
},
// 修改:新增项目 → 新增项目详情
component
:
()
=>
import
(
"@/views/projectManage/addProject.vue"
),
},
],
...
...
@@ -107,7 +107,7 @@ const routes = [
path
:
"/addStatement"
,
name
:
"addStatement"
,
title
:
"新增责任书"
,
meta
:
{
title
:
"新增责任书
"
},
meta
:
{
title
:
"新增责任书
详情"
},
// 修改:新增责任书 → 新增责任书详情
component
:
()
=>
import
(
"@/views/investingManage/addStatement.vue"
),
},
{
...
...
@@ -122,7 +122,7 @@ const routes = [
path
:
"/addControl"
,
name
:
"addControl"
,
title
:
"新增投资控制"
,
meta
:
{
title
:
"新增投资控制
"
},
meta
:
{
title
:
"新增投资控制
详情"
},
// 修改:新增投资控制 → 新增投资控制详情
component
:
()
=>
import
(
"@/views/investingManage/addControl.vue"
),
},
{
...
...
@@ -144,7 +144,7 @@ const routes = [
path
:
"/constructionTimeAdd"
,
name
:
"constructionTimeAdd"
,
title
:
"建设期投资回收"
,
meta
:
{
title
:
"建设期投资回收
"
},
meta
:
{
title
:
"建设期投资回收
详情"
},
// 修改:建设期投资回收 → 建设期投资回收详情
component
:
()
=>
import
(
"@/views/investingManage/constructionTimeAdd.vue"
),
},
...
...
@@ -152,7 +152,7 @@ const routes = [
path
:
"/addRisk"
,
name
:
"addRisk"
,
title
:
"新增重大风险"
,
meta
:
{
title
:
"新增重大风险
"
},
meta
:
{
title
:
"新增重大风险
详情"
},
// 修改:新增重大风险 → 新增重大风险详情
component
:
()
=>
import
(
"@/views/investingManage/addRisk.vue"
),
},
{
...
...
@@ -166,7 +166,7 @@ const routes = [
path
:
"/constructionAdd"
,
name
:
"constructionAdd"
,
title
:
"建设期投资检查"
,
meta
:
{
title
:
"建设期投资检查
"
},
meta
:
{
title
:
"建设期投资检查
详情"
},
// 修改:建设期投资检查 → 建设期投资检查详情
component
:
()
=>
import
(
"@/views/investingManage/constructionAdd.vue"
),
},
...
...
@@ -181,7 +181,7 @@ const routes = [
path
:
"/bigIssuesAdd"
,
name
:
"bigIssuesAdd"
,
title
:
"重大事项审批"
,
meta
:
{
title
:
"重大事项审批
"
},
meta
:
{
title
:
"重大事项审批
详情"
},
// 修改:重大事项审批 → 重大事项审批详情
component
:
()
=>
import
(
"@/views/investingManage/bigIssuesAdd.vue"
),
},
{
...
...
@@ -195,7 +195,7 @@ const routes = [
path
:
"/quitAdd"
,
name
:
"quitAdd"
,
title
:
"项目退出"
,
meta
:
{
title
:
"项目退出
"
},
meta
:
{
title
:
"项目退出
详情"
},
// 修改:项目退出 → 项目退出详情
component
:
()
=>
import
(
"@/views/investingManage/quitAdd.vue"
),
},
{
...
...
@@ -209,7 +209,7 @@ const routes = [
path
:
"/decisionAdd"
,
name
:
"decisionAdd"
,
title
:
"重新决策"
,
meta
:
{
title
:
"重新决策
"
},
meta
:
{
title
:
"重新决策
详情"
},
// 修改:重新决策 → 重新决策详情
component
:
()
=>
import
(
"@/views/investingManage/decisionAdd.vue"
),
},
],
...
...
@@ -233,7 +233,7 @@ const routes = [
path
:
"/investmentCecoveryAdd"
,
name
:
"investmentCecoveryAdd"
,
title
:
"运营期投资回收"
,
meta
:
{
title
:
"运营期投资回收详情"
},
meta
:
{
title
:
"运营期投资回收详情"
},
// 已按要求修改,保持一致
component
:
()
=>
import
(
"@/views/castbehind/investmentCecoveryAdd.vue"
),
},
...
...
@@ -248,7 +248,7 @@ const routes = [
path
:
"/runningPeriodAdd"
,
name
:
"runningPeriodAdd"
,
title
:
"运营期投资检查"
,
meta
:
{
title
:
"运营期投资检查
"
},
meta
:
{
title
:
"运营期投资检查
详情"
},
// 修改:运营期投资检查 → 运营期投资检查详情
component
:
()
=>
import
(
"@/views/castbehind/runningPeriodAdd.vue"
),
},
{
...
...
@@ -262,7 +262,7 @@ const routes = [
path
:
"/evaluateAdd"
,
name
:
"evaluateAdd"
,
title
:
"投资后评价"
,
meta
:
{
title
:
"投资后评价
"
},
meta
:
{
title
:
"投资后评价
详情"
},
// 修改:投资后评价 → 投资后评价详情
component
:
()
=>
import
(
"@/views/castbehind/evaluateAdd.vue"
),
},
{
...
...
@@ -276,7 +276,7 @@ const routes = [
path
:
"/turnoverAdd"
,
name
:
"turnoverAdd"
,
title
:
"移交管理"
,
meta
:
{
title
:
"移交管理
"
},
meta
:
{
title
:
"移交管理
详情"
},
// 修改:移交管理 → 移交管理详情
component
:
()
=>
import
(
"@/views/castbehind/turnoverAdd.vue"
),
},
],
...
...
@@ -306,7 +306,7 @@ const routes = [
path
:
"/shareAdd"
,
name
:
"shareAdd"
,
title
:
"参股企业管理"
,
meta
:
{
title
:
"参股企业管理
"
},
meta
:
{
title
:
"参股企业管理
详情"
},
// 修改:参股企业管理 → 参股企业管理详情
component
:
()
=>
import
(
"@/views/everydayPage/shareAdd.vue"
),
},
{
...
...
@@ -328,7 +328,7 @@ const routes = [
path
:
"/systemAdd"
,
name
:
"systemAdd"
,
title
:
"体系建设"
,
meta
:
{
title
:
"体系建设
"
},
meta
:
{
title
:
"体系建设
详情"
},
// 修改:体系建设 → 体系建设详情
component
:
()
=>
import
(
"@/views/everydayPage/systemAdd.vue"
),
},
{
...
...
@@ -342,7 +342,7 @@ const routes = [
path
:
"/investmentAdd"
,
name
:
"investmentAdd"
,
title
:
"投资规划"
,
meta
:
{
title
:
"投资规划
"
},
meta
:
{
title
:
"投资规划
详情"
},
// 修改:投资规划 → 投资规划详情
component
:
()
=>
import
(
"@/views/everydayPage/investmentAdd.vue"
),
},
{
...
...
@@ -356,7 +356,7 @@ const routes = [
path
:
"/everydayAdd"
,
name
:
"everydayAdd"
,
title
:
"日常信息"
,
meta
:
{
title
:
"日常信息
"
},
meta
:
{
title
:
"日常信息
详情"
},
// 修改:日常信息 → 日常信息详情
component
:
()
=>
import
(
"@/views/everydayPage/everydayAdd.vue"
),
},
{
...
...
@@ -371,7 +371,7 @@ const routes = [
path
:
"/informationConstructionAdd"
,
name
:
"informationConstructionAdd"
,
title
:
"信息化建设"
,
meta
:
{
title
:
"信息化建设
"
},
meta
:
{
title
:
"信息化建设
详情"
},
// 修改:信息化建设 → 信息化建设详情
component
:
()
=>
import
(
"@/views/everydayPage/informationConstructionAdd.vue"
),
},
...
...
@@ -386,7 +386,7 @@ const routes = [
path
:
"/vscouncilAdd"
,
name
:
"vscouncilAdd"
,
title
:
"投委会管理"
,
meta
:
{
title
:
"投委会管理
"
},
meta
:
{
title
:
"投委会管理
详情"
},
// 修改:投委会管理 → 投委会管理详情
component
:
()
=>
import
(
"@/views/everydayPage/vscouncilAdd.vue"
),
},
{
...
...
@@ -400,21 +400,21 @@ const routes = [
path
:
"/recordAdd"
,
name
:
"recordAdd"
,
title
:
"投资档案管理"
,
meta
:
{
title
:
"投资档案管理
"
},
meta
:
{
title
:
"投资档案管理
详情"
},
// 修改:投资档案管理 → 投资档案管理详情
component
:
()
=>
import
(
"@/views/everydayPage/recordAdd.vue"
),
},
{
path
:
"/annual"
,
name
:
"annual"
,
title
:
"年度计划"
,
meta
:
{
title
:
"年度计划"
},
meta
:
{
title
:
"年度计划"
},
// 列表页保持原标题
component
:
()
=>
import
(
"@/views/everydayPage/annual.vue"
),
},
{
path
:
"/annualAdd"
,
name
:
"annualAdd"
,
title
:
"年度计划"
,
meta
:
{
title
:
"年度计划
"
},
meta
:
{
title
:
"年度计划
详情"
},
// 核心修改:年度计划 → 年度计划详情
component
:
()
=>
import
(
"@/views/everydayPage/annualAdd.vue"
),
},
],
...
...
@@ -437,7 +437,7 @@ const routes = [
path
:
"/costAdd"
,
name
:
"costAdd"
,
title
:
"成本管理"
,
meta
:
{
title
:
"成本管理
"
},
meta
:
{
title
:
"成本管理
详情"
},
// 修改:成本管理 → 成本管理详情
component
:
()
=>
import
(
"@/views/elseManage/costAdd.vue"
),
},
{
...
...
@@ -460,7 +460,7 @@ const routes = [
path
:
"/systemManage"
,
name
:
"systemManage"
,
title
:
"系统管理"
,
meta
:
{
menuName
:
"系统管理"
,
title
:
"系统管理"
},
// 补充title字段
meta
:
{
menuName
:
"系统管理"
,
title
:
"系统管理"
},
children
:
[
{
path
:
"departManage"
,
...
...
src/styles/manage.css
View file @
e5425827
...
...
@@ -6,6 +6,11 @@
flex-direction
:
column
;
box-sizing
:
border-box
;
}
.add-project-content
{
background-color
:
#fff
;
padding-top
:
16px
;
padding-right
:
16px
;
}
.system-manage-header
{
background
:
rgba
(
255
,
255
,
255
,
0.9
);
border-radius
:
8px
;
...
...
src/styles/manage.less
View file @
e5425827
...
...
@@ -6,6 +6,11 @@
flex-direction: column;
box-sizing: border-box;
}
.add-project-content {
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
}
.system-manage-header {
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
...
...
src/styles/verticalManages.css
View file @
e5425827
...
...
@@ -24,6 +24,9 @@
.system-manage-header
.header-left
.el-select
{
width
:
220px
;
}
.add-project-content
{
background-color
:
#fff
;
}
.system-manage-content
{
background
:
rgba
(
255
,
255
,
255
,
0.9
);
border-radius
:
8px
;
...
...
src/styles/verticalManages.less
View file @
e5425827
...
...
@@ -25,6 +25,10 @@
}
}
}
.add-project-content {
background-color: #fff;
}
.system-manage-content {
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
...
...
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