Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
zrch-risk-39
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
zrch-risk-39
Commits
4aa6263d
提交
4aa6263d
authored
2月 10, 2026
作者:
kxjia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
完善功能
上级
b8a3951e
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
16 行增加
和
20 行删除
+16
-20
tb3.data.ts
zrch-risk-client-39/src/views/baosong/data/tb3.data.ts
+2
-2
Tb1.vue
...isk-client-39/src/views/baosong/report/components/Tb1.vue
+14
-13
Tb3.vue
...isk-client-39/src/views/baosong/report/components/Tb3.vue
+0
-5
没有找到文件。
zrch-risk-client-39/src/views/baosong/data/tb3.data.ts
浏览文件 @
4aa6263d
...
...
@@ -32,7 +32,7 @@ export const tableFormData = [
content
:
[
{
type
:
'text'
,
value
:
'(1)重要信息系统总数(不含基础设施类):'
},
{
type
:
'input'
,
value
:
''
,
unit
:
'个'
,
field
:
'COL0'
},
{
type
:
'brspace'
},
{
type
:
'text'
,
value
:
',其中:(银行业)'
},
{
type
:
'brspace'
},
{
type
:
'text'
,
value
:
'综合业务类:'
},
...
...
@@ -51,7 +51,7 @@ export const tableFormData = [
{
type
:
'number'
,
value
:
''
,
unit
:
'个'
,
field
:
'COL7'
},
{
type
:
'text'
,
value
:
',其他:'
},
{
type
:
'number'
,
value
:
''
,
unit
:
'个'
,
field
:
'COL8'
},
{
type
:
'br'
},
{
type
:
'br
space
'
},
{
type
:
'text'
,
value
:
',(保险业)'
},
{
type
:
'brspace'
},
{
type
:
'text'
,
value
:
'核心业务处理类:'
},
...
...
zrch-risk-client-39/src/views/baosong/report/components/Tb1.vue
浏览文件 @
4aa6263d
...
...
@@ -158,22 +158,23 @@
>
{{ opt }}
</vxe-checkbox>
<
template
v-if=
"item.otherField"
>
<div
style=
"width:100%"
>
<vxe-checkbox
label=
"其他"
:disabled=
"!item.hasRight"
>
其他:
</vxe-checkbox>
<vxe-input
v-model=
"formData[getFieldKey(row.code, item.otherField)]"
:disabled=
"!isOtherFieldEnabled(row.code, item) || !item.hasRight"
style=
"width: 50%"
@
blur=
"handleInputBlur(row.code, item.otherField, item.matchedFormula?.formula)"
/>
</div>
</
template
>
</vxe-checkbox-group>
<!-- 其他选项 -->
<
template
v-if=
"item.otherField"
>
<div
style=
"width:100%"
>
<vxe-checkbox
label=
"其他"
:disabled=
"!item.hasRight"
>
其他:
</vxe-checkbox>
<vxe-input
v-model=
"formData[getFieldKey(row.code, item.otherField)]"
:disabled=
"!isOtherFieldEnabled(row.code, item) || !item.hasRight"
style=
"width: 50%"
@
blur=
"handleInputBlur(row.code, item.otherField, item.matchedFormula?.formula)"
/>
</div>
</
template
>
</span>
</div>
...
...
zrch-risk-client-39/src/views/baosong/report/components/Tb3.vue
浏览文件 @
4aa6263d
...
...
@@ -118,7 +118,6 @@
</vxe-checkbox-group>
</span>
</div>
<
template
v-else-if=
"item.type === 'textarea'"
>
<vxe-textarea
:disabled=
"!item.hasRight"
...
...
@@ -129,9 +128,7 @@
style=
"width:300px"
>
</vxe-textarea>
</
template
>
<
template
v-else
>
<div
class=
"input-wrapper"
>
<vxe-input
...
...
@@ -146,7 +143,6 @@
>
</vxe-input>
<span
class=
"unit"
>
{{
item
.
unit
}}
</span>
<span
v-if=
"showHelpIcon(row.code, item.field, item)"
class=
"help-icon"
...
...
@@ -155,7 +151,6 @@
>
?
</span>
<span
v-if=
"getInputStatus(row.code, item.field) === 'error'"
class=
"error-icon"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论