refactor(系统设置): 优化重命名按钮文案

--bug=1035490 --user=王孝刚 【系统设置】系统-用户组重命名确定按钮文案和提交成功提示与交互不符
https://www.tapd.cn/55049933/s/1470748
This commit is contained in:
wxg0103 2024-03-06 20:25:28 +08:00 committed by Craftsman
parent 0e021d0bc3
commit 7d960ce8d9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
:disabled="form.name.length === 0" :disabled="form.name.length === 0"
@click="handleBeforeOk" @click="handleBeforeOk"
> >
{{ props.id ? t('common.rename') : t('common.create') }} {{ props.id ? t('common.confirm') : t('common.create') }}
</a-button> </a-button>
</div> </div>
</div> </div>