mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop
This commit is contained in:
@@ -103,7 +103,7 @@ export default {
|
|||||||
return message.warning("请输入公告内容");
|
return message.warning("请输入公告内容");
|
||||||
} else {
|
} else {
|
||||||
let obj = {
|
let obj = {
|
||||||
notice: state.noticeContent1,
|
notice: state.noticeContent,
|
||||||
projectId: props.projectId,
|
projectId: props.projectId,
|
||||||
title: "",
|
title: "",
|
||||||
};
|
};
|
||||||
@@ -147,7 +147,7 @@ export default {
|
|||||||
.noticeTitle {
|
.noticeTitle {
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
// padding-top: 20px;
|
margin-bottom: 100px;
|
||||||
.notitle {
|
.notitle {
|
||||||
height: 55px;
|
height: 55px;
|
||||||
border-bottom: 1px solid #ededed;
|
border-bottom: 1px solid #ededed;
|
||||||
|
|||||||
@@ -2861,7 +2861,7 @@ const columns1 = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "上线时间",
|
title: "发布时间",
|
||||||
width: 160,
|
width: 160,
|
||||||
dataIndex: "pubtime",
|
dataIndex: "pubtime",
|
||||||
key: "10",
|
key: "10",
|
||||||
|
|||||||
Reference in New Issue
Block a user