[Fix][UI Next] Fix the problem of disabling owned user input during project editing. (#9476)
parent
8821b91829
commit
e5c66ecc31
|
|
@ -117,7 +117,7 @@ const ProjectModal = defineComponent({
|
|||
</NFormItem>
|
||||
<NFormItem label={t('project.list.owned_users')} path='userName'>
|
||||
<NInput
|
||||
disabled={this.statusRef === 0}
|
||||
disabled={true}
|
||||
v-model={[this.model.userName, 'value']}
|
||||
placeholder={t('project.list.username_tips')}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue