Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
279934be
提交
279934be
authored
3月 27, 2026
作者:
yanpeng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
补充一些被合并掉的修改
上级
603c6875
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
46 行增加
和
16 行删除
+46
-16
index.vue
...ontrol/v2.0EntityList/components/dataStatistics/index.vue
+4
-4
index.vue
...ol/v2.0SingleSanction/components/dataStatistics/index.vue
+12
-4
index.vue
...ents/impactAnalysis/components/industrialImpact/index.vue
+4
-4
index.vue
...onents/impactAnalysis/components/researchImpact/index.vue
+26
-4
没有找到文件。
src/views/exportControl/v2.0EntityList/components/dataStatistics/index.vue
浏览文件 @
279934be
...
...
@@ -125,7 +125,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"sanctionCountChart.interpretation"
/>
<AiPane
:aiContent=
"sanctionCountChart.
loading ? '解读生成中...' : sanctionCountChart.
interpretation"
/>
</div>
</AnalysisBox>
</div>
...
...
@@ -174,7 +174,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"rankChart.interpretation"
/>
<AiPane
:aiContent=
"rankChart.
loading ? '解读生成中...' : rankChart.
interpretation"
/>
</div>
</AnalysisBox>
</div>
...
...
@@ -206,7 +206,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"domainChart.interpretation"
/>
<AiPane
:aiContent=
"domainChart.
loading ? '解读生成中...' : domainChart.
interpretation"
/>
</div>
</AnalysisBox>
</div>
...
...
@@ -238,7 +238,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"typeChart.interpretation"
/>
<AiPane
:aiContent=
"typeChart.
loading ? '解读生成中...' : typeChart.
interpretation"
/>
</div>
</AnalysisBox>
</div>
...
...
src/views/exportControl/v2.0SingleSanction/components/dataStatistics/index.vue
浏览文件 @
279934be
...
...
@@ -63,7 +63,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"domainChart.interpretation"
/>
<AiPane
:aiContent=
"domainChart.
loading ? '解读生成中...' : domainChart.
interpretation"
/>
</div>
</AnalysisBox>
</div>
...
...
@@ -113,7 +113,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"typeChart.interpretation"
/>
<AiPane
:aiContent=
"typeChart.
loading ? '解读生成中...' : typeChart.
interpretation"
/>
</div>
</AnalysisBox>
</div>
...
...
@@ -154,7 +154,11 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"countryDistributionChart.interpretation"
/>
<AiPane
:aiContent=
"
countryDistributionChart.loading ? '解读生成中...' : countryDistributionChart.interpretation
"
/>
</div>
</AnalysisBox>
</div>
...
...
@@ -198,7 +202,11 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"regionDistributionChart.interpretation"
/>
<AiPane
:aiContent=
"
regionDistributionChart.loading ? '解读生成中...' : regionDistributionChart.interpretation
"
/>
</div>
</AnalysisBox>
</div>
...
...
src/views/exportControl/v2.0SingleSanction/components/impactAnalysis/components/industrialImpact/index.vue
浏览文件 @
279934be
...
...
@@ -146,7 +146,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"revenueChart.interpretation"
/>
<AiPane
:aiContent=
"revenueChart.
loading ? '解读生成中...' : revenueChart.
interpretation"
/>
</div>
</div>
</AnalysisBox>
...
...
@@ -188,7 +188,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"marketChart.interpretation"
/>
<AiPane
:aiContent=
"marketChart.
loading ? '解读生成中...' : marketChart.
interpretation"
/>
</div>
</div>
</AnalysisBox>
...
...
@@ -249,7 +249,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"rdChart.interpretation"
/>
<AiPane
:aiContent=
"rdChart.
loading ? '解读生成中...' : rdChart.
interpretation"
/>
</div>
</div>
</AnalysisBox>
...
...
@@ -310,7 +310,7 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"shareChart.interpretation"
/>
<AiPane
:aiContent=
"shareChart.
loading ? '解读生成中...' : shareChart.
interpretation"
/>
</div>
</div>
</AnalysisBox>
...
...
src/views/exportControl/v2.0SingleSanction/components/impactAnalysis/components/researchImpact/index.vue
浏览文件 @
279934be
...
...
@@ -60,7 +60,13 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"rdInstrumentDependencyChart.interpretation"
/>
<AiPane
:aiContent=
"
rdInstrumentDependencyChart.loading
? '解读生成中...'
: rdInstrumentDependencyChart.interpretation
"
/>
</div>
</div>
</AnalysisBox>
...
...
@@ -96,7 +102,13 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"rdInstrumentImportCountryChart.interpretation"
/>
<AiPane
:aiContent=
"
rdInstrumentImportCountryChart.loading
? '解读生成中...'
: rdInstrumentImportCountryChart.interpretation
"
/>
</div>
</div>
</AnalysisBox>
...
...
@@ -165,7 +177,13 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"internationalCooperationChart.interpretation"
/>
<AiPane
:aiContent=
"
internationalCooperationChart.loading
? '解读生成中...'
: internationalCooperationChart.interpretation
"
/>
</div>
</div>
</AnalysisBox>
...
...
@@ -234,7 +252,11 @@
</div>
<div
class=
"ai-pane"
>
<AiButton
/>
<AiPane
:aiContent=
"internationalPaperChart.interpretation"
/>
<AiPane
:aiContent=
"
internationalPaperChart.loading ? '解读生成中...' : internationalPaperChart.interpretation
"
/>
</div>
</div>
</AnalysisBox>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论