diff --git a/src/components/Briefing/ActivityAdd.vue b/src/components/Briefing/ActivityAdd.vue
new file mode 100644
index 0000000..a483d0e
--- /dev/null
+++ b/src/components/Briefing/ActivityAdd.vue
@@ -0,0 +1,292 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ category.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Briefing/ActivityDate.vue b/src/components/Briefing/ActivityDate.vue
new file mode 100644
index 0000000..c42c001
--- /dev/null
+++ b/src/components/Briefing/ActivityDate.vue
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+ {{ index + 1 }}
+
+
+
+ {{ record.releaseTime}}
+ -{{record.closeTime}}
+
+
+
+ {{ record.auditStatus === 2 ? '已通过' : record.auditStatus === 1 ? '未通过' : '审核中' }}
+
+
+
+
+
+
+
+
+ onDelete(record.activityId)"
+ title="确定要删除这一条?"
+ v-if="lists.length"
+ >
+
+
+
+
+
+
+
+
+ 主讲人:
+ {{ record.info.name }}
+ 暂无
+
+
+
+ 活动类型:
+ {{ record.info.activityType === 0 ? '路演' : record.info.activityType === 1 ? '讲座' : record.info.activityType === 2 ? '沙龙' : '' }}
+
+
+
+ 培训对象:
+ {{ record.info.trainees }}
+ 暂无
+
+
+
+
+ 组织单位:
+ {{ record.info.organization }}
+ 暂无
+
+
+
+ 发布平台:
+ {{ record.info.publishPlatform === 0 ? '绿谷' : record.info.publishPlatform === 1 ? '创时代' : '' }}
+
+
+
+
+ 活动结束内容:
+
+ {{ record.info.endContent }}
+ 暂无内容
+
+
+ 公告简介:
+
+ {{ record.intro }}
+ 暂无内容
+
+
+ 详情:
+
+ 暂无内容
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Briefing/ActivityEdit.vue b/src/components/Briefing/ActivityEdit.vue
new file mode 100644
index 0000000..a933f96
--- /dev/null
+++ b/src/components/Briefing/ActivityEdit.vue
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ category.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Briefing/ActivitySearch.vue b/src/components/Briefing/ActivitySearch.vue
new file mode 100644
index 0000000..80f5255
--- /dev/null
+++ b/src/components/Briefing/ActivitySearch.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
搜索
+
+
增加
+
+
+
+
+
+
+
+
diff --git a/src/components/BtnCom/BtnCon.vue b/src/components/BtnCom/BtnCon.vue
index 3179727..2259f04 100644
--- a/src/components/BtnCom/BtnCon.vue
+++ b/src/components/BtnCom/BtnCon.vue
@@ -8,6 +8,7 @@
交流社区
活动公告
+ 企业简报
创新政策
人才招聘
合作伙伴
diff --git a/src/config/api.js b/src/config/api.js
index 59945a3..9680aa6 100644
--- a/src/config/api.js
+++ b/src/config/api.js
@@ -74,6 +74,9 @@ export const saveActivity = params => axios.post(`${activity}/save`, params);
// 修改活动公告
export const updateActivity = params => axios.post(`${activity}/update`, params);
+// 删除活动公告
+export const deleteActivity = params => axios.post(`${activity}/del`, params);
+
// 查看活动下所有申请的人员列表
export const getQueryApply = params => axios.post(`${activity}/query/apply`, params);
diff --git a/src/router/index.js b/src/router/index.js
index 2a7200d..0306249 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -65,6 +65,18 @@ const routes = [
name: 'EventRegistration',
component: () => import(/* webpackChunkName: "event-registration" */ 'views/EventRegistration/EventRegistration.vue'),
},
+ // 企业简报--活动通知
+ {
+ path: '/report-announcement',
+ name: 'ReportAnnouncement',
+ component: () => import(/* webpackChunkName: "report-announcement" */ 'views/ReportAnnouncement/ReportAnnouncement.vue'),
+ },
+ // 企业简报--活动报名
+ {
+ path: '/report-registration',
+ name: 'ReportRegistration',
+ component: () => import(/* webpackChunkName: "report-registration" */ 'views/ReportRegistration/ReportRegistration.vue'),
+ },
// 创新政策
{
path: '/innovation-policy',
diff --git a/src/views/EventAnnouncement/EventAnnouncement.vue b/src/views/EventAnnouncement/EventAnnouncement.vue
index 2af580d..1cba805 100644
--- a/src/views/EventAnnouncement/EventAnnouncement.vue
+++ b/src/views/EventAnnouncement/EventAnnouncement.vue
@@ -30,8 +30,8 @@ export default {
methods: {
/**
- * 根据团队id查看研发团队相关信息
- * @param { String } competeTimeId 第几届信息的id
+ * 后台查询活动公告
+ * @param { String } informReport 通知或报道 (0通知 1报道)
*/
async getSelectTeam(condition) {
try {
@@ -39,6 +39,7 @@ export default {
param: {
pageNum: (condition && condition.current) || 1,
pageSize: (condition && condition.pageSize) || 10,
+ informReport: 0,
},
};
if (condition) {
diff --git a/src/views/EventAnnouncement/EventRegistration/EventRegistration.vue b/src/views/EventAnnouncement/EventRegistration/EventRegistration.vue
new file mode 100644
index 0000000..59dbf53
--- /dev/null
+++ b/src/views/EventAnnouncement/EventRegistration/EventRegistration.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/ReportAnnouncement/ReportAnnouncement.vue b/src/views/ReportAnnouncement/ReportAnnouncement.vue
new file mode 100644
index 0000000..86b39a6
--- /dev/null
+++ b/src/views/ReportAnnouncement/ReportAnnouncement.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
diff --git a/src/views/ReportRegistration/ReportRegistration.vue b/src/views/ReportRegistration/ReportRegistration.vue
new file mode 100644
index 0000000..59dbf53
--- /dev/null
+++ b/src/views/ReportRegistration/ReportRegistration.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+