refactor(系统设置): 优化重命名按钮文案
--bug=1035490 --user=王孝刚 【系统设置】系统-用户组重命名确定按钮文案和提交成功提示与交互不符 https://www.tapd.cn/55049933/s/1470748
This commit is contained in:
parent
0e021d0bc3
commit
7d960ce8d9
|
@ -45,7 +45,7 @@
|
|||
:disabled="form.name.length === 0"
|
||||
@click="handleBeforeOk"
|
||||
>
|
||||
{{ props.id ? t('common.rename') : t('common.create') }}
|
||||
{{ props.id ? t('common.confirm') : t('common.create') }}
|
||||
</a-button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue