[update] 上传文件提示语大小为改成不大于,选用户组件增加部门列,调整查询条件位置姓名放在工号前面

This commit is contained in:
lideqin
2024-07-24 10:02:17 +08:00
parent b4608d292f
commit 4a1340045c
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ module.exports = {
supportingMaterial: 'Supporting material',
support: 'You can upload files in ',
formatUpload: ' formats. ',
theSizeIs: 'The size is ',
theSizeIs: 'Not more than ',
loginExpired: 'Login has expired',
loginExpiredMessage: 'Sorry, the login has expired. Please log in again',
logInAgain: 'Log in again',
+1 -1
View File
@@ -231,7 +231,7 @@ module.exports = {
supportingMaterial: '佐证材料',
support: '支持',
formatUpload: '格式上传,',
theSizeIs: '大小为',
theSizeIs: '不大于',
loginExpired: '登录已过期',
loginExpiredMessage: '很抱歉,登录已过期,请重新登录',
logInAgain: '重新登录',