[Fix][UI-NEXT] Disable file name (#9893)
This commit is contained in:
parent
fea9186636
commit
693b8a976b
|
|
@ -89,7 +89,8 @@ export default defineComponent({
|
|||
<NFormItem label={t('project.workflow.file_name')} path='name'>
|
||||
<NInput
|
||||
v-model={[this.importForm.name, 'value']}
|
||||
placeholder={t('project.workflow.enter_name_tips')}
|
||||
placeholder={''}
|
||||
disabled
|
||||
/>
|
||||
</NFormItem>
|
||||
</NForm>
|
||||
|
|
|
|||
Loading…
Reference in New Issue