Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
zrch-risk-39
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
zrch-risk-39
Commits
596693f4
提交
596693f4
authored
2月 28, 2026
作者:
kxjia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改 bug
上级
6538bd96
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
10 行增加
和
15 行删除
+10
-15
MultiColumnTable.vue
...views/baosong/report/tableComponents/MultiColumnTable.vue
+10
-15
没有找到文件。
zrch-risk-client-39/src/views/baosong/report/tableComponents/MultiColumnTable.vue
浏览文件 @
596693f4
...
...
@@ -79,8 +79,8 @@
></vxe-radio>
</vxe-radio-group>
<template
v-if=
"field.otherOption&&row[field.field]=='其他'"
>
<
span>
其他:
</span
>
<vxe-input
v-model=
"row[field.otherField]"
placeholder=
"请输入其他"
style=
"width:
2
00px;"
>
<
!--
<span>
其他:
</span>
--
>
<vxe-input
v-model=
"row[field.otherField]"
placeholder=
"请输入其他"
style=
"width:
3
00px;"
>
</vxe-input>
</
template
>
</template>
...
...
@@ -109,8 +109,8 @@
></vxe-radio>
</vxe-radio-group>
<template
v-if=
"field.otherOption&&row[field.field]=='其他'"
>
<
span>
其他:
</span
>
<vxe-input
v-model=
"row[field.otherField]"
placeholder=
"请输入其他"
style=
"width:
2
00px;"
>
<
!--
<span>
其他:
</span>
--
>
<vxe-input
v-model=
"row[field.otherField]"
placeholder=
"请输入其他"
style=
"width:
3
00px;"
>
</vxe-input>
</
template
>
...
...
@@ -135,8 +135,8 @@
)
"
>
<
span>
其他:
</span
>
<vxe-input
v-model=
"row[ccopt.otherField]"
placeholder=
"请输入其他"
style=
"width:
2
00px;"
>
<
!--
<span>
其他:
</span>
--
>
<vxe-input
v-model=
"row[ccopt.otherField]"
placeholder=
"请输入其他"
style=
"width:
3
00px;"
>
</vxe-input>
</
template
>
<span
class=
"unit"
>
{{ ccopt.unit }}
</span>
...
...
@@ -152,14 +152,9 @@
:value=
"opt"
:content=
"opt"
></vxe-checkbox>
<template
v-if=
"field.otherField"
>
<vxe-checkbox
label=
"其他"
value=
"其他"
>
其他:
</vxe-checkbox>
</
template
>
</vxe-checkbox-group>
<template
v-if=
"field.otherField&&row[field.field]?.includes('其他')"
>
<vxe-input
v-model=
"row[field.otherField]"
placeholder=
"请输入其他"
style=
"width:
2
00px; margin-left: 4px;"
>
<vxe-input
v-model=
"row[field.otherField]"
placeholder=
"请输入其他"
style=
"width:
3
00px; margin-left: 4px;"
>
</vxe-input>
</
template
>
...
...
@@ -255,7 +250,7 @@
)
"
>
<
span>
其他:
</span
>
<
!--
<span>
其他:
</span>
--
>
<vxe-input
v-model=
"row[extraObject.otherField]"
placeholder=
"请输入其他"
...
...
@@ -304,7 +299,7 @@
</
template
>
<
template
v-else
>
<vxe-input
v-model=
"row[field.field]"
>
</vxe-input>
<vxe-input
v-model=
"row[field.field]"
style=
"width:300px;"
>
</vxe-input>
</
template
>
</template>
<!-- <template #default="{ row }">
...
...
@@ -558,7 +553,7 @@ const setFormData = (dataVale) => {
props
.
fields
.
forEach
(
field
=>
{
if
(
field
.
formType
===
'table'
)
{
const
fieldWithGrid
=
field
as
any
;
fieldWithGrid
.
gridOptions
.
data
=
JSON
.
parse
(
row
[
field
.
field
])
fieldWithGrid
.
gridOptions
.
data
=
JSON
.
parse
(
row
[
field
.
field
]
||
'[]'
)
}
else
if
(
field
.
formType
===
'AttachTable'
)
{
const
key
=
`
${
field
.
field
}
_
${
rowIndex
}
`
;
const
child
=
attchTableRefs
.
value
[
key
];
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论