From 4170d2ba3dfedb4816a8a2b0aac0d7b3c100068a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Sat, 7 May 2022 09:24:40 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=97=AE=E7=AD=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 4 +- .../components/questions-item.vue | 68 ++++++++++++++ .../personal/pages/my-questions/index.vue | 91 +++++++++++++++++++ src/router/index.js | 18 +++- 4 files changed, 175 insertions(+), 6 deletions(-) create mode 100644 src/pages/personal/pages/my-questions/components/questions-item.vue create mode 100644 src/pages/personal/pages/my-questions/index.vue diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index bed1dce20..07fafe8e4 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -473,8 +473,8 @@ // }, // { // title: '我的问答', - // path: '/questionsAndAnswers', - // menuId: '8VKLZATQQG4NQHXV9UDS' + // path: '/questions', + // menuId: '' // }, { title: '我的板块', diff --git a/src/pages/personal/pages/my-questions/components/questions-item.vue b/src/pages/personal/pages/my-questions/components/questions-item.vue new file mode 100644 index 000000000..cbff2eb72 --- /dev/null +++ b/src/pages/personal/pages/my-questions/components/questions-item.vue @@ -0,0 +1,68 @@ + + + + + + diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue new file mode 100644 index 000000000..32711a849 --- /dev/null +++ b/src/pages/personal/pages/my-questions/index.vue @@ -0,0 +1,91 @@ + + + + + + diff --git a/src/router/index.js b/src/router/index.js index aba27e034..ac50a8a7f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -242,15 +242,25 @@ const routes = [ } }, { - path: '/questionsAndAnswers', - name: 'QuestionsAndAnswers', - component: resolve => require(['@/pages/personal/pages/questionsAndAnswers'], resolve), + path: '/questions', + name: 'MyQuestions', + component: resolve => require(['@/pages/personal/pages/my-questions'], resolve), meta: { requireAuth: true, title: '我的问答', - menuId: '8VKLZATQQG4NQHXV9UDS' + menuId: '' } } + // { + // path: '/questionsAndAnswers', + // name: 'QuestionsAndAnswers', + // component: resolve => require(['@/pages/personal/pages/questionsAndAnswers'], resolve), + // meta: { + // requireAuth: true, + // title: '我的问答', + // menuId: '8VKLZATQQG4NQHXV9UDS' + // } + // } ] }, // ************************** 流程中心 ******************************* From 51f76eb92975d31c4a73911bc54d5ca53efde8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Sat, 7 May 2022 13:32:10 +0800 Subject: [PATCH 02/10] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E7=AB=8B=E9=A1=B9=E8=AE=A1=E5=88=92=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbzxdlx/step1.vue | 60 +++++++++---------- .../pages/creatProcess/qbzxdlx/step2.vue | 1 - 2 files changed, 30 insertions(+), 31 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue index b8b0ad24e..2995bc6b1 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue @@ -6,7 +6,6 @@
基础信息
-
人员信息
@@ -14,7 +13,7 @@ - + - - - + + +