[update 标准主计划] 关联其他模块

This commit is contained in:
danshihao
2024-07-18 20:03:11 +08:00
parent f244212daa
commit a5fcafceca
3 changed files with 5 additions and 3 deletions
@@ -121,6 +121,7 @@ module.exports = {
rectifyFinishingDate: 'Completion date of rectification', rectifyFinishingDate: 'Completion date of rectification',
viewMarketList: 'View market list', viewMarketList: 'View market list',
viewTroubleshootingResults: 'View troubleshooting results', viewTroubleshootingResults: 'View troubleshooting results',
exportXlsName: 'Standard Master Plan' exportXlsName: 'Standard Master Plan',
interpretationTable: 'Interpretation Table'
} }
} }
@@ -122,6 +122,7 @@ module.exports = {
rectifyFinishingDate: '整改完成日期', rectifyFinishingDate: '整改完成日期',
viewMarketList: '查看市场清单', viewMarketList: '查看市场清单',
viewTroubleshootingResults: '查看排查结果', viewTroubleshootingResults: '查看排查结果',
exportXlsName: '标准主计划' exportXlsName: '标准主计划',
interpretationTable: '解读表'
} }
} }
@@ -278,7 +278,7 @@
<!-- 交付物 --> <!-- 交付物 -->
<a-col :span="12"> <a-col :span="12">
<a-form-item :label="$t('standardRegulationLibrary.standardMasterPlan.deliverables')"> <a-form-item :label="$t('standardRegulationLibrary.standardMasterPlan.deliverables')">
<a v-if="data[3].deliverableFileId" @click="previewStandardResolutionSheet(data[3].deliverableFileId)"></a> <a v-if="data[3].deliverableFileId" @click="previewStandardResolutionSheet(data[3].deliverableFileId)">解读表</a>
<a-input v-else :placeholder="$t('pleaseEnter')+$t('standardRegulationLibrary.standardMasterPlan.deliverables')" <a-input v-else :placeholder="$t('pleaseEnter')+$t('standardRegulationLibrary.standardMasterPlan.deliverables')"
:maxLength="50" disabled :maxLength="50" disabled
v-decorator="['data[3].deliverableFileId']" /> v-decorator="['data[3].deliverableFileId']" />