[update 88097] 标准主计划翻译
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user