[update 88097] 标准主计划翻译

This commit is contained in:
danshihao
2024-08-07 18:08:17 +08:00
parent de5c2b85ba
commit 7c4ae72eea
@@ -24,6 +24,7 @@
:tree-data="applicableMarketList"
tree-checkable
treeCheckStrictly
:replaceFields="{title: isChinese() ? 'title' : 'enTitle'}"
:placeholder="$t('pleaseSelect') + $t('standardRegulationLibrary.standardMasterPlan.applicableMarket')"/>
</a-form-item>
</a-col>
@@ -114,14 +115,14 @@ export default {
align: 'center',
dataIndex: 'standardState_dictText',
width: 100,
scopedSlots: { customRender: 'text' }
scopedSlots: { customRender: 'dictText' }
},
{ // 适用市场
title: this.$t('standardRegulationLibrary.standardMasterPlan.applicableMarket'),
align: 'center',
dataIndex: 'applicableMarket_dictText',
width: 100,
scopedSlots: { customRender: 'text' }
scopedSlots: { customRender: 'dictText' }
},
{
title: this.$t('operation'),