Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
0c894751
提交
0c894751
authored
5月 14, 2024
作者:
张耀丹
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
地块管理=》文案
上级
555dd1de
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
MeasureInfoTable.vue
src/components/customComponent/MeasureInfoTable.vue
+1
-1
csInfor.vue
src/components/customComponent/gkpg/csInfor.vue
+1
-1
FillingInfor.vue
src/views/dkgl/gkpg/FillingInfor.vue
+2
-2
FillingInfor.vue
src/views/dkgl/gkxf/FillingInfor.vue
+1
-1
FillingInfor.vue
src/views/dkgl/repair/FillingInfor.vue
+1
-1
FillingInfor.vue
src/views/dkgl/xfpg/FillingInfor.vue
+1
-1
没有找到文件。
src/components/customComponent/MeasureInfoTable.vue
浏览文件 @
0c894751
...
...
@@ -17,7 +17,7 @@
</td>
</tr>
<tr
class=
"ant-table-cell ant-table-cell-ellipsis"
>
<td
class=
"ant-table-cell ant-table-cell-ellipsis bgColor"
>
开展风险管控土壤面积
</td>
<td
class=
"ant-table-cell ant-table-cell-ellipsis bgColor"
>
开展风险管控土壤面积
(m
<sup>
2
</sup>
)
</td>
<td
class=
"ant-table-cell ant-table-cell-ellipsis"
>
{{ data?.kzfxgktrmj }}
</td>
<td
class=
"ant-table-cell ant-table-cell-ellipsis bgColor"
>
是否需要后期管理
</td>
<td
class=
"ant-table-cell ant-table-cell-ellipsis"
>
{{ data?.sfxyhqgl === 1 ? '是' : '否' }}
</td>
...
...
src/components/customComponent/gkpg/csInfor.vue
浏览文件 @
0c894751
...
...
@@ -81,7 +81,7 @@
const
obj
=
toRaw
(
val
);
if
(
props
.
labelFirst
==
'修复'
)
{
obj
.
mj
=
obj
.
kzfxgktrmj
;
}
else
if
(
props
.
labelFirst
==
'效果评估'
)
{
}
else
if
(
props
.
labelFirst
==
'
风险管控
效果评估'
)
{
obj
.
mj
=
obj
.
sjxftfl
;
}
else
if
(
props
.
labelFirst
==
'修复效果评估'
)
{
obj
.
mj
=
obj
.
sjxffw
;
...
...
src/views/dkgl/gkpg/FillingInfor.vue
浏览文件 @
0c894751
...
...
@@ -89,8 +89,8 @@
<a-collapse-panel
header=
"风险管控措施信息"
:forceRender=
"true"
key=
"140000"
>
<ControlInformation
ref=
"chilrenGkcs"
labelFirst=
"效果评估"
:obj=
"[{ name: '风险管控范围(m²)' }
, { name: '修复土壤方量' }
]"
labelFirst=
"
风险管控
效果评估"
:obj=
"[{ name: '风险管控范围(m²)' }]"
:data=
"{ ...dsInfor.xgpg, scjdbm: 'S6', pgtype: param.pgtype }"
/>
<
template
#
extra
><a-button
type=
"primary"
@
click
.
prevent=
"addGKcs($event)"
style=
"margin-left: 10px"
>
保存
</a-button></
template
>
...
...
src/views/dkgl/gkxf/FillingInfor.vue
浏览文件 @
0c894751
...
...
@@ -55,7 +55,7 @@
<ControlInformationgkxf
labelFirst=
"修复"
ref=
"chilrenXfcs"
:obj=
"[{ name: '
实际修复范围
(m²)' }, { name: '修复土壤方量(m³)' }]"
:obj=
"[{ name: '
开展修复土壤面积
(m²)' }, { name: '修复土壤方量(m³)' }]"
:data=
"dsInfor.gkxf"
/>
<
template
#
extra
><a-button
type=
"primary"
@
click
.
prevent=
"saveXfcs($event)"
>
保存
</a-button></
template
>
...
...
src/views/dkgl/repair/FillingInfor.vue
浏览文件 @
0c894751
...
...
@@ -55,7 +55,7 @@
<ControlInformation
labelFirst=
"修复"
ref=
"chilrenXfcs"
:obj=
"[{ name: '
实际修复范围(m²)' }, { name: '实际
修复土壤方量(m³)' }]"
:obj=
"[{ name: '
开展修复土壤面积(m²)' }, { name: '
修复土壤方量(m³)' }]"
:data=
"{ ...dsInfor.gkxf, scjdbm: 'S5', pgtype: param.pgtype }"
/>
<
template
#
extra
><a-button
type=
"primary"
@
click
.
prevent=
"saveXfcs($event)"
>
保存
</a-button></
template
>
...
...
src/views/dkgl/xfpg/FillingInfor.vue
浏览文件 @
0c894751
...
...
@@ -84,7 +84,7 @@
<ControlInformation
labelFirst=
"修复效果评估"
ref=
"chilrenGkcs"
:obj=
"[{ name: '
开展修复土壤面积(m²)' }, { name: '
修复土壤方量(m³)' }]"
:obj=
"[{ name: '
实际修复范围(m²)' }, { name: '实际
修复土壤方量(m³)' }]"
:data=
"dsInfor.xgpg"
/>
<
template
#
extra
><a-button
type=
"primary"
@
click
.
prevent=
"addGKcs($event)"
>
保存
</a-button></
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论