[update] 新法规导入流程翻译

This commit is contained in:
lideqin
2024-08-08 13:53:17 +08:00
parent a1d1b0c481
commit 70f285b638
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -250,7 +250,8 @@ export default {
{
dataIndex: 'finishFlag_dictText',
title: this.$t('status'),
width: 100
width: 100,
scopedSlots: { customRender: 'dictText' }
}
],
image: false,
@@ -124,6 +124,7 @@
tree-checkable
treeCheckStrictly
:disabled="disabled"
:replaceFields="{title: isChinese() ? 'title' : 'enTitle'}"
:placeholder="disabled ? '' : $t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.applicableMarket')" />
</a-form-model-item>
</div>