提交 3ca11f41 authored 作者: 张伊明's avatar 张伊明

fix 修改出口表格颜色

fix 修改政令新闻编号
上级 0da3e462
......@@ -673,7 +673,7 @@ const newsList = ref([
]);
const handleGetNews = async () => {
const params = {
moduleId: "0100"
moduleId: "0101"
};
try {
const res = await getNews(params);
......@@ -723,7 +723,7 @@ const messageList = ref([
]);
const handleGetMessage = async () => {
const params = {
moduleId: "0100"
moduleId: "0101"
};
try {
const res = await getSocialMedia(params);
......
......@@ -934,7 +934,7 @@ onMounted(() => {
:deep(.el-table__header-wrapper) {
th {
background-color: rgb(59, 65, 75) !important;
background-color: var(--color-primary-100) !important;
height: 48px;
padding: 0;
color: #fff;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论