update 完成设备页面的国际化

This commit is contained in:
2022-09-02 09:49:14 +08:00
parent 268207b383
commit 64ee3cb64e
49 changed files with 139 additions and 121 deletions

View File

@@ -108,7 +108,7 @@ import { pick } from 'lodash/object'
import i18n from '@/i18n'
// 标题 for i18n
const title = {
detail: '详情',
detail: i18n.t('detail'),
add: i18n.t('add'),
edit: '编辑'
}