海外标准详情修改
This commit is contained in:
@@ -266,9 +266,9 @@
|
|||||||
<p class="half"><label style=" margin-right: 150px;">发布日期</label><span>{{
|
<p class="half"><label style=" margin-right: 150px;">发布日期</label><span>{{
|
||||||
sarStandardsInfoEO.issueTime || '-'
|
sarStandardsInfoEO.issueTime || '-'
|
||||||
}}</span></p>
|
}}</span></p>
|
||||||
<p class="half" v-if="saveStandType === 'INLAND_STAND'"><label style=" margin-right: 150px;">标准性质</label><span>{{
|
<!-- <p class="half" v-if="saveStandType === 'INLAND_STAND'"><label style=" margin-right: 150px;">标准性质</label><span>{{-->
|
||||||
standMap[sarStandardsInfoEO.standNature] || '-'
|
<!-- standMap[sarStandardsInfoEO.standNature] || '-'-->
|
||||||
}}</span></p>
|
<!-- }}</span></p>-->
|
||||||
<p class="half" v-if="saveStandType === 'INLAND_STAND'"><label
|
<p class="half" v-if="saveStandType === 'INLAND_STAND'"><label
|
||||||
style=" margin-right: 150px;">标准体系</label><span>{{
|
style=" margin-right: 150px;">标准体系</label><span>{{
|
||||||
sarStandardsInfoEO.standSystem || '-'
|
sarStandardsInfoEO.standSystem || '-'
|
||||||
@@ -374,7 +374,7 @@
|
|||||||
v-else-if="child.attrType === 'DATE_PICKER'"
|
v-else-if="child.attrType === 'DATE_PICKER'"
|
||||||
class="modular-content-p-val"
|
class="modular-content-p-val"
|
||||||
>
|
>
|
||||||
{{ child.value ? child.value.substring(0, 10) : '-' }}
|
{{ child.value ? child.value : '-' }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
v-else-if="child.attrType !== 'FILE'"
|
v-else-if="child.attrType !== 'FILE'"
|
||||||
@@ -3674,6 +3674,7 @@ export default {
|
|||||||
// return
|
// return
|
||||||
// }
|
// }
|
||||||
displayLocation.forEach((location) => {
|
displayLocation.forEach((location) => {
|
||||||
|
console.log(location);
|
||||||
location.isShowImp = '0'
|
location.isShowImp = '0'
|
||||||
if (dynamicFormField) {
|
if (dynamicFormField) {
|
||||||
let value = dynamicFormField[field.attrField]
|
let value = dynamicFormField[field.attrField]
|
||||||
|
|||||||
Reference in New Issue
Block a user