Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
zrch-risk-39
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
zrch-risk-39
Commits
b3bccb9d
提交
b3bccb9d
authored
2月 25, 2026
作者:
kxjia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
完善风险监测
上级
585c93ee
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
11 行增加
和
14 行删除
+11
-14
index.html
zrch-risk-client-39/index.html
+1
-1
MetricStatReportList.vue
...-risk-client-39/src/views/metric/MetricStatReportList.vue
+1
-2
left.vue
zrch-risk-client-39/src/views/metric/approval/left.vue
+1
-0
ShowFileContent.vue
...client-39/src/views/metric/components/ShowFileContent.vue
+2
-1
MiniLoginAd.vue
...risk-client-39/src/views/system/loginmini/MiniLoginAd.vue
+6
-10
没有找到文件。
zrch-risk-client-39/index.html
浏览文件 @
b3bccb9d
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
</style>
</style>
<div
class=
"app-loading"
>
<div
class=
"app-loading"
>
<div
class=
"app-loading-wrap"
>
<div
class=
"app-loading-wrap"
>
<img
src=
"<%= basePublicPath %>/resource/img/logo.png"
class=
"app-loading-logo"
alt=
"Logo"
/>
<img
src=
"<%= basePublicPath %>/resource/img/logo.png"
class=
"app-loading-logo"
alt=
"Logo"
style=
"width: 80px;height:32px;"
/>
<div
class=
"app-loading-dots"
>
<div
class=
"app-loading-dots"
>
<span
class=
"dot dot-spin"
><i></i><i></i><i></i><i></i></span>
<span
class=
"dot dot-spin"
><i></i><i></i><i></i><i></i></span>
</div>
</div>
...
...
zrch-risk-client-39/src/views/metric/MetricStatReportList.vue
浏览文件 @
b3bccb9d
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
import
MetricStatReportModal
from
'./components/MetricStatReportModal.vue'
import
MetricStatReportModal
from
'./components/MetricStatReportModal.vue'
import
{
columns
,
searchFormSchema
}
from
'./MetricStatReport.data'
;
import
{
columns
,
searchFormSchema
}
from
'./MetricStatReport.data'
;
import
{
list
,
deleteOne
,
batchDelete
,
getImportUrl
,
getExportUrl
,
caluculatAllMetric
}
from
'./MetricStatReport.api'
;
import
{
list
,
deleteOne
,
batchDelete
,
getImportUrl
,
getExportUrl
,
caluculatAllMetric
}
from
'./MetricStatReport.api'
;
import
{
downloadFile
}
from
'/@/utils/common/renderUtils'
;
import
{
getFileAccessHttpUrl
}
from
'/@/utils/common/compUtils'
;
import
{
getFileAccessHttpUrl
}
from
'/@/utils/common/compUtils'
;
import
ShowFileContentModal
from
'./components/ShowFileContentModal.vue'
;
import
ShowFileContentModal
from
'./components/ShowFileContentModal.vue'
;
...
@@ -184,7 +184,6 @@
...
@@ -184,7 +184,6 @@
function
goToFile
(
record
){
function
goToFile
(
record
){
if
(
!!
record
.
filepath
){
if
(
!!
record
.
filepath
){
let
url
=
getFileAccessHttpUrl
(
record
.
filepath
);
let
url
=
getFileAccessHttpUrl
(
record
.
filepath
);
window
.
open
(
url
);
window
.
open
(
url
);
}
else
{
}
else
{
message
.
warning
(
"没有找到要下载的文件"
)
message
.
warning
(
"没有找到要下载的文件"
)
...
...
zrch-risk-client-39/src/views/metric/approval/left.vue
浏览文件 @
b3bccb9d
...
@@ -205,6 +205,7 @@ const getMonths = (value: Dayjs) => {
...
@@ -205,6 +205,7 @@ const getMonths = (value: Dayjs) => {
};
};
const
initYearOptions
=
()
=>
{
const
initYearOptions
=
()
=>
{
yearOptions
.
value
=
[];
const
currentYear
=
new
Date
().
getFullYear
();
const
currentYear
=
new
Date
().
getFullYear
();
for
(
let
i
=
currentYear
-
3
;
i
<=
currentYear
;
i
++
)
{
for
(
let
i
=
currentYear
-
3
;
i
<=
currentYear
;
i
++
)
{
yearOptions
.
value
.
push
(
i
);
yearOptions
.
value
.
push
(
i
);
...
...
zrch-risk-client-39/src/views/metric/components/ShowFileContent.vue
浏览文件 @
b3bccb9d
...
@@ -161,13 +161,14 @@
...
@@ -161,13 +161,14 @@
curDocFile
.
value
=
fileData
;
curDocFile
.
value
=
fileData
;
const
globOnlineViewUrl
=
import
.
meta
.
env
.
VITE_GLOB_ONLINE_VIEW_URL
;
const
globOnlineViewUrl
=
import
.
meta
.
env
.
VITE_GLOB_ONLINE_VIEW_URL
;
fileTp
.
value
=
fileData
.
fileTp
;
fileTp
.
value
=
fileData
.
fileTp
;
fileUrl
.
value
=
globOnlineViewUrl
+
fileData
.
filePath
;
fileUrl
.
value
=
globOnlineViewUrl
+
fileData
.
filePath
;
fileTitle
.
value
=
'文件名:'
+
fileData
.
fileName
;
fileTitle
.
value
=
'文件名:'
+
fileData
.
fileName
;
loading
.
value
=
true
;
loading
.
value
=
true
;
try
{
try
{
if
(
fileTp
.
value
==
'docx'
)
{
if
(
fileTp
.
value
==
'docx'
)
{
fileUrl
.
value
=
globOnlineViewUrl
+
"/sys/common/static/"
+
fileData
.
filePath
;
fileUrl
.
value
=
globOnlineViewUrl
+
fileData
.
filePath
;
await
fetchDoc
(
fileUrl
.
value
);
await
fetchDoc
(
fileUrl
.
value
);
}
else
if
(
fileTp
.
value
==
'pdf'
)
{
}
else
if
(
fileTp
.
value
==
'pdf'
)
{
}
else
if
(
fileTp
.
value
==
'txt'
)
{
}
else
if
(
fileTp
.
value
==
'txt'
)
{
...
...
zrch-risk-client-39/src/views/system/loginmini/MiniLoginAd.vue
浏览文件 @
b3bccb9d
<
template
>
<
template
>
<div
class=
"aui-image-text"
>
<div
class=
"aui-image-text"
>
<!-- 图片容器 - 完全透明,水平居中,下边距50px -->
<div
style=
"text-align: center; margin-bottom: 50px;"
>
<img
src=
"../../../assets/loginmini/icon/logo.png"
style=
"height: 160px; margin: 0 auto; opacity: 50;"
/>
</div>
<div
class=
"company-logo"
>
<div
class=
"company-logo"
>
<i
class=
"fas fa-shield-alt"
></i>
<i
class=
"fas fa-shield-alt"
></i>
</div>
</div>
<h1
class=
"company-title"
>
中润长弘管理咨询有限公司
</h1>
<div
class=
"company-description"
>
<div
class=
"company-description"
>
金融科技风险管理平台,为西部矿业集团财务有限公司提供专业的风险分析、安全保障和智能风控平台。
专注于为金融机构提供全方位的风险管理解决方案,包括专业的咨询服务与先进的风险控制平台。
我们致力于帮助客户构建稳健的金融安全体系,实现业务高效增长与风险可控的完美平衡。
</div>
</div>
<div
class=
"feature-list"
>
<div
class=
"feature-list"
>
<div
class=
"feature-item"
>
<div
class=
"feature-item"
>
...
@@ -42,8 +37,8 @@ const features = ref([
...
@@ -42,8 +37,8 @@ const features = ref([
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.aui-image-text {
.aui-image-text {
// 完全透明,不添加任何背景或样式干扰
}
}
.company-logo {
.company-logo {
...
@@ -66,6 +61,7 @@ const features = ref([
...
@@ -66,6 +61,7 @@ const features = ref([
line-height: 1.6;
line-height: 1.6;
margin-bottom: 30px;
margin-bottom: 30px;
opacity: 0.95;
opacity: 0.95;
}
}
.feature-list {
.feature-list {
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论