Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
d5a5ea28
提交
d5a5ea28
authored
3月 27, 2026
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
差异文件
feat:更新数据资源库
上级
3b1415a3
bb991b9d
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
40 行增加
和
8 行删除
+40
-8
.gitlab-ci.yml
.gitlab-ci.yml
+15
-2
setChart.js
src/utils/setChart.js
+1
-1
index.vue
src/views/bill/billHome/index.vue
+5
-3
index.vue
src/views/dataLibrary/bill/countryBill/index.vue
+19
-2
没有找到文件。
.gitlab-ci.yml
浏览文件 @
d5a5ea28
...
...
@@ -20,7 +20,13 @@ build_pre:
script
:
-
node -v
-
npm -v
-
npm ci --cache "$CI_PROJECT_DIR/.npm" --prefer-offline --no-audit --no-fund
-
echo "cache dir sizes:"
-
du -sh "$CI_PROJECT_DIR/.npm" "$CI_PROJECT_DIR/.npm/_cacache" 2>/dev/null ||
true
-
echo "=== npm ci start ==="
-
date -Iseconds
-
npm ci --cache "$CI_PROJECT_DIR/.npm" --no-audit --no-fund --loglevel=verbose --timing --foreground-scripts
-
echo "=== npm ci end ==="
-
date -Iseconds
-
npm run build
artifacts
:
paths
:
...
...
@@ -81,5 +87,11 @@ build_check:
script
:
-
node -v
-
npm -v
-
npm ci --cache "$CI_PROJECT_DIR/.npm" --prefer-offline --no-audit --no-fund
-
echo "cache dir sizes:"
-
du -sh "$CI_PROJECT_DIR/.npm" "$CI_PROJECT_DIR/.npm/_cacache" 2>/dev/null ||
true
-
echo "=== npm ci start ==="
-
date -Iseconds
-
npm ci --cache "$CI_PROJECT_DIR/.npm" --no-audit --no-fund --loglevel=verbose --timing --foreground-scripts
-
echo "=== npm ci end ==="
-
date -Iseconds
-
npm run build
\ No newline at end of file
src/utils/setChart.js
浏览文件 @
d5a5ea28
...
...
@@ -66,7 +66,7 @@ const setChart = (option, chartId, allowClick, selectParam) => {
if
(
params
.
seriesName
===
'通过法案'
)
{
selectParam
.
selectedStatus
=
1
}
else
{
selectParam
.
selectedStatus
=
null
selectParam
.
selectedStatus
=
0
}
const
route
=
router
.
resolve
({
...
...
src/views/bill/billHome/index.vue
浏览文件 @
d5a5ea28
...
...
@@ -826,7 +826,8 @@ const handleBox5 = async () => {
})[
0
]?.
name
const
selectParam
=
{
moduleType
:
'国会法案'
,
domains
:
domain
domains
:
domain
,
isInvolveCn
:
true
}
setChart
(
box5Chart
,
"box5Chart"
,
true
,
selectParam
);
}
...
...
@@ -878,6 +879,7 @@ const handleBox7Data = async () => {
moduleType
:
'国会法案'
,
key
:
'议院委员会'
,
selectedDate
:
box7selectetedTime
.
value
,
isInvolveCn
:
true
}
const
box7Chart
=
getDoublePieChart
(
data1
,
data2
);
...
...
@@ -1007,7 +1009,7 @@ const handleBox9Data = async () => {
key
:
'领域'
,
selectedDate
:
box9selectetedTime
.
value
,
selectedStatus
:
box9LegislativeStatus
.
value
===
'提出法案'
?
0
:
1
,
isInvolveCn
:
1
isInvolveCn
:
true
}
box9ChartInstance
=
setChart
(
box9Chart
,
"box9Chart"
,
true
,
selectParam
);
}
...
...
@@ -1189,7 +1191,7 @@ const handleBox8Data = async () => {
moduleType
:
'国会法案'
,
key
:
'所处阶段'
,
selectedDate
:
box8selectetedTime
.
value
,
isInvolveCn
:
1
isInvolveCn
:
true
}
await
nextTick
();
...
...
src/views/dataLibrary/bill/countryBill/index.vue
浏览文件 @
d5a5ea28
...
...
@@ -1418,4 +1418,21 @@ onMounted(async () => {
text
-
decoration
:
underline
;
}
}
<
/style>
\ No newline at end of file
:
deep
(.
el
-
table__header
-
wrapper
)
{
// background-color: #f5f7fa;
height
:
48
px
;
}
:
deep
(.
el
-
table__header
th
)
{
// background-color: #f5f7fa;
color
:
var
(
--
text
-
primary
-
50
-
color
);
font
-
weight
:
bold
;
}
/* 针对特定列 */
// :deep(.el-table__header th:first-child)
{
// background-color: #e6f7ff;
// color: #1890ff;
//
}
<
/style>
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论