新增租户备注功能

This commit is contained in:
2025-09-10 16:01:18 +08:00
parent 1885fb61d1
commit f8289ea4c1
7 changed files with 80 additions and 17 deletions

View File

@@ -54,7 +54,8 @@ export default {
updateTime: 'Update Time',
copy: 'Copy',
copySuccess: 'Copy Success',
copyError: 'Copy Error'
copyError: 'Copy Error',
perPage: 'Number page',
},
lock: {
lockScreen: 'Lock screen',
@@ -549,7 +550,8 @@ export default {
remark: 'Remark',
flag:'Flag',
loadNext:'Next',
previous:'上一页',
previous: 'Previous',
updateTime: 'Update Time',
},
country: {

View File

@@ -58,7 +58,9 @@ export default {
updateTime: '更新时间',
copy: '复制',
copySuccess: '复制成功',
copyError: '复制失败'
copyError: '复制失败',
perPage: '每页',
},
lock: {
lockScreen: '锁定屏幕',
@@ -528,6 +530,7 @@ export default {
createTime: '创建时间',
updataTime: '更新时间',
userId: '用户 Id',
updateTime: '更新时间',
placeAllocationUser: '请选择分配的员工',
invitationType: '邀请类型',
placeInvitationType: '请选择邀请类型',