diff --git a/jero-web/src/components/layouts/TabLayout.vue b/jero-web/src/components/layouts/TabLayout.vue index 6e2f408d4..e76180cd4 100644 --- a/jero-web/src/components/layouts/TabLayout.vue +++ b/jero-web/src/components/layouts/TabLayout.vue @@ -94,6 +94,7 @@ this.$route.path == '/ProjectDetails' || this.$route.path == '/handshakeProcess' || this.$route.path == '/historicalVersion' || + this.$route.path == '/dashboard/analysis' || this.$route.path == '/processDetails') { return false } else { diff --git a/jero-web/src/views/dashboard/Analysis.vue b/jero-web/src/views/dashboard/Analysis.vue index 955165f4e..1b9ab1cce 100644 --- a/jero-web/src/views/dashboard/Analysis.vue +++ b/jero-web/src/views/dashboard/Analysis.vue @@ -1,30 +1,16 @@ - - - - - - - - - - - + - - \ No newline at end of file diff --git a/jero-web/src/views/dashboard/IndexChart.vue b/jero-web/src/views/dashboard/IndexChart.vue deleted file mode 100644 index 60ac1f545..000000000 --- a/jero-web/src/views/dashboard/IndexChart.vue +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - 周同比 - 12% - - - 日同比 - 11% - - - 日均销售额¥ 234.56 - - - - - - - - - - - 日订单量 {{ '1234' | NumberFormat }} - - - - - - - - - - - 转化率 60% - - - - - - - - - - - - - 同周比 - 12% - - - 日环比 - 80% - - - - - - - - - - - - 今日 - 本周 - 本月 - 本年 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/jero-web/src/views/dashboard/IndexTask.vue b/jero-web/src/views/dashboard/IndexTask.vue deleted file mode 100644 index 76a6b1abd..000000000 --- a/jero-web/src/views/dashboard/IndexTask.vue +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - 我的待办【{{ dataSource1.length }}】 - - - 更多 - - - - - - - - - - - - 办理 - - - - - - - - - - - 我的在办【{{ dataSource2.length }}】 - - - 更多 - - - - - - - - - - - - 办理 - - - - - - - - - - - - - - - 我的挂账【{{ dataSource4.length }}】 - - - - - - - - - - - - 办理 - - - - - - - - - - - 我的督办【{{ dataSource3.length }}】 - - - - - - - - - - - - 办理 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/jero-web/src/views/dashboard/Monitor.vue b/jero-web/src/views/dashboard/Monitor.vue deleted file mode 100644 index 144e237ec..000000000 --- a/jero-web/src/views/dashboard/Monitor.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - Monitor - - - - - - \ No newline at end of file diff --git a/jero-web/src/views/dashboard/Workplace.vue b/jero-web/src/views/dashboard/Workplace.vue deleted file mode 100644 index 57d0a06e2..000000000 --- a/jero-web/src/views/dashboard/Workplace.vue +++ /dev/null @@ -1,360 +0,0 @@ - - - - {{ timeFix }},{{ nickname() }},{{ welcome() }} - 前端工程师 | 蚂蚁金服 - 某某某事业群 - VUE平台 - - - - - - - - - - - - - - - - - - - - 全部项目 - - - - - - - {{ item.title }} - - - {{ item.description }} - - - - 科学搬砖组 - 9小时前 - - - - - - - - - - - - - {{ item.user.nickname }} - 在 {{ item.project.name }} - {{ item.project.action }} - {{ item.project.event }} - - {{ item.time }} - - - - - - - - - 操作一 - 操作二 - 操作三 - 操作四 - 操作五 - 操作六 - 添加 - - - - - - - - - - - - - - - {{ item.name }} - - - - - - - - - - - - - - \ No newline at end of file diff --git a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue index 3da6f00a4..1b3629873 100644 --- a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue @@ -270,7 +270,8 @@ fileId: val.fileId, flowType: this.$route.query.flowType, actiProcInstId: this.$route.query.actiProcInstId, - deliveryRequirements: val.deliveryRequirements + deliveryRequirements: val.deliveryRequirements, + engineeringInterfacePersonReply: this.queryPersonInCharge.engineeringInterfacePersonReply } putAction(this.url.dreSubmit, query).then((res) => { if (res.success) {