数据资产登记更新
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -1360,7 +1360,7 @@ const formattedDate = (dateVal) => { | ... | @@ -1360,7 +1360,7 @@ const formattedDate = (dateVal) => { |
| 1360 | </div> | 1360 | </div> |
| 1361 | </span> | 1361 | </span> |
| 1362 | </div> | 1362 | </div> |
| 1363 | <div class="list_item is_block isFile" :style="{ width: '40%' }" | 1363 | <div class="list_item is_block isFile" :style="{ width: '40%', 'margin-right': '28px' }" |
| 1364 | v-if="((detailType != 'asset' || assetDetailInfo.isEvaluationAssessment == 'Y') && assetDetailInfo.registerAttachment?.qualityEvaluationFile?.length) || (evaDetailInfo?.qualityEvaluationFile?.length > 0)"> | 1364 | v-if="((detailType != 'asset' || assetDetailInfo.isEvaluationAssessment == 'Y') && assetDetailInfo.registerAttachment?.qualityEvaluationFile?.length) || (evaDetailInfo?.qualityEvaluationFile?.length > 0)"> |
| 1365 | <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">数据质量评价收集</span> | 1365 | <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">数据质量评价收集</span> |
| 1366 | <span | 1366 | <span |
| ... | @@ -1475,7 +1475,7 @@ const formattedDate = (dateVal) => { | ... | @@ -1475,7 +1475,7 @@ const formattedDate = (dateVal) => { |
| 1475 | </div> | 1475 | </div> |
| 1476 | </span> | 1476 | </span> |
| 1477 | </div> | 1477 | </div> |
| 1478 | <div class="list_item is_block isFile" :style="{ width: '40%' }" | 1478 | <div class="list_item is_block isFile" :style="{ width: '40%', 'margin-right': '28px' }" |
| 1479 | v-if="(detailType == 'asset' && assetDetailInfo.isQualityAssessment == 'Y') && assetDetailInfo.registerAttachment?.evaluationFile?.length"> | 1479 | v-if="(detailType == 'asset' && assetDetailInfo.isQualityAssessment == 'Y') && assetDetailInfo.registerAttachment?.evaluationFile?.length"> |
| 1480 | <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">质量评估报告</span> | 1480 | <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">质量评估报告</span> |
| 1481 | <span v-for="(item) in (assetDetailInfo.registerAttachment?.evaluationFile || [])" class="item_value" | 1481 | <span v-for="(item) in (assetDetailInfo.registerAttachment?.evaluationFile || [])" class="item_value" |
| ... | @@ -1592,7 +1592,7 @@ const formattedDate = (dateVal) => { | ... | @@ -1592,7 +1592,7 @@ const formattedDate = (dateVal) => { |
| 1592 | <!-- <span | 1592 | <!-- <span |
| 1593 | v-if="tenantDetail.businessLicense?.length || assetDetailInfo.registerAttachment?.commitmentLetter?.length" | 1593 | v-if="tenantDetail.businessLicense?.length || assetDetailInfo.registerAttachment?.commitmentLetter?.length" |
| 1594 | class="small-title" :style="{ marginTop: '10px' }">公司信息</span> --> | 1594 | class="small-title" :style="{ marginTop: '10px' }">公司信息</span> --> |
| 1595 | <div class="list_item is_block isFile" :style="{ width: '40%' }" | 1595 | <div class="list_item is_block isFile" :style="{ width: '40%', 'margin-right': '28px' }" |
| 1596 | v-if="tenantDetail.businessLicense?.length"> | 1596 | v-if="tenantDetail.businessLicense?.length"> |
| 1597 | <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">营业执照</span> | 1597 | <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">营业执照</span> |
| 1598 | <span v-for="(item) in (tenantDetail?.businessLicense || [])" class="item_value" | 1598 | <span v-for="(item) in (tenantDetail?.businessLicense || [])" class="item_value" | ... | ... |
-
Please register or sign in to post a comment