[update 标准主计划] 查看市场清单

This commit is contained in:
danshihao
2024-08-01 19:12:20 +08:00
parent 1f07d6488a
commit b55114dae4
@@ -402,7 +402,7 @@
<a-form-item :wrapper-col="{span:22}">
<div style="text-align: right">
<a-button type="primary" @click="handleViewMarketList"
:disabled="!model.marketStandardId">
:disabled="!data[5].associationId">
{{ $t('standardRegulationLibrary.standardMasterPlan.viewMarketList') }}
</a-button>
</div>
@@ -468,7 +468,7 @@
<a-form-item :wrapper-col="{span:22}">
<div style="text-align: right">
<a-button type="primary" @click="handleViewTroubleshootingResults"
:disabled="!model.standardId">
:disabled="!data[6].actualCompletionDate">
{{ $t('standardRegulationLibrary.standardMasterPlan.viewTroubleshootingResults') }}
</a-button>
</div>
@@ -907,7 +907,7 @@ export default {
path: '/standardRegulationLibrary/marketRegulationsList/marketRegulationsDetailPage',
query: {
title: this.$t('view'),
ids: this.model.marketStandardId
ids: this.data[5].associationId
}
})
},