Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
ab7ad717
提交
ab7ad717
authored
3月 09, 2026
作者:
yanpeng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改部分内容
上级
1dc720e0
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
115 行增加
和
68 行删除
+115
-68
App.vue
src/App.vue
+33
-6
index.vue
src/components/base/moduleHeader/index.vue
+10
-5
index.vue
...w/components/fourSuppress/components/allElement/index.vue
+50
-40
index.vue
...iew/components/fourSuppress/components/allUnion/index.vue
+1
-1
index.vue
src/views/exportControl/index.vue
+21
-16
没有找到文件。
src/App.vue
浏览文件 @
ab7ad717
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
id=
"app"
>
<div
id=
"app"
>
<div
class=
"pro-wrapper"
>
<div
class=
"pro-wrapper"
>
<div
class=
"home-page"
>
<div
class=
"home-page"
>
<ModuleHeader/>
<ModuleHeader
/>
<div
class=
"main-container"
>
<div
class=
"main-container"
>
<router-view
/>
<router-view
/>
</div>
</div>
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
</div>
</div>
</div>
</div>
<div
class=
"tool-box"
@
click=
"handleClickToolBox"
>
<div
class=
"tool-box"
>
<div
class=
"tool-item"
>
<
!--
<
div
class=
"tool-item"
>
<img
src=
"@/assets/icons/tool-item-icon1.png"
alt=
""
/>
<img
src=
"@/assets/icons/tool-item-icon1.png"
alt=
""
/>
</div>
</div>
<div
class=
"tool-item"
>
<div
class=
"tool-item"
>
...
@@ -34,7 +34,26 @@
...
@@ -34,7 +34,26 @@
</div>
</div>
<div
class=
"tool-item"
>
<div
class=
"tool-item"
>
<img
src=
"@/assets/icons/tool-item-icon4.png"
alt=
""
/>
<img
src=
"@/assets/icons/tool-item-icon4.png"
alt=
""
/>
</div>
</div>
-->
<el-tooltip
content=
"智能写报"
placement=
"left"
:offset=
"10"
>
<div
class=
"tool-item"
@
click=
"handleOpenPage('znxb')"
>
<img
src=
"@/assets/icons/tool-item-icon1.png"
alt=
""
/>
</div>
</el-tooltip>
<el-tooltip
content=
"智能翻译"
placement=
"left"
:offset=
"10"
>
<div
class=
"tool-item"
@
click=
"handleClickToolBox"
>
<img
src=
"@/assets/icons/tool-item-icon2.png"
alt=
""
/>
</div>
</el-tooltip>
<!--
<div
class=
"tool-item"
>
<img
src=
"@/assets/icons/tool-item-icon3.png"
alt=
""
/>
</div>
-->
<el-tooltip
content=
"智能问答"
placement=
"left"
:offset=
"10"
>
<div
class=
"tool-item"
@
click=
"handleOpenPage('znwd')"
>
<img
src=
"@/assets/icons/tool-item-icon4.png"
alt=
""
/>
</div>
</el-tooltip>
</div>
</div>
<!--
<div
class=
"ai-btn"
@
click=
"openAiBox"
>
<!--
<div
class=
"ai-btn"
@
click=
"openAiBox"
>
...
@@ -121,7 +140,7 @@ const handleGetPersonType = async () => {
...
@@ -121,7 +140,7 @@ const handleGetPersonType = async () => {
personTypeList
.
value
=
[];
personTypeList
.
value
=
[];
}
}
window
.
sessionStorage
.
setItem
(
"personTypeList"
,
JSON
.
stringify
(
personTypeList
.
value
));
window
.
sessionStorage
.
setItem
(
"personTypeList"
,
JSON
.
stringify
(
personTypeList
.
value
));
}
catch
(
error
)
{
}
}
catch
(
error
)
{}
};
};
const
isCurrentOverview
=
computed
(()
=>
{
const
isCurrentOverview
=
computed
(()
=>
{
...
@@ -252,6 +271,14 @@ const handleClickTitle = item => {
...
@@ -252,6 +271,14 @@ const handleClickTitle = item => {
}
}
};
};
const
handleOpenPage
=
page
=>
{
const
pageObj
=
{
znwd
:
"/chat"
,
znxb
:
"/writtingAsstaint"
};
window
.
open
(
pageObj
[
page
],
"_blank"
);
};
const
handleClickToolBox
=
()
=>
{
const
handleClickToolBox
=
()
=>
{
ElMessage
.
warning
(
"当前功能正在开发中,敬请期待!"
);
ElMessage
.
warning
(
"当前功能正在开发中,敬请期待!"
);
};
};
...
@@ -291,7 +318,7 @@ body {
...
@@ -291,7 +318,7 @@ body {
text-align
:
justify
;
text-align
:
justify
;
}
}
.el-popper
[
data-popper-placement
^=
"top"
]
>
.el-popper__arrow
:before
{
.el-popper
[
data-popper-placement
^=
"top"
]
>
.el-popper__arrow
:before
{
display
:
none
;
display
:
none
;
}
}
</
style
>
</
style
>
...
...
src/components/base/moduleHeader/index.vue
浏览文件 @
ab7ad717
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<div
class=
"name"
>
{{
"管理员"
}}
</div>
<div
class=
"name"
>
{{
"管理员"
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"menu-box"
v-
if
=
"isShowMenu"
@
mouseenter=
"handleHoverMenu(true)"
@
mouseleave=
"handleHoverMenu(false)"
>
<div
class=
"menu-box"
v-
show
=
"isShowMenu"
@
mouseenter=
"handleHoverMenu(true)"
@
mouseleave=
"handleHoverMenu(false)"
>
<div
class=
"menu-content"
>
<div
class=
"menu-content"
>
<div
class=
"menu-item"
v-for=
"(item, index) in menuList"
:key=
"index"
@
click=
"handleToModule(item)"
>
<div
class=
"menu-item"
v-for=
"(item, index) in menuList"
:key=
"index"
@
click=
"handleToModule(item)"
>
<div
class=
"icon"
>
<div
class=
"icon"
>
...
@@ -372,11 +372,16 @@ onMounted(() => {
...
@@ -372,11 +372,16 @@ onMounted(() => {
top
:
52px
;
top
:
52px
;
left
:
0
;
left
:
0
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
10px
;
border-radius
:
10px
;
backdrop-filter
:
blur
(
30px
);
backdrop-filter
:
blur
(
10px
);
box-shadow
:
0px
0px
20px
0px
rgba
(
25
,
69
,
130
,
0
.1
);
-webkit-backdrop-filter
:
blur
(
10px
);
background
:
rgba
(
255
,
255
,
255
,
0
.8
);
box-shadow
:
0px
8px
32px
0px
rgba
(
31
,
38
,
135
,
0
.15
);
background
:
rgba
(
255
,
255
,
255
,
0
.25
);
backdrop-filter
:
blur
(
10px
);
-webkit-backdrop-filter
:
blur
(
10px
);
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.3
);
background
:
linear-gradient
(
135deg
,
rgba
(
255
,
255
,
255
,
0
.1
)
0%
,
rgba
(
255
,
255
,
255
,
0
.2
)
100%
);
box-shadow
:
0
8px
32px
0
rgba
(
31
,
38
,
135
,
0
.2
);
.menu-content
{
.menu-content
{
width
:
562px
;
width
:
562px
;
...
...
src/views/ZMOverView/components/fourSuppress/components/allElement/index.vue
浏览文件 @
ab7ad717
...
@@ -712,7 +712,7 @@ onUnmounted(() => {
...
@@ -712,7 +712,7 @@ onUnmounted(() => {
.
main
{
.
main
{
width
:
1598
px
;
width
:
1598
px
;
height
:
884
px
;
//
height: 884px;
margin
:
0
auto
;
margin
:
0
auto
;
margin
-
top
:
14
px
;
margin
-
top
:
14
px
;
display
:
flex
;
display
:
flex
;
...
@@ -726,9 +726,9 @@ onUnmounted(() => {
...
@@ -726,9 +726,9 @@ onUnmounted(() => {
background
:
rgba
(
255
,
255
,
255
,
0.65
);
background
:
rgba
(
255
,
255
,
255
,
0.65
);
}
}
.
left
{
&
>
.
left
{
width
:
472
px
;
width
:
472
px
;
display
:
none
;
.
box1
{
.
box1
{
width
:
472
px
;
width
:
472
px
;
height
:
884
px
;
height
:
884
px
;
...
@@ -915,11 +915,12 @@ onUnmounted(() => {
...
@@ -915,11 +915,12 @@ onUnmounted(() => {
}
}
.
right
{
.
right
{
width
:
1
110
px
;
width
:
1
00
%
;
.
box2
{
.
box2
{
width
:
1110
px
;
width
:
100
%
;
height
:
434
px
;
// height: 434px;
height
:
700
px
;
.
box2
-
header
{
.
box2
-
header
{
height
:
48
px
;
height
:
48
px
;
...
@@ -957,30 +958,34 @@ onUnmounted(() => {
...
@@ -957,30 +958,34 @@ onUnmounted(() => {
}
}
.
box2
-
main
{
.
box2
-
main
{
height
:
386
px
;
// height: 386px;
height
:
646
px
;
background
:
rgba
(
255
,
255
,
255
,
0.65
);
background
:
rgba
(
255
,
255
,
255
,
0.65
);
display
:
flex
;
display
:
flex
;
justify
-
content
:
center
;
justify
-
content
:
center
;
gap
:
16
px
;
gap
:
16
px
;
.
inner
-
box1
{
.
inner
-
box1
{
width
:
640
px
;
width
:
50
%
;
height
:
368
px
;
// height: 368px;
height
:
100
%
;
overflow
:
hidden
;
overflow
:
hidden
;
box
-
sizing
:
border
-
box
;
box
-
sizing
:
border
-
box
;
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
//
border: 1px solid rgba(234, 236, 238, 1);
border
-
radius
:
10
px
;
//
border-radius: 10px;
display
:
flex
;
display
:
flex
;
.
left
{
.
left
{
width
:
320
px
;
// width: 320px;
border
-
right
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
width
:
100
%
;
// border-right: 1px solid rgba(234, 236, 238, 1);
.
left
-
main
{
.
left
-
main
{
margin
-
top
:
9
px
;
//
margin-top: 9px;
height
:
27
0
px
;
height
:
60
0
px
;
.
left
-
item
{
.
left
-
item
{
width
:
100
%
;
height
:
54
px
;
height
:
54
px
;
border
:
1
px
solid
transparent
;
border
:
1
px
solid
transparent
;
display
:
flex
;
display
:
flex
;
...
@@ -1009,7 +1014,7 @@ onUnmounted(() => {
...
@@ -1009,7 +1014,7 @@ onUnmounted(() => {
}
}
.
text
{
.
text
{
width
:
260
px
;
width
:
95
%
;
height
:
30
px
;
height
:
30
px
;
margin
-
left
:
12
px
;
margin
-
left
:
12
px
;
color
:
rgba
(
59
,
65
,
75
,
1
);
color
:
rgba
(
59
,
65
,
75
,
1
);
...
@@ -1035,7 +1040,7 @@ onUnmounted(() => {
...
@@ -1035,7 +1040,7 @@ onUnmounted(() => {
}
}
.
left
-
footer
{
.
left
-
footer
{
margin
-
top
:
30
px
;
//
margin-top: 30px;
height
:
60
px
;
height
:
60
px
;
display
:
flex
;
display
:
flex
;
justify
-
content
:
center
;
justify
-
content
:
center
;
...
@@ -1049,7 +1054,7 @@ onUnmounted(() => {
...
@@ -1049,7 +1054,7 @@ onUnmounted(() => {
overflow
:
hidden
;
overflow
:
hidden
;
overflow
-
y
:
auto
;
overflow
-
y
:
auto
;
cursor
:
pointer
;
cursor
:
pointer
;
display
:
none
;
.
title
{
.
title
{
width
:
283
px
;
width
:
283
px
;
min
-
height
:
24
px
;
min
-
height
:
24
px
;
...
@@ -1157,8 +1162,10 @@ onUnmounted(() => {
...
@@ -1157,8 +1162,10 @@ onUnmounted(() => {
}
}
.
inner
-
box2
{
.
inner
-
box2
{
width
:
412
px
;
// width: 412px;
height
:
368
px
;
width
:
760
px
;
// height: 368px;
height
:
617
px
;
box
-
sizing
:
border
-
box
;
box
-
sizing
:
border
-
box
;
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
border
-
radius
:
10
px
;
border
-
radius
:
10
px
;
...
@@ -1185,8 +1192,8 @@ onUnmounted(() => {
...
@@ -1185,8 +1192,8 @@ onUnmounted(() => {
}
}
.
box2Chart
{
.
box2Chart
{
width
:
412
px
;
width
:
760
px
;
height
:
368
px
;
height
:
617
px
;
}
}
}
}
}
}
...
@@ -1194,8 +1201,9 @@ onUnmounted(() => {
...
@@ -1194,8 +1201,9 @@ onUnmounted(() => {
.
box3
{
.
box3
{
margin
-
top
:
16
px
;
margin
-
top
:
16
px
;
width
:
1110
px
;
width
:
100
%
;
height
:
434
px
;
// height: 434px;
height
:
700
px
;
.
box3
-
header
{
.
box3
-
header
{
height
:
48
px
;
height
:
48
px
;
...
@@ -1233,30 +1241,32 @@ onUnmounted(() => {
...
@@ -1233,30 +1241,32 @@ onUnmounted(() => {
}
}
.
box3
-
main
{
.
box3
-
main
{
height
:
38
6
px
;
height
:
64
6
px
;
background
:
rgba
(
255
,
255
,
255
,
0.65
);
background
:
rgba
(
255
,
255
,
255
,
0.65
);
display
:
flex
;
display
:
flex
;
justify
-
content
:
center
;
justify
-
content
:
center
;
gap
:
16
px
;
gap
:
16
px
;
.
inner
-
box1
{
.
inner
-
box1
{
width
:
640
px
;
width
:
50
%
;
height
:
368
px
;
// height: 368px;
height
:
100
%
;
overflow
:
hidden
;
overflow
:
hidden
;
box
-
sizing
:
border
-
box
;
box
-
sizing
:
border
-
box
;
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
//
border: 1px solid rgba(234, 236, 238, 1);
border
-
radius
:
10
px
;
//
border-radius: 10px;
display
:
flex
;
display
:
flex
;
.
left
{
.
left
{
width
:
320
px
;
width
:
100
%
;
border
-
right
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
//
border-right: 1px solid rgba(234, 236, 238, 1);
.
left
-
main
{
.
left
-
main
{
margin
-
top
:
9
px
;
//
margin-top: 9px;
height
:
27
0
px
;
height
:
60
0
px
;
.
left
-
item
{
.
left
-
item
{
width
:
100
%
;
height
:
54
px
;
height
:
54
px
;
border
:
1
px
solid
transparent
;
border
:
1
px
solid
transparent
;
display
:
flex
;
display
:
flex
;
...
@@ -1285,7 +1295,7 @@ onUnmounted(() => {
...
@@ -1285,7 +1295,7 @@ onUnmounted(() => {
}
}
.
text
{
.
text
{
width
:
260
px
;
width
:
95
%
;
height
:
30
px
;
height
:
30
px
;
margin
-
left
:
12
px
;
margin
-
left
:
12
px
;
color
:
rgba
(
59
,
65
,
75
,
1
);
color
:
rgba
(
59
,
65
,
75
,
1
);
...
@@ -1311,7 +1321,7 @@ onUnmounted(() => {
...
@@ -1311,7 +1321,7 @@ onUnmounted(() => {
}
}
.
left
-
footer
{
.
left
-
footer
{
margin
-
top
:
30
px
;
//
margin-top: 30px;
height
:
60
px
;
height
:
60
px
;
display
:
flex
;
display
:
flex
;
justify
-
content
:
center
;
justify
-
content
:
center
;
...
@@ -1325,7 +1335,7 @@ onUnmounted(() => {
...
@@ -1325,7 +1335,7 @@ onUnmounted(() => {
overflow
:
hidden
;
overflow
:
hidden
;
overflow
-
y
:
auto
;
overflow
-
y
:
auto
;
cursor
:
pointer
;
cursor
:
pointer
;
display
:
none
;
.
title
{
.
title
{
width
:
283
px
;
width
:
283
px
;
min
-
height
:
24
px
;
min
-
height
:
24
px
;
...
@@ -1433,8 +1443,8 @@ onUnmounted(() => {
...
@@ -1433,8 +1443,8 @@ onUnmounted(() => {
}
}
.
inner
-
box2
{
.
inner
-
box2
{
width
:
412
px
;
width
:
760
px
;
height
:
368
px
;
height
:
617
px
;
box
-
sizing
:
border
-
box
;
box
-
sizing
:
border
-
box
;
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
border
-
radius
:
10
px
;
border
-
radius
:
10
px
;
...
@@ -1461,8 +1471,8 @@ onUnmounted(() => {
...
@@ -1461,8 +1471,8 @@ onUnmounted(() => {
}
}
.
box3Chart
{
.
box3Chart
{
width
:
412
px
;
width
:
760
px
;
height
:
368
px
;
height
:
617
px
;
}
}
}
}
}
}
...
...
src/views/ZMOverView/components/fourSuppress/components/allUnion/index.vue
浏览文件 @
ab7ad717
...
@@ -2055,7 +2055,7 @@ watch(activeDate, async () => {
...
@@ -2055,7 +2055,7 @@ watch(activeDate, async () => {
}
}
.
anti
-
area
{
.
anti
-
area
{
margin
-
top
:
16
px
;
margin
-
top
:
30
px
;
width
:
1601
px
;
width
:
1601
px
;
height
:
500
px
;
height
:
500
px
;
display
:
flex
;
display
:
flex
;
...
...
src/views/exportControl/index.vue
浏览文件 @
ab7ad717
...
@@ -756,6 +756,10 @@ import {
...
@@ -756,6 +756,10 @@ import {
getExportControlList
getExportControlList
}
from
"@/api/exportControl"
;
}
from
"@/api/exportControl"
;
import
{
getMultipleBarChart_m
}
from
"./utils/charts"
;
import
{
formatAnyDateToChinese
}
from
"./utils"
;
import
_
from
"lodash"
;
const
currentRuleCompany
=
ref
(
""
);
const
currentRuleCompany
=
ref
(
""
);
const
currentRuleCount
=
ref
(
0
);
const
currentRuleCount
=
ref
(
0
);
const
currentRuleList
=
ref
([]);
const
currentRuleList
=
ref
([]);
...
@@ -858,10 +862,6 @@ const handleTitleClick = item => {
...
@@ -858,10 +862,6 @@ const handleTitleClick = item => {
window
.
open
(
route
.
href
,
"_blank"
);
window
.
open
(
route
.
href
,
"_blank"
);
};
};
import
{
getMultipleBarChart_m
}
from
"./utils/charts"
;
import
{
formatAnyDateToChinese
}
from
"./utils"
;
import
_
from
"lodash"
;
const
handleCompClick
=
item
=>
{
const
handleCompClick
=
item
=>
{
// console.log("item", item);
// console.log("item", item);
// if (item.entityType != 2) return;
// if (item.entityType != 2) return;
...
@@ -944,27 +944,32 @@ onMounted(async () => {
...
@@ -944,27 +944,32 @@ onMounted(async () => {
});
});
entitiesDataInfoList
.
value
=
entitiesDataInfo
||
[];
entitiesDataInfoList
.
value
=
entitiesDataInfo
||
[];
const
list
=
_
.
chain
(
industryCountByYear
).
filter
(
"year"
).
orderBy
(
"year"
,
"desc"
).
value
().
slice
(
0
,
5
);
const
list
=
_
.
chain
(
industryCountByYear
).
filter
(
"year"
).
orderBy
(
"year"
,
"desc"
).
value
().
slice
(
0
,
5
);
const
cclList1
=
_
.
chain
(
cclList
).
filter
(
"year"
).
orderBy
(
"year"
,
"desc"
).
value
();
const
cclList1
=
_
.
chain
(
cclList
).
filter
(
"year"
).
orderBy
(
"year"
,
"desc"
).
value
()
.
slice
(
0
,
5
)
;
const
total
=
_
.
sumBy
(
list
,
"count"
);
const
total
=
_
.
sumBy
(
list
,
"count"
);
const
maxCountItem
=
_
.
maxBy
(
list
,
"count"
);
const
maxCountForList
=
maxCountItem
?
maxCountItem
.
count
:
0
;
const
maxCountItem1
=
_
.
maxBy
(
cclList1
,
"count"
);
const
maxCountForList1
=
maxCountItem1
?
maxCountItem1
.
count
:
0
;
console
.
log
(
"shuju list"
,
list
);
console
.
log
(
"shuju list"
,
list
);
console
.
log
(
"shuju total"
,
total
);
console
.
log
(
"shuju total"
,
total
);
(
console
.
log
(
"shuju industryCountByYear"
,
industryCountByYear
),
tableData1
.
value
=
_
.
map
(
list
,
item
=>
{
(
tableData1
.
value
=
_
.
map
(
list
,
item
=>
{
return
{
return
{
year
:
item
.
year
,
year
:
item
.
year
,
num
:
item
.
count
,
num
:
item
.
count
,
percent
:
item
.
count
/
maxCountForList
,
percent
:
item
.
count
/
total
,
tags
:
item
.
domain
tags
:
item
.
domain
};
};
});
}).
slice
(
0
,
5
)));
tableData2
.
value
=
_
.
map
(
cclList1
,
item
=>
{
tableData2
.
value
=
_
.
map
(
cclList1
,
item
=>
{
return
{
return
{
year
:
item
.
year
,
year
:
item
.
year
,
num
:
item
.
count
,
num
:
item
.
count
,
percent
:
item
.
count
/
total
,
percent
:
item
.
count
/
maxCountForList1
,
tags
:
item
.
domain
tags
:
item
.
domain
};
};
})
.
slice
(
0
,
5
)
;
});
// 获取趋势图数据
// 获取趋势图数据
await
fetchTrendData
();
await
fetchTrendData
();
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论