rev:入库管理国际化

This commit is contained in:
2024-12-20 16:20:23 +08:00
parent b3133bd5c6
commit 2dbeda9bdd
10 changed files with 514 additions and 170 deletions

View File

@@ -42,6 +42,7 @@ import dict from './dict/zh'
import angle from './angle/zh'
import regional from './regional/zh'
import stage from './stage/zh'
import inManage from './in/zh'
export default {
...zhLocale,
@@ -87,6 +88,7 @@ export default {
...dict,
...angle,
...regional,
...stage
...stage,
...inManage
}