[update 标准主计划] 查看市场清单
This commit is contained in:
+3
-3
@@ -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
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user