Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
zrch-risk-39
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
zrch-risk-39
Commits
73ff8d24
提交
73ff8d24
authored
2月 26, 2026
作者:
kxjia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
查询条件添加全部
上级
bf4f39e7
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
53 行增加
和
10 行删除
+53
-10
MetricStatReport.data.ts
...-risk-client-39/src/views/metric/MetricStatReport.data.ts
+11
-10
left.vue
zrch-risk-client-39/src/views/metric/approval/left.vue
+42
-0
没有找到文件。
zrch-risk-client-39/src/views/metric/MetricStatReport.data.ts
浏览文件 @
73ff8d24
...
...
@@ -371,16 +371,17 @@ export const formSchema: FormSchema[] = [
stringToNumber
:
true
,
}
},
{
label
:
'包含同期'
,
field
:
'inclueData'
,
component
:
'JDictSelectTag'
,
defaultValue
:[],
componentProps
:
{
dictCode
:
'metric_sta_report_tp'
,
mode
:
'multiple'
}
},
// {
// label: '包含同期',
// field: 'inclueData',
// component: 'JDictSelectTag',
// defaultValue:[],
// componentProps: {
// dictCode: 'metric_sta_report_tp',
// mode: 'multiple'
// },
// },
// TODO 主键隐藏字段,目前写死为ID
{
...
...
zrch-risk-client-39/src/views/metric/approval/left.vue
浏览文件 @
73ff8d24
...
...
@@ -10,6 +10,13 @@
<vxe-form-item
title=
"年份"
field=
"qyear"
span=
"24"
>
<template
#
default=
"params"
>
<div
class=
"button-group"
>
<vxe-button
:mode=
"params.data.qyear === undefined ? 'button' : 'text'"
:status=
"params.data.qyear === undefined ? 'primary' : ''"
@
click=
"handleButtonClick('qyear', undefined, params)"
>
全部
</vxe-button>
<vxe-button
v-for=
"year in yearOptions"
:key=
"year"
...
...
@@ -25,6 +32,13 @@
<vxe-form-item
title=
"风险等级"
field=
"riskLevel"
span=
"24"
:item-render=
"{}"
title-overflow
>
<
template
#
default=
"params"
>
<div
class=
"button-group"
>
<vxe-button
:mode=
"params.data.riskLevel === undefined ? 'button' : 'text'"
:status=
"params.data.riskLevel === undefined ? 'primary' : ''"
@
click=
"handleButtonClick('riskLevel', undefined, params)"
>
全部
</vxe-button>
<vxe-button
v-for=
"item in riskLevelOptions"
:key=
"item.value"
...
...
@@ -40,6 +54,13 @@
<vxe-form-item
title=
"采集频率"
field=
"collFreq"
span=
"24"
:item-render=
"{}"
title-overflow
>
<
template
#
default=
"params"
>
<div
class=
"button-group"
>
<vxe-button
:mode=
"params.data.collFreq === undefined ? 'button' : 'text'"
:status=
"params.data.collFreq === undefined ? 'primary' : ''"
@
click=
"handleButtonClick('collFreq', undefined, params)"
>
全部
</vxe-button>
<vxe-button
v-for=
"item in collFreqOptions"
:key=
"item.value"
...
...
@@ -55,6 +76,13 @@
<vxe-form-item
title=
"采集方法"
field=
"collMethod"
span=
"24"
:item-render=
"{}"
title-overflow
>
<
template
#
default=
"params"
>
<div
class=
"button-group"
>
<vxe-button
:mode=
"params.data.collMethod === undefined ? 'button' : 'text'"
:status=
"params.data.collMethod === undefined ? 'primary' : ''"
@
click=
"handleButtonClick('collMethod', undefined, params)"
>
全部
</vxe-button>
<vxe-button
v-for=
"item in collMethodOptions"
:key=
"item.value"
...
...
@@ -70,6 +98,13 @@
<vxe-form-item
title=
"指标类型"
field=
"mtrcCtp"
span=
"24"
:item-render=
"{}"
title-overflow
>
<
template
#
default=
"params"
>
<div
class=
"button-group"
>
<vxe-button
:mode=
"params.data.mtrcCtp === undefined ? 'button' : 'text'"
:status=
"params.data.mtrcCtp === undefined ? 'primary' : ''"
@
click=
"handleButtonClick('mtrcCtp', undefined, params)"
>
全部
</vxe-button>
<vxe-button
:mode=
"params.data.mtrcCtp === '1' ? 'button' : 'text'"
:status=
"params.data.mtrcCtp === '1' ? 'primary' : ''"
...
...
@@ -90,6 +125,13 @@
<vxe-form-item
title=
"审批状态"
field=
"appSta"
span=
"24"
:item-render=
"{}"
title-overflow
>
<
template
#
default=
"params"
>
<div
class=
"button-group"
>
<vxe-button
:mode=
"params.data.appSta === undefined ? 'button' : 'text'"
:status=
"params.data.appSta === undefined ? 'primary' : ''"
@
click=
"handleButtonClick('appSta', undefined, params)"
>
全部
</vxe-button>
<vxe-button
:mode=
"params.data.appSta === '0' ? 'button' : 'text'"
:status=
"params.data.appSta === '0' ? 'primary' : ''"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论