perf: Form Table Search Descriptions 支持嵌套赋值

This commit is contained in:
kailong321200875
2023-08-05 10:38:49 +08:00
parent dfea91c7e1
commit 46ddf62d2d
20 changed files with 428 additions and 158 deletions

View File

@@ -494,7 +494,9 @@ export default {
searchDepartment: 'Search department',
account: 'Account',
email: 'Email',
createTime: 'Create time'
createTime: 'Create time',
// 所属部门
department: 'Department'
},
inputPasswordDemo: {
title: 'InputPassword',

View File

@@ -486,7 +486,9 @@ export default {
searchDepartment: '搜索部门',
account: '账号',
email: '邮箱',
createTime: '创建时间'
createTime: '创建时间',
// 所属部门
department: '所属部门'
},
inputPasswordDemo: {
title: '密码输入框',