[update 标准主计划] 查看市场清单
This commit is contained in:
+3
-3
@@ -402,7 +402,7 @@
|
|||||||
<a-form-item :wrapper-col="{span:22}">
|
<a-form-item :wrapper-col="{span:22}">
|
||||||
<div style="text-align: right">
|
<div style="text-align: right">
|
||||||
<a-button type="primary" @click="handleViewMarketList"
|
<a-button type="primary" @click="handleViewMarketList"
|
||||||
:disabled="!model.marketStandardId">
|
:disabled="!data[5].associationId">
|
||||||
{{ $t('standardRegulationLibrary.standardMasterPlan.viewMarketList') }}
|
{{ $t('standardRegulationLibrary.standardMasterPlan.viewMarketList') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div>
|
||||||
@@ -468,7 +468,7 @@
|
|||||||
<a-form-item :wrapper-col="{span:22}">
|
<a-form-item :wrapper-col="{span:22}">
|
||||||
<div style="text-align: right">
|
<div style="text-align: right">
|
||||||
<a-button type="primary" @click="handleViewTroubleshootingResults"
|
<a-button type="primary" @click="handleViewTroubleshootingResults"
|
||||||
:disabled="!model.standardId">
|
:disabled="!data[6].actualCompletionDate">
|
||||||
{{ $t('standardRegulationLibrary.standardMasterPlan.viewTroubleshootingResults') }}
|
{{ $t('standardRegulationLibrary.standardMasterPlan.viewTroubleshootingResults') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div>
|
||||||
@@ -907,7 +907,7 @@ export default {
|
|||||||
path: '/standardRegulationLibrary/marketRegulationsList/marketRegulationsDetailPage',
|
path: '/standardRegulationLibrary/marketRegulationsList/marketRegulationsDetailPage',
|
||||||
query: {
|
query: {
|
||||||
title: this.$t('view'),
|
title: this.$t('view'),
|
||||||
ids: this.model.marketStandardId
|
ids: this.data[5].associationId
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user