From 9c991756eb3b3bcb52ec7094e3708dacacbc3d99 Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Wed, 3 Aug 2022 12:10:56 +0800 Subject: [PATCH 1/6] 784bug --- .../activiti/demo/abilitydemandapply.vue | 177 ++++++++++++++++- .../views/modules/activiti/demo/comments.vue | 183 +++++++++++++++++- .../activiti/demo/putaway-process3.vue | 126 ++++++------ .../myAgent/demo/ability-resource-shelf.vue | 127 ++++++------ .../myAgent/demo/competency-application.vue | 124 ++++++------ .../src/views/demandCenter/demandDetails.vue | 2 +- 6 files changed, 550 insertions(+), 189 deletions(-) diff --git a/back/src/views/modules/activiti/demo/abilitydemandapply.vue b/back/src/views/modules/activiti/demo/abilitydemandapply.vue index 94acd632..f1b96feb 100644 --- a/back/src/views/modules/activiti/demo/abilitydemandapply.vue +++ b/back/src/views/modules/activiti/demo/abilitydemandapply.vue @@ -64,25 +64,55 @@ - + > --> + +
+
+ 同意 + 驳回 +
+
+ + + + + 取 消 + 确 定 + + + diff --git a/back/src/views/modules/activiti/demo/comments.vue b/back/src/views/modules/activiti/demo/comments.vue index fe6f3ddd..a21fb7cf 100644 --- a/back/src/views/modules/activiti/demo/comments.vue +++ b/back/src/views/modules/activiti/demo/comments.vue @@ -17,18 +17,49 @@ - + > --> + +
+
+ 同意 + 驳回 +
+
+ + + + + 取 消 + 确 定 + + - diff --git a/back/src/views/modules/activiti/demo/putaway-process3.vue b/back/src/views/modules/activiti/demo/putaway-process3.vue index 659b4720..c489b1f9 100644 --- a/back/src/views/modules/activiti/demo/putaway-process3.vue +++ b/back/src/views/modules/activiti/demo/putaway-process3.vue @@ -106,7 +106,7 @@ --> 同意 拒绝驳回
{{ item.name }}
@@ -25,49 +27,101 @@
-
{{ item.btnText }} >>
+
{{ item.btnText }} >> +
+ +
+
+ 能力上架申请 +
+
+
能力类型选择
+
+
+ {{ item }} +
+
+
+
+
组件类型选择
+
+ + + {{ item }} + + +
+
+
+ @@ -93,7 +216,7 @@ const imgList = ref([ } .title { - margin-bottom: 20px; + margin-bottom: 35px; .text { padding: 20px 0; @@ -152,6 +275,8 @@ const imgList = ref([ height: 350px; margin: 0 auto; } + + } .img-bg { @@ -161,31 +286,26 @@ const imgList = ref([ .process-img { height: 855px; - background-image: url('../../../assets/menu/process.png'); } .shelves-img { height: 497px; width: 1107px; margin: 0 auto; - background-image: url('../../../assets/menu/shelves.png'); } .apply-img { height: 752px; - background-image: url('../../../assets/menu/apply.png'); } .demand-img { height: 525px; width: 1300px; margin: 0 auto; - background-image: url('../../../assets/menu/demand.png'); } .down-img { height: 544px; - background-image: url('../../../assets/menu/down.png'); } .list-box { @@ -209,6 +329,9 @@ const imgList = ref([ font-size: 20px; text-align: center; padding: 20px 0 10px 0; + display: flex; + align-items: center; + justify-content: center; } .name-box { @@ -218,17 +341,135 @@ const imgList = ref([ flex-wrap: wrap; } + .icon-name { + width: 30px; + height: 30px; + background-size: 100% 100%; + margin-right: 4px; + } + .item-v { min-width: 100px; color: #fff; font-size: 20px; text-align: center; padding: 10px; - border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 6px; - background: rgba(255, 255, 255, 0.2); margin: 0 16px 20px 16px; + background: url('../../../assets/menu/sevice-bg.png'); + background-size: 100% 100%; } } } + + + \ No newline at end of file diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue index cb4c45b6..b7956605 100644 --- a/front/src/views/instructionManual/index.vue +++ b/front/src/views/instructionManual/index.vue @@ -1,28 +1,25 @@ diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue index b7956605..b7617fcd 100644 --- a/front/src/views/instructionManual/index.vue +++ b/front/src/views/instructionManual/index.vue @@ -3,13 +3,18 @@