明树Git Lab

Commit e5425827 authored by zhanghan's avatar zhanghan

详情处理、

parent 291bad24
Pipeline #108420 passed with stage
in 21 seconds
...@@ -5,27 +5,27 @@ const routes = [ ...@@ -5,27 +5,27 @@ const routes = [
path: "/login", path: "/login",
name: "login", name: "login",
component: () => import("@/views/login/index.vue"), component: () => import("@/views/login/index.vue"),
meta: { nopermission: true, title: "登录" }, // 补充title meta: { nopermission: true, title: "登录" },
}, },
{ {
path: "/gzbPage", path: "/gzbPage",
name: "gzbPage", name: "gzbPage",
title: "数据大屏", title: "数据大屏",
component: () => import("@/views/homePage/index.vue"), component: () => import("@/views/homePage/index.vue"),
meta: { nopermission: true, title: "数据大屏" }, // 补充title meta: { nopermission: true, title: "数据大屏" },
}, },
{ {
path: "/", path: "/",
name: "首页", name: "首页",
redirect: "/message", redirect: "/message",
component: MainLayout, component: MainLayout,
meta: { title: "首页" }, // 根路由补充title meta: { title: "首页" },
children: [ children: [
{ {
path: "/message", path: "/message",
name: "message", name: "message",
title: "消息中心", title: "消息中心",
meta: { title: "消息中心" }, // 保持原有配置 meta: { title: "消息中心" },
component: () => import("@/views/systemManage/message.vue"), component: () => import("@/views/systemManage/message.vue"),
}, },
{ {
...@@ -83,7 +83,7 @@ const routes = [ ...@@ -83,7 +83,7 @@ const routes = [
path: "/addProject", path: "/addProject",
name: "addProject", name: "addProject",
title: "新增项目", title: "新增项目",
meta: { title: "新增项目" }, meta: { title: "新增项目详情" }, // 修改:新增项目 → 新增项目详情
component: () => import("@/views/projectManage/addProject.vue"), component: () => import("@/views/projectManage/addProject.vue"),
}, },
], ],
...@@ -107,7 +107,7 @@ const routes = [ ...@@ -107,7 +107,7 @@ const routes = [
path: "/addStatement", path: "/addStatement",
name: "addStatement", name: "addStatement",
title: "新增责任书", title: "新增责任书",
meta: { title: "新增责任书" }, meta: { title: "新增责任书详情" }, // 修改:新增责任书 → 新增责任书详情
component: () => import("@/views/investingManage/addStatement.vue"), component: () => import("@/views/investingManage/addStatement.vue"),
}, },
{ {
...@@ -122,7 +122,7 @@ const routes = [ ...@@ -122,7 +122,7 @@ const routes = [
path: "/addControl", path: "/addControl",
name: "addControl", name: "addControl",
title: "新增投资控制", title: "新增投资控制",
meta: { title: "新增投资控制" }, meta: { title: "新增投资控制详情" }, // 修改:新增投资控制 → 新增投资控制详情
component: () => import("@/views/investingManage/addControl.vue"), component: () => import("@/views/investingManage/addControl.vue"),
}, },
{ {
...@@ -144,7 +144,7 @@ const routes = [ ...@@ -144,7 +144,7 @@ const routes = [
path: "/constructionTimeAdd", path: "/constructionTimeAdd",
name: "constructionTimeAdd", name: "constructionTimeAdd",
title: "建设期投资回收", title: "建设期投资回收",
meta: { title: "建设期投资回收" }, meta: { title: "建设期投资回收详情" }, // 修改:建设期投资回收 → 建设期投资回收详情
component: () => component: () =>
import("@/views/investingManage/constructionTimeAdd.vue"), import("@/views/investingManage/constructionTimeAdd.vue"),
}, },
...@@ -152,7 +152,7 @@ const routes = [ ...@@ -152,7 +152,7 @@ const routes = [
path: "/addRisk", path: "/addRisk",
name: "addRisk", name: "addRisk",
title: "新增重大风险", title: "新增重大风险",
meta: { title: "新增重大风险" }, meta: { title: "新增重大风险详情" }, // 修改:新增重大风险 → 新增重大风险详情
component: () => import("@/views/investingManage/addRisk.vue"), component: () => import("@/views/investingManage/addRisk.vue"),
}, },
{ {
...@@ -166,7 +166,7 @@ const routes = [ ...@@ -166,7 +166,7 @@ const routes = [
path: "/constructionAdd", path: "/constructionAdd",
name: "constructionAdd", name: "constructionAdd",
title: "建设期投资检查", title: "建设期投资检查",
meta: { title: "建设期投资检查" }, meta: { title: "建设期投资检查详情" }, // 修改:建设期投资检查 → 建设期投资检查详情
component: () => component: () =>
import("@/views/investingManage/constructionAdd.vue"), import("@/views/investingManage/constructionAdd.vue"),
}, },
...@@ -181,7 +181,7 @@ const routes = [ ...@@ -181,7 +181,7 @@ const routes = [
path: "/bigIssuesAdd", path: "/bigIssuesAdd",
name: "bigIssuesAdd", name: "bigIssuesAdd",
title: "重大事项审批", title: "重大事项审批",
meta: { title: "重大事项审批" }, meta: { title: "重大事项审批详情" }, // 修改:重大事项审批 → 重大事项审批详情
component: () => import("@/views/investingManage/bigIssuesAdd.vue"), component: () => import("@/views/investingManage/bigIssuesAdd.vue"),
}, },
{ {
...@@ -195,7 +195,7 @@ const routes = [ ...@@ -195,7 +195,7 @@ const routes = [
path: "/quitAdd", path: "/quitAdd",
name: "quitAdd", name: "quitAdd",
title: "项目退出", title: "项目退出",
meta: { title: "项目退出" }, meta: { title: "项目退出详情" }, // 修改:项目退出 → 项目退出详情
component: () => import("@/views/investingManage/quitAdd.vue"), component: () => import("@/views/investingManage/quitAdd.vue"),
}, },
{ {
...@@ -209,7 +209,7 @@ const routes = [ ...@@ -209,7 +209,7 @@ const routes = [
path: "/decisionAdd", path: "/decisionAdd",
name: "decisionAdd", name: "decisionAdd",
title: "重新决策", title: "重新决策",
meta: { title: "重新决策" }, meta: { title: "重新决策详情" }, // 修改:重新决策 → 重新决策详情
component: () => import("@/views/investingManage/decisionAdd.vue"), component: () => import("@/views/investingManage/decisionAdd.vue"),
}, },
], ],
...@@ -233,7 +233,7 @@ const routes = [ ...@@ -233,7 +233,7 @@ const routes = [
path: "/investmentCecoveryAdd", path: "/investmentCecoveryAdd",
name: "investmentCecoveryAdd", name: "investmentCecoveryAdd",
title: "运营期投资回收", title: "运营期投资回收",
meta: { title: "运营期投资回收详情" }, meta: { title: "运营期投资回收详情" }, // 已按要求修改,保持一致
component: () => component: () =>
import("@/views/castbehind/investmentCecoveryAdd.vue"), import("@/views/castbehind/investmentCecoveryAdd.vue"),
}, },
...@@ -248,7 +248,7 @@ const routes = [ ...@@ -248,7 +248,7 @@ const routes = [
path: "/runningPeriodAdd", path: "/runningPeriodAdd",
name: "runningPeriodAdd", name: "runningPeriodAdd",
title: "运营期投资检查", title: "运营期投资检查",
meta: { title: "运营期投资检查" }, meta: { title: "运营期投资检查详情" }, // 修改:运营期投资检查 → 运营期投资检查详情
component: () => import("@/views/castbehind/runningPeriodAdd.vue"), component: () => import("@/views/castbehind/runningPeriodAdd.vue"),
}, },
{ {
...@@ -262,7 +262,7 @@ const routes = [ ...@@ -262,7 +262,7 @@ const routes = [
path: "/evaluateAdd", path: "/evaluateAdd",
name: "evaluateAdd", name: "evaluateAdd",
title: "投资后评价", title: "投资后评价",
meta: { title: "投资后评价" }, meta: { title: "投资后评价详情" }, // 修改:投资后评价 → 投资后评价详情
component: () => import("@/views/castbehind/evaluateAdd.vue"), component: () => import("@/views/castbehind/evaluateAdd.vue"),
}, },
{ {
...@@ -276,7 +276,7 @@ const routes = [ ...@@ -276,7 +276,7 @@ const routes = [
path: "/turnoverAdd", path: "/turnoverAdd",
name: "turnoverAdd", name: "turnoverAdd",
title: "移交管理", title: "移交管理",
meta: { title: "移交管理" }, meta: { title: "移交管理详情" }, // 修改:移交管理 → 移交管理详情
component: () => import("@/views/castbehind/turnoverAdd.vue"), component: () => import("@/views/castbehind/turnoverAdd.vue"),
}, },
], ],
...@@ -306,7 +306,7 @@ const routes = [ ...@@ -306,7 +306,7 @@ const routes = [
path: "/shareAdd", path: "/shareAdd",
name: "shareAdd", name: "shareAdd",
title: "参股企业管理", title: "参股企业管理",
meta: { title: "参股企业管理" }, meta: { title: "参股企业管理详情" }, // 修改:参股企业管理 → 参股企业管理详情
component: () => import("@/views/everydayPage/shareAdd.vue"), component: () => import("@/views/everydayPage/shareAdd.vue"),
}, },
{ {
...@@ -328,7 +328,7 @@ const routes = [ ...@@ -328,7 +328,7 @@ const routes = [
path: "/systemAdd", path: "/systemAdd",
name: "systemAdd", name: "systemAdd",
title: "体系建设", title: "体系建设",
meta: { title: "体系建设" }, meta: { title: "体系建设详情" }, // 修改:体系建设 → 体系建设详情
component: () => import("@/views/everydayPage/systemAdd.vue"), component: () => import("@/views/everydayPage/systemAdd.vue"),
}, },
{ {
...@@ -342,7 +342,7 @@ const routes = [ ...@@ -342,7 +342,7 @@ const routes = [
path: "/investmentAdd", path: "/investmentAdd",
name: "investmentAdd", name: "investmentAdd",
title: "投资规划", title: "投资规划",
meta: { title: "投资规划" }, meta: { title: "投资规划详情" }, // 修改:投资规划 → 投资规划详情
component: () => import("@/views/everydayPage/investmentAdd.vue"), component: () => import("@/views/everydayPage/investmentAdd.vue"),
}, },
{ {
...@@ -356,7 +356,7 @@ const routes = [ ...@@ -356,7 +356,7 @@ const routes = [
path: "/everydayAdd", path: "/everydayAdd",
name: "everydayAdd", name: "everydayAdd",
title: "日常信息", title: "日常信息",
meta: { title: "日常信息" }, meta: { title: "日常信息详情" }, // 修改:日常信息 → 日常信息详情
component: () => import("@/views/everydayPage/everydayAdd.vue"), component: () => import("@/views/everydayPage/everydayAdd.vue"),
}, },
{ {
...@@ -371,7 +371,7 @@ const routes = [ ...@@ -371,7 +371,7 @@ const routes = [
path: "/informationConstructionAdd", path: "/informationConstructionAdd",
name: "informationConstructionAdd", name: "informationConstructionAdd",
title: "信息化建设", title: "信息化建设",
meta: { title: "信息化建设" }, meta: { title: "信息化建设详情" }, // 修改:信息化建设 → 信息化建设详情
component: () => component: () =>
import("@/views/everydayPage/informationConstructionAdd.vue"), import("@/views/everydayPage/informationConstructionAdd.vue"),
}, },
...@@ -386,7 +386,7 @@ const routes = [ ...@@ -386,7 +386,7 @@ const routes = [
path: "/vscouncilAdd", path: "/vscouncilAdd",
name: "vscouncilAdd", name: "vscouncilAdd",
title: "投委会管理", title: "投委会管理",
meta: { title: "投委会管理" }, meta: { title: "投委会管理详情" }, // 修改:投委会管理 → 投委会管理详情
component: () => import("@/views/everydayPage/vscouncilAdd.vue"), component: () => import("@/views/everydayPage/vscouncilAdd.vue"),
}, },
{ {
...@@ -400,21 +400,21 @@ const routes = [ ...@@ -400,21 +400,21 @@ const routes = [
path: "/recordAdd", path: "/recordAdd",
name: "recordAdd", name: "recordAdd",
title: "投资档案管理", title: "投资档案管理",
meta: { title: "投资档案管理" }, meta: { title: "投资档案管理详情" }, // 修改:投资档案管理 → 投资档案管理详情
component: () => import("@/views/everydayPage/recordAdd.vue"), component: () => import("@/views/everydayPage/recordAdd.vue"),
}, },
{ {
path: "/annual", path: "/annual",
name: "annual", name: "annual",
title: "年度计划", title: "年度计划",
meta: { title: "年度计划" }, meta: { title: "年度计划" }, // 列表页保持原标题
component: () => import("@/views/everydayPage/annual.vue"), component: () => import("@/views/everydayPage/annual.vue"),
}, },
{ {
path: "/annualAdd", path: "/annualAdd",
name: "annualAdd", name: "annualAdd",
title: "年度计划", title: "年度计划",
meta: { title: "年度计划" }, meta: { title: "年度计划详情" }, // 核心修改:年度计划 → 年度计划详情
component: () => import("@/views/everydayPage/annualAdd.vue"), component: () => import("@/views/everydayPage/annualAdd.vue"),
}, },
], ],
...@@ -437,7 +437,7 @@ const routes = [ ...@@ -437,7 +437,7 @@ const routes = [
path: "/costAdd", path: "/costAdd",
name: "costAdd", name: "costAdd",
title: "成本管理", title: "成本管理",
meta: { title: "成本管理" }, meta: { title: "成本管理详情" }, // 修改:成本管理 → 成本管理详情
component: () => import("@/views/elseManage/costAdd.vue"), component: () => import("@/views/elseManage/costAdd.vue"),
}, },
{ {
...@@ -460,7 +460,7 @@ const routes = [ ...@@ -460,7 +460,7 @@ const routes = [
path: "/systemManage", path: "/systemManage",
name: "systemManage", name: "systemManage",
title: "系统管理", title: "系统管理",
meta: { menuName: "系统管理", title: "系统管理" }, // 补充title字段 meta: { menuName: "系统管理", title: "系统管理" },
children: [ children: [
{ {
path: "departManage", path: "departManage",
......
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
flex-direction: column; flex-direction: column;
box-sizing: border-box; box-sizing: border-box;
} }
.add-project-content {
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
}
.system-manage-header { .system-manage-header {
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
border-radius: 8px; border-radius: 8px;
......
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
flex-direction: column; flex-direction: column;
box-sizing: border-box; box-sizing: border-box;
} }
.add-project-content {
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
}
.system-manage-header { .system-manage-header {
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
border-radius: 8px; border-radius: 8px;
......
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
.system-manage-header .header-left .el-select { .system-manage-header .header-left .el-select {
width: 220px; width: 220px;
} }
.add-project-content {
background-color: #fff;
}
.system-manage-content { .system-manage-content {
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
border-radius: 8px; border-radius: 8px;
......
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
} }
} }
} }
.add-project-content {
background-color: #fff;
}
.system-manage-content { .system-manage-content {
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
border-radius: 8px; border-radius: 8px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment