[Fix][UI Next] Fix the problem of disabling owned user input during project editing. (#9476)

doc-new-release
Amy0104 2022-04-13 18:05:02 +08:00 committed by GitHub
parent 8821b91829
commit e5c66ecc31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')}
/>