提交 0c894751 authored 作者: 张耀丹's avatar 张耀丹

地块管理=》文案

上级 555dd1de
......@@ -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>
......
......@@ -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;
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论