Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
47a7f9fe
提交
47a7f9fe
authored
3月 08, 2026
作者:
yanpeng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
部分问题修改
上级
7e6e75d4
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
29 行增加
和
16 行删除
+29
-16
index.vue
...ew/components/fourSuppress/components/addDomain/index.vue
+1
-0
index.vue
...iew/components/fourSuppress/components/allUnion/index.vue
+16
-7
charts.js
src/views/exportControl/utils/charts.js
+12
-9
index.vue
src/views/thinkTank/index.vue
+0
-0
没有找到文件。
src/views/ZMOverView/components/fourSuppress/components/addDomain/index.vue
浏览文件 @
47a7f9fe
...
...
@@ -417,6 +417,7 @@ const pageSize = ref(5); // 每页显示 5 条
const
handleFieldChange
=
domainId
=>
{
console
.
log
(
"领域改变"
,
domainId
);
console
.
log
(
"领域值 =>"
,
selectedFieldForLatest
.
value
);
newsCurrentPage
.
value
=
1
;
getUSGovernmentLatestDynamicData
();
};
...
...
src/views/ZMOverView/components/fourSuppress/components/allUnion/index.vue
浏览文件 @
47a7f9fe
...
...
@@ -1062,16 +1062,20 @@ const initRightDonut = async () => {
{
type
:
"graph"
,
layout
:
"circular"
,
circular
:
{
rotateLabel
:
true
}
,
symbolSize
:
80
,
roam
:
true
,
label
:
{
show
:
true
show
:
true
,
position
:
"outside"
}
,
edgeSymbol
:
[
"circle"
,
""
],
edgeSymbolSize
:
[
4
,
80
],
edgeLabel
:
{
fontSize
:
20
,
show
:
fals
e
show
:
tru
e
}
,
data
:
data
,
// links: [],
...
...
@@ -1232,7 +1236,12 @@ const getPredictionList = async () => {
const
res
=
await
getPrediction
();
if
(
res
&&
res
.
code
===
200
)
{
console
.
log
(
"----getPredictionList"
,
res
.
data
);
warningList
.
value
=
res
.
data
;
warningList
.
value
=
res
.
data
.
map
(
item
=>
{
return
{
...
item
,
statementList
:
item
.
statementList
.
reverse
()
}
;
}
);
}
}
catch
(
error
)
{
console
.
error
(
"获取联盟动态接口失败:"
,
error
);
...
...
@@ -2055,7 +2064,7 @@ watch(activeDate, async () => {
.
area
-
left
{
width
:
792
px
;
height
:
5
0
0
px
;
height
:
5
2
0
px
;
box
-
sizing
:
border
-
box
;
border
-
radius
:
var
(
---
10
,
10
px
);
/* 业务系统/模块阴影 */
...
...
@@ -2098,7 +2107,7 @@ watch(activeDate, async () => {
.
area
-
right
{
width
:
792
px
;
height
:
5
0
0
px
;
height
:
5
2
0
px
;
box
-
sizing
:
border
-
box
;
border
-
radius
:
var
(
---
10
,
10
px
);
/* 业务系统/模块阴影 */
...
...
@@ -2134,8 +2143,8 @@ watch(activeDate, async () => {
.
right
-
content
{
width
:
100
%
;
height
:
calc
(
100
%
-
48
px
)
;
padding
:
33
px
48
px
59
px
50
px
;
height
:
450
px
;
//
padding: 33px 48px 59px 50px;
}
}
}
...
...
src/views/exportControl/utils/charts.js
浏览文件 @
47a7f9fe
...
...
@@ -1024,16 +1024,19 @@ export const getMultipleBarChart_m = object => {
type
:
"value"
,
splitNumber
:
5
,
alignTicks
:
false
,
name
:
"个"
,
nameLocation
:
"end"
,
nameGap
:
10
,
nameTextStyle
:
{
color
:
"rgba(95, 101, 108, 1)"
,
fontSize
:
14
,
fontWeight
:
400
,
fontFamily
:
"Microsoft YaHei"
,
padding
:
[
0
,
0
,
0
,
0
]
axisLabel
:
{
formatter
:
"{value} 个"
}
// name: "个",
// nameLocation: "end",
// nameGap: 10,
// nameTextStyle: {
// color: "rgba(95, 101, 108, 1)",
// fontSize: 14,
// fontWeight: 400,
// fontFamily: "Microsoft YaHei",
// padding: [0, 0, 0, 0]
// }
},
series
:
datas
};
...
...
src/views/thinkTank/index.vue
浏览文件 @
47a7f9fe
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论