diff --git a/src/components/drawers/NoticePub.vue b/src/components/drawers/NoticePub.vue index 58f2bf68..ff637f60 100644 --- a/src/components/drawers/NoticePub.vue +++ b/src/components/drawers/NoticePub.vue @@ -103,7 +103,7 @@ export default { return message.warning("请输入公告内容"); } else { let obj = { - notice: state.noticeContent1, + notice: state.noticeContent, projectId: props.projectId, title: "", }; @@ -147,7 +147,7 @@ export default { .noticeTitle { margin-left: 32px; margin-right: 32px; - // padding-top: 20px; + margin-bottom: 100px; .notitle { height: 55px; border-bottom: 1px solid #ededed; diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index ff0b4b33..bd12097e 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -2835,7 +2835,7 @@ const columns1 = [ }, }, { - title: "上线时间", + title: "发布时间", width: 160, dataIndex: "pubtime", key: "10",