From 2a260917f8c11c7b7780a8eae292228f376e378f Mon Sep 17 00:00:00 2001 From: lucky Date: Wed, 10 Mar 2021 14:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E6=96=B0=E6=94=BF=E7=AD=96=EF=BC=8C?= =?UTF-8?q?=E4=BA=A4=E6=B5=81=E7=A4=BE=E5=8C=BA=E6=8E=A5=E5=8F=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Activity/ActivityDate.vue | 2 +- src/components/BtnCom/BtnCon.vue | 3 + src/components/Community/CommentDate.vue | 184 +++++++++++++ src/components/Community/CommentSearch.vue | 53 ++++ src/components/Community/CommunityDate.vue | 255 ++++++++++++++++++ src/components/Community/CommunitySearch.vue | 74 +++++ src/components/Forum/ForumDate.vue | 172 ------------ src/components/Forum/ForumSearch.vue | 96 ------- src/components/Policy/PolicyAdd.vue | 159 +++++------ src/components/Policy/PolicyDate.vue | 3 +- src/components/Policy/PolicyEdit.vue | 163 ++++++----- src/components/Policy/PolicySearch.vue | 5 +- src/config/api.js | 13 + src/router/index.js | 18 ++ src/views/CommunicationCommunity/Comment.vue | 71 +++++ .../CommunicationCommunity.vue | 70 ++++- .../CooperativePartner/CooperativePartner.vue | 79 ++++++ 17 files changed, 991 insertions(+), 429 deletions(-) create mode 100644 src/components/Community/CommentDate.vue create mode 100644 src/components/Community/CommentSearch.vue create mode 100644 src/components/Community/CommunityDate.vue create mode 100644 src/components/Community/CommunitySearch.vue delete mode 100644 src/components/Forum/ForumDate.vue delete mode 100644 src/components/Forum/ForumSearch.vue create mode 100644 src/views/CommunicationCommunity/Comment.vue create mode 100644 src/views/CooperativePartner/CooperativePartner.vue diff --git a/src/components/Activity/ActivityDate.vue b/src/components/Activity/ActivityDate.vue index 5df2288..4c08a8e 100644 --- a/src/components/Activity/ActivityDate.vue +++ b/src/components/Activity/ActivityDate.vue @@ -110,7 +110,7 @@ {{ record.intro }} 暂无内容 -
+
详情: 暂无内容 diff --git a/src/components/BtnCom/BtnCon.vue b/src/components/BtnCom/BtnCon.vue index 802a5c8..6c6c815 100644 --- a/src/components/BtnCom/BtnCon.vue +++ b/src/components/BtnCom/BtnCon.vue @@ -9,6 +9,8 @@
活动公告
创新政策
人才招聘
+
合作伙伴
+
衍生企业
创新部
合作意向
@@ -24,6 +26,7 @@
入驻虚拟申请
服务
需求填报
+
合作伙伴
产业部
服务
diff --git a/src/components/Community/CommentDate.vue b/src/components/Community/CommentDate.vue new file mode 100644 index 0000000..0b82c5d --- /dev/null +++ b/src/components/Community/CommentDate.vue @@ -0,0 +1,184 @@ + + + + + diff --git a/src/components/Community/CommentSearch.vue b/src/components/Community/CommentSearch.vue new file mode 100644 index 0000000..f067bf6 --- /dev/null +++ b/src/components/Community/CommentSearch.vue @@ -0,0 +1,53 @@ + + + + + + diff --git a/src/components/Community/CommunityDate.vue b/src/components/Community/CommunityDate.vue new file mode 100644 index 0000000..90c82ef --- /dev/null +++ b/src/components/Community/CommunityDate.vue @@ -0,0 +1,255 @@ + + + + + diff --git a/src/components/Community/CommunitySearch.vue b/src/components/Community/CommunitySearch.vue new file mode 100644 index 0000000..216fb9f --- /dev/null +++ b/src/components/Community/CommunitySearch.vue @@ -0,0 +1,74 @@ + + + + + + diff --git a/src/components/Forum/ForumDate.vue b/src/components/Forum/ForumDate.vue deleted file mode 100644 index 6c5b52e..0000000 --- a/src/components/Forum/ForumDate.vue +++ /dev/null @@ -1,172 +0,0 @@ - - - - - diff --git a/src/components/Forum/ForumSearch.vue b/src/components/Forum/ForumSearch.vue deleted file mode 100644 index 4c54263..0000000 --- a/src/components/Forum/ForumSearch.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - diff --git a/src/components/Policy/PolicyAdd.vue b/src/components/Policy/PolicyAdd.vue index c4d9bb0..d82de07 100644 --- a/src/components/Policy/PolicyAdd.vue +++ b/src/components/Policy/PolicyAdd.vue @@ -32,7 +32,7 @@ - - - - - + - + - + {{ policyType }} + :value="item.id" + v-for="(item, index) in applyStatus" + >{{ item.name }} - + - + - + @@ -134,38 +100,69 @@ diff --git a/src/views/CommunicationCommunity/CommunicationCommunity.vue b/src/views/CommunicationCommunity/CommunicationCommunity.vue index f673aed..6f1f51b 100644 --- a/src/views/CommunicationCommunity/CommunicationCommunity.vue +++ b/src/views/CommunicationCommunity/CommunicationCommunity.vue @@ -1,19 +1,75 @@ diff --git a/src/views/CooperativePartner/CooperativePartner.vue b/src/views/CooperativePartner/CooperativePartner.vue new file mode 100644 index 0000000..2e70428 --- /dev/null +++ b/src/views/CooperativePartner/CooperativePartner.vue @@ -0,0 +1,79 @@ + + +