Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
5cb6e424
提交
5cb6e424
authored
2月 27, 2026
作者:
朱政
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'zz-dev'
上级
4d6c5857
ff1b0ab8
全部展开
显示空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
17 行增加
和
149 行删除
+17
-149
index.vue
src/views/bill/billHome/index.vue
+7
-6
index.vue
src/views/coopRestriction/components/askPage/index.vue
+1
-0
index.vue
src/views/decree/decreeHome/index.vue
+0
-0
index.vue
src/views/exportControl/index.vue
+2
-19
index.vue
src/views/finance/index.vue
+0
-55
index.vue
src/views/innovationSubject/index.vue
+3
-7
index.vue
...views/marketAccessRestrictions/marketAccessHome/index.vue
+3
-62
index.vue
src/views/scientificFunding/components/askPage/index.vue
+1
-0
index.vue
src/views/thinkTank/index.vue
+0
-0
没有找到文件。
src/views/bill/billHome/index.vue
浏览文件 @
5cb6e424
...
@@ -148,8 +148,8 @@
...
@@ -148,8 +148,8 @@
{{
bill
.
billName
}}
{{
bill
.
billName
}}
</div>
</div>
<div
class=
"box1-main-left-info"
>
<div
class=
"box1-main-left-info"
>
<AreaTag
v-for=
"(item, index) in bill.hylyList"
<AreaTag
v-for=
"(item, index) in bill.hylyList"
:key=
"index"
:tagName=
"item.industryName"
>
:key=
"index"
:tagName=
"item.industryName"
>
</AreaTag>
</AreaTag>
<div
class=
"info-box"
:class=
"
{
<div
class=
"info-box"
:class=
"
{
info1: index === 0,
info1: index === 0,
...
@@ -249,7 +249,7 @@
...
@@ -249,7 +249,7 @@
</div>
</div>
<DivideHeader
id=
"position2"
class=
"divide2"
:titleText=
"'资讯要闻'"
></DivideHeader>
<DivideHeader
id=
"position2"
class=
"divide2"
:titleText=
"'资讯要闻'"
></DivideHeader>
<div
class=
"center-center"
>
<div
class=
"center-center"
>
<div
class=
"box3"
>
<
!--
<
div
class=
"box3"
>
<div
class=
"box3-header"
>
<div
class=
"box3-header"
>
<div
class=
"box3-header-left"
>
<div
class=
"box3-header-left"
>
<div
class=
"box3-header-icon"
>
<div
class=
"box3-header-icon"
>
...
@@ -284,11 +284,12 @@
...
@@ -284,11 +284,12 @@
<div
class=
"right-footer"
>
{{
news
.
newsContent
}}
</div>
<div
class=
"right-footer"
>
{{
news
.
newsContent
}}
</div>
<!--
<CommonPrompt
:content=
"news.newsContent"
>
<!--
<CommonPrompt
:content=
"news.newsContent"
>
<div
class=
"right-footer"
>
{{
news
.
newsContent
}}
</div>
<div
class=
"right-footer"
>
{{
news
.
newsContent
}}
</div>
</CommonPrompt>
-->
</CommonPrompt>
--
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<NewsList
:list=
"newsList.slice(0, 5)"
/>
<div
class=
"box4"
>
<div
class=
"box4"
>
<div
class=
"box4-header"
>
<div
class=
"box4-header"
>
<div
class=
"header-icon"
>
<div
class=
"header-icon"
>
...
@@ -990,7 +991,7 @@ const handleGetNews = async () => {
...
@@ -990,7 +991,7 @@ const handleGetNews = async () => {
const
res
=
await
getNews
(
params
);
const
res
=
await
getNews
(
params
);
console
.
log
(
"新闻资讯"
,
res
);
console
.
log
(
"新闻资讯"
,
res
);
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
newsList
.
value
=
res
.
data
||
[].
map
(
item
=>
{
newsList
.
value
=
res
.
data
||
[].
map
(
item
=>
{
return
{
return
{
...
item
,
...
item
,
from
:
`${item.newsOrg
}
· ${item.newsDate ? item.newsDate.slice(5) : ""
}
`
,
from
:
`${item.newsOrg
}
· ${item.newsDate ? item.newsDate.slice(5) : ""
}
`
,
...
...
src/views/coopRestriction/components/askPage/index.vue
浏览文件 @
5cb6e424
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
NewsList
from
"@/components/NewsList/NewsList.vue"
;
import
{
ref
,
onMounted
}
from
"vue"
;
import
{
ref
,
onMounted
}
from
"vue"
;
import
router
from
'@/router'
import
router
from
'@/router'
import
{
getCoopRestrictionNews
,
getCoopRestrictionSocial
}
from
'@/api/coopRestriction/coopRestriction'
import
{
getCoopRestrictionNews
,
getCoopRestrictionSocial
}
from
'@/api/coopRestriction/coopRestriction'
...
...
src/views/decree/decreeHome/index.vue
浏览文件 @
5cb6e424
差异被折叠。
点击展开。
src/views/exportControl/index.vue
浏览文件 @
5cb6e424
<
template
>
<
template
>
<div
class=
"home-wrapper"
>
<div
class=
"home-wrapper"
>
<<<<<<<
HEAD
=======
=======
<div
class=
"search-header"
v-show=
"isShow"
>
<div
class=
"search-header"
v-show=
"isShow"
>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
>>>>>>> zz-dev
<!--
<div
class=
"home-header"
v-show=
"!isShow"
>
<!--
<div
class=
"home-header"
v-show=
"!isShow"
>
<div
class=
"header-left"
>
<div
class=
"header-left"
>
<HeaderMenu></HeaderMenu>
<HeaderMenu></HeaderMenu>
...
@@ -202,15 +202,9 @@
...
@@ -202,15 +202,9 @@
<el-row
:gutter=
"15"
style=
"width: 1600px; margin: 0 auto; height: 50px; margin-top: 64px"
>
<el-row
:gutter=
"15"
style=
"width: 1600px; margin: 0 auto; height: 50px; margin-top: 64px"
>
<CustomTitle
id=
"position2"
title=
"资讯要闻"
/>
<CustomTitle
id=
"position2"
title=
"资讯要闻"
/>
<
<<<<<<
HEAD
<
el-col
:span=
"12"
>
<NewsList
:list=
"newsList.slice(0, 5)"
:defaultImg=
"newsImg"
/>
<!-- <custom-container title="新闻资讯" :titleIcon="newsIcon" height="450px">
=======
</el-row>
</el-row>
<!-- <el-col :span="12">
<!-- <el-col :span="12">
<custom-container title="新闻资讯" :titleIcon="newsIcon" height="450px">
<custom-container title="新闻资讯" :titleIcon="newsIcon" height="450px">
>>>>>>> zz-dev
<template #header-right>
<template #header-right>
<el-button type="primary" link @click="handleToMoreNews">
<el-button type="primary" link @click="handleToMoreNews">
{{ "更多 +" }}
{{ "更多 +" }}
...
@@ -222,11 +216,6 @@
...
@@ -222,11 +216,6 @@
<NewsList :list-data="newsList" @item-click="item => handleNewsInfoClick(item)" />
<NewsList :list-data="newsList" @item-click="item => handleNewsInfoClick(item)" />
</div>
</div>
</template>
</template>
<<<<<<< HEAD
</custom-container> -->
</el-col>
<el-col
:span=
"12"
>
=======
</custom-container>
</custom-container>
</el-col> -->
</el-col> -->
<div
class=
"center-center"
>
<div
class=
"center-center"
>
...
@@ -235,7 +224,6 @@
...
@@ -235,7 +224,6 @@
content=
"newsContent"
/>
content=
"newsContent"
/>
</div>
</div>
<div
class=
"boxs4"
>
<div
class=
"boxs4"
>
>>>>>>> zz-dev
<custom-container
title=
"社交媒体"
:titleIcon=
"dialogIcon"
height=
"450px"
>
<custom-container
title=
"社交媒体"
:titleIcon=
"dialogIcon"
height=
"450px"
>
<
template
#
default
>
<
template
#
default
>
<div
class=
"dialog-list"
>
<div
class=
"dialog-list"
>
...
@@ -639,11 +627,6 @@ import CustomContainer from "@/components/Container/index.vue";
...
@@ -639,11 +627,6 @@ import CustomContainer from "@/components/Container/index.vue";
import
ClickableCard
from
"./components/link.vue"
;
import
ClickableCard
from
"./components/link.vue"
;
import
InfoCard
from
"./components/info.vue"
;
import
InfoCard
from
"./components/info.vue"
;
import
CustomTitle
from
"./components/title.vue"
;
import
CustomTitle
from
"./components/title.vue"
;
<<<<<<<
HEAD
// import NewsList from "./components/news.vue";
import
newsImg
from
"@/assets/images/news-img.png"
;
=======
>>>>>>>
zz
-
dev
import
MessageBubble
from
"./components/dialog.vue"
;
import
MessageBubble
from
"./components/dialog.vue"
;
import
CommonPrompt
from
"./commonPrompt/index.vue"
;
import
CommonPrompt
from
"./commonPrompt/index.vue"
;
...
...
src/views/finance/index.vue
浏览文件 @
5cb6e424
...
@@ -1708,61 +1708,6 @@ onMounted(async () => {
...
@@ -1708,61 +1708,6 @@ onMounted(async () => {
margin-top
:
43px
;
margin-top
:
43px
;
}
}
<<<<<<<
HEAD
=======
.home-main-header-center
{
margin
:
0
auto
;
margin-top
:
20px
;
width
:
800px
;
height
:
48px
;
border-radius
:
10px
;
box-shadow
:
0px
0px
15px
0px
rgba
(
22
,
119
,
255
,
0
.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
box-sizing
:
border-box
;
padding
:
1px
;
position
:
relative
;
border
:
1px
solid
transparent
;
&
:hover
{
border
:
1px
solid
var
(
--
color-main-active
);
}
.search
{
position
:
absolute
;
right
:
-1px
;
top
:
0px
;
width
:
120px
;
height
:
46px
;
border-radius
:
10px
;
background
:
var
(
--
color-main-active
);
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
cursor
:
pointer
;
.search-icon
{
width
:
18px
;
height
:
18px
;
img
{
width
:
100%
;
height
:
100%
;
}
}
.search-text
{
margin-left
:
8px
;
height
:
22px
;
color
:
#fff
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
22px
;
}
}
}
>>>>>>>
zz-dev
.home-main-header-footer
{
.home-main-header-footer
{
margin-top
:
38px
;
margin-top
:
38px
;
width
:
700px
;
width
:
700px
;
...
...
src/views/innovationSubject/index.vue
浏览文件 @
5cb6e424
...
@@ -13,13 +13,8 @@
...
@@ -13,13 +13,8 @@
</div>
</div>
</div>
-->
</div>
-->
<div
class=
"home-main-header-center"
>
<div
class=
"home-main-header-center"
>
<SearchContainer
<SearchContainer
style=
"margin-bottom: 0;margin-top: 48px; "
v-if=
"containerRef"
placeholder=
"搜索创新主体"
style=
"margin-bottom: 0;margin-top: 48px; "
:containerRef=
"containerRef"
areaName=
""
/>
v-if=
"containerRef"
placeholder=
"搜索创新主体"
:containerRef=
"containerRef"
areaName=
""
/>
<!--
<el-input
v-model=
"input"
style=
"width: 838px; height: 100%"
placeholder=
"搜索创新主体"
/>
<!--
<el-input
v-model=
"input"
style=
"width: 838px; height: 100%"
placeholder=
"搜索创新主体"
/>
<div
class=
"search"
>
<div
class=
"search"
>
<div
class=
"search-icon"
>
<div
class=
"search-icon"
>
...
@@ -376,6 +371,7 @@
...
@@ -376,6 +371,7 @@
<
script
setup
>
<
script
setup
>
import
RiskSignal
from
"@/components/RiskSignal/RiskSignal.vue"
;
import
RiskSignal
from
"@/components/RiskSignal/RiskSignal.vue"
;
import
NewsList
from
"@/components/NewsList/NewsList.vue"
;
import
{
onMounted
,
ref
,
computed
}
from
"vue"
;
import
{
onMounted
,
ref
,
computed
}
from
"vue"
;
import
*
as
echarts
from
"echarts"
;
import
*
as
echarts
from
"echarts"
;
import
router
from
"@/router"
;
import
router
from
"@/router"
;
...
...
src/views/marketAccessRestrictions/marketAccessHome/index.vue
浏览文件 @
5cb6e424
...
@@ -11,13 +11,8 @@
...
@@ -11,13 +11,8 @@
</div>
</div>
</div>
-->
</div>
-->
<div
class=
"home-main-header-center"
>
<div
class=
"home-main-header-center"
>
<SearchContainer
<SearchContainer
style=
"margin-bottom: 0;margin-top: 48px; height: fit-content"
v-if=
"containerRef"
style=
"margin-bottom: 0;margin-top: 48px; height: fit-content"
placeholder=
"搜索市场准入限制调查"
:containerRef=
"containerRef"
areaName=
""
/>
v-if=
"containerRef"
placeholder=
"搜索市场准入限制调查"
:containerRef=
"containerRef"
areaName=
""
/>
</div>
</div>
<!--
<div
class=
"home-main-header-footer"
>
<!--
<div
class=
"home-main-header-footer"
>
<div
class=
"home-main-header-footer-item"
>
<div
class=
"home-main-header-footer-item"
>
...
@@ -562,6 +557,7 @@
...
@@ -562,6 +557,7 @@
<
/template
>
<
/template
>
<
script
setup
>
<
script
setup
>
import
NewsList
from
"@/components/NewsList/NewsList.vue"
;
import
RiskSignal
from
"@/components/RiskSignal/RiskSignal.vue"
;
import
RiskSignal
from
"@/components/RiskSignal/RiskSignal.vue"
;
import
{
onMounted
,
ref
}
from
"vue"
;
import
{
onMounted
,
ref
}
from
"vue"
;
import
setChart
from
"@/utils/setChart"
;
import
setChart
from
"@/utils/setChart"
;
...
@@ -1580,62 +1576,7 @@ onMounted(async () => {
...
@@ -1580,62 +1576,7 @@ onMounted(async () => {
display
:
flex
;
display
:
flex
;
justify
-
content
:
space
-
between
;
justify
-
content
:
space
-
between
;
}
}
<<<<<<<
HEAD
=======
.
home
-
main
-
header
-
center
{
margin
-
top
:
48
px
;
width
:
960
px
;
height
:
48
px
;
border
-
radius
:
10
px
;
box
-
shadow
:
0
px
0
px
15
px
0
px
rgba
(
22
,
119
,
255
,
0.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
box
-
sizing
:
border
-
box
;
padding
:
1
px
;
position
:
relative
;
border
:
1
px
solid
transparent
;
&
:
hover
{
border
:
1
px
solid
var
(
--
color
-
main
-
active
);
}
.
search
{
position
:
absolute
;
right
:
-
1
px
;
top
:
0
px
;
width
:
120
px
;
height
:
46
px
;
border
-
radius
:
10
px
;
background
:
var
(
--
color
-
main
-
active
);
display
:
flex
;
justify
-
content
:
center
;
align
-
items
:
center
;
cursor
:
pointer
;
.
search
-
icon
{
width
:
18
px
;
height
:
18
px
;
img
{
width
:
100
%
;
height
:
100
%
;
}
}
.
search
-
text
{
margin
-
left
:
8
px
;
height
:
22
px
;
color
:
#
fff
;
font
-
family
:
Microsoft
YaHei
;
font
-
size
:
16
px
;
font
-
weight
:
400
;
line
-
height
:
22
px
;
}
}
}
>>>>>>>
zz
-
dev
.
home
-
main
-
header
-
footer
{
.
home
-
main
-
header
-
footer
{
margin
-
top
:
38
px
;
margin
-
top
:
38
px
;
width
:
688
px
;
width
:
688
px
;
...
...
src/views/scientificFunding/components/askPage/index.vue
浏览文件 @
5cb6e424
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
NewsList
from
"@/components/NewsList/NewsList.vue"
;
import
{
ref
,
onMounted
}
from
"vue"
;
import
{
ref
,
onMounted
}
from
"vue"
;
import
{
import
{
getSocialMediaInfo
,
getNews
getSocialMediaInfo
,
getNews
...
...
src/views/thinkTank/index.vue
浏览文件 @
5cb6e424
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论