[update] 新法规导入流程翻译
This commit is contained in:
@@ -250,7 +250,8 @@ export default {
|
|||||||
{
|
{
|
||||||
dataIndex: 'finishFlag_dictText',
|
dataIndex: 'finishFlag_dictText',
|
||||||
title: this.$t('status'),
|
title: this.$t('status'),
|
||||||
width: 100
|
width: 100,
|
||||||
|
scopedSlots: { customRender: 'dictText' }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
image: false,
|
image: false,
|
||||||
|
|||||||
@@ -124,6 +124,7 @@
|
|||||||
tree-checkable
|
tree-checkable
|
||||||
treeCheckStrictly
|
treeCheckStrictly
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
:replaceFields="{title: isChinese() ? 'title' : 'enTitle'}"
|
||||||
:placeholder="disabled ? '' : $t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.applicableMarket')" />
|
:placeholder="disabled ? '' : $t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.applicableMarket')" />
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user