Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
9d293dab
提交
9d293dab
authored
11月 14, 2025
作者:
jinrongbin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
回显修改
上级
f87c991c
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
17 行增加
和
9 行删除
+17
-9
EditTrwr.vue
src/components/customComponent/EditTrwr.vue
+14
-6
dkForm.vue
src/components/customComponent/dkForm.vue
+3
-3
没有找到文件。
src/components/customComponent/EditTrwr.vue
浏览文件 @
9d293dab
...
@@ -90,13 +90,13 @@
...
@@ -90,13 +90,13 @@
</div>
</div>
</
template
>
</
template
>
<
template
#
sfWr=
"{ model }"
>
<
template
#
sfWr=
"{ model }"
>
<a-radio-group
name=
"radioGroup"
@
change=
"(e) => handleRadio(e, model, 'sfWr')"
v-model:value=
"model['sfWr']"
>
<a-radio-group
name=
"radioGroup"
v-model:value=
"model['sfWr']"
>
<a-radio
value=
"1"
>
是
</a-radio>
<a-radio
:
value=
"1"
>
是
</a-radio>
<a-radio
value=
"0"
>
否
</a-radio>
<a-radio
:
value=
"0"
>
否
</a-radio>
<a-select
<a-select
v-model:value=
"model['wcc
c
y']"
v-model:value=
"model['wcc
C
y']"
style=
"width: 220px"
style=
"width: 220px"
v-if=
"model['sfWr'] ==
= '0'
"
v-if=
"model['sfWr'] ==
0
"
placeholder=
"请选择类型"
placeholder=
"请选择类型"
>
>
<a-select-option
value=
"采样结果不超标"
>
采样结果不超标
</a-select-option>
<a-select-option
value=
"采样结果不超标"
>
采样结果不超标
</a-select-option>
...
@@ -285,6 +285,12 @@
...
@@ -285,6 +285,12 @@
component
:
'Input'
,
component
:
'Input'
,
show
:
false
,
show
:
false
,
},
},
{
label
:
'wccCy'
,
field
:
'wccCy'
,
component
:
'Input'
,
show
:
false
,
},
{
{
label
:
'trswcdSxz'
,
label
:
'trswcdSxz'
,
field
:
'trswcdSxz'
,
field
:
'trswcdSxz'
,
...
@@ -438,7 +444,6 @@
...
@@ -438,7 +444,6 @@
field
:
'sfWr'
,
field
:
'sfWr'
,
defaultValue
:
0
,
defaultValue
:
0
,
component
:
'RadioGroup'
,
component
:
'RadioGroup'
,
slot
:
'sfWr'
,
required
:
true
,
required
:
true
,
// componentProps: {
// componentProps: {
// options: [
// options: [
...
@@ -629,6 +634,8 @@
...
@@ -629,6 +634,8 @@
}
else
if
(
type
==
'sxz'
){
}
else
if
(
type
==
'sxz'
){
model
[
'sxzSfsjyqywrw'
]
=
e
.
target
.
value
model
[
'sxzSfsjyqywrw'
]
=
e
.
target
.
value
sxzyhfwrw
.
value
=
e
.
target
.
value
sxzyhfwrw
.
value
=
e
.
target
.
value
}
else
if
(
type
==
'sfWr'
){
model
[
'sfWr'
]
=
e
.
target
.
value
}
else
if
(
type
==
'dsxswr'
){
}
else
if
(
type
==
'dsxswr'
){
model
[
'dxsswrcd'
]
=
e
.
target
.
value
model
[
'dxsswrcd'
]
=
e
.
target
.
value
}
else
{
}
else
{
...
@@ -730,6 +737,7 @@
...
@@ -730,6 +737,7 @@
defaultValue
:
0
,
defaultValue
:
0
,
component
:
'RadioGroup'
,
component
:
'RadioGroup'
,
required
:
val1
?
true
:
false
,
required
:
val1
?
true
:
false
,
slot
:
'sfWr'
,
componentProps
:
{
componentProps
:
{
options
:
[
options
:
[
{
label
:
'否'
,
value
:
0
},
{
label
:
'否'
,
value
:
0
},
...
...
src/components/customComponent/dkForm.vue
浏览文件 @
9d293dab
...
@@ -113,10 +113,10 @@
...
@@ -113,10 +113,10 @@
v-model:value=
"model[field]"
v-model:value=
"model[field]"
style=
"width: 120px;"
style=
"width: 120px;"
>
>
<a-select-option
:
value=
"0"
>
否
</a-select-option>
<a-select-option
value=
"0"
>
否
</a-select-option>
<a-select-option
:
value=
"1"
>
是
</a-select-option>
<a-select-option
value=
"1"
>
是
</a-select-option>
</a-select>
</a-select>
<span
style=
"color:red;font-size:14px; flex:1;"
v-show=
"model[field]==
=
1"
>
说明:基于地质高背景原因导致的超筛选值的地块需进入后期管理。
</span>
<span
style=
"color:red;font-size:14px; flex:1;"
v-show=
"model[field]==1"
>
说明:基于地质高背景原因导致的超筛选值的地块需进入后期管理。
</span>
</div>
</div>
</
template
>
</
template
>
</BasicForm>
</BasicForm>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论