perf(i18n): merge common lang

This commit is contained in:
vben
2021-01-12 21:10:27 +08:00
parent fb57cf734d
commit efbde0d57e
47 changed files with 175 additions and 102 deletions

View File

@@ -97,7 +97,7 @@ export default defineComponent({
unref(statusMapRef).set(ExceptionEnum.PAGE_NOT_DATA, {
title: t('sys.exception.noDataTitle'),
subTitle: '',
btnText: t('sys.exception.redo'),
btnText: t('common.redo'),
handler: () => redo(),
icon: notDataImg,
});

View File

@@ -31,7 +31,7 @@
:disabled="loadingRef"
@click="handleShowForm(true)"
>
{{ t('sys.lock.back') }}
{{ t('common.back') }}
</a-button>
<a-button
type="link"