[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: '重新登录',
+12 -6
View File
@@ -35,18 +35,18 @@
</j-search-select-tag>
</a-form-item>
</a-col>
<a-col :span="6">
<a-form-item :label="$t('user.workNo')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-input :placeholder="$t('pleaseEnter')"
v-model="queryParam.username"></j-input>
</a-form-item>
</a-col>
<a-col :span="6">
<a-form-item :label="$t('userSelect.name')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-input :placeholder="$t('pleaseEnter')"
v-model="queryParam.realname"></j-input>
</a-form-item>
</a-col>
<a-col :span="6">
<a-form-item :label="$t('user.workNo')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-input :placeholder="$t('pleaseEnter')"
v-model="queryParam.username"></j-input>
</a-form-item>
</a-col>
<a-col :span="6">
<a-form-item :label="$t('system.groupMange.groupName')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-search-select-tag
@@ -208,6 +208,12 @@ export default {
align: 'center',
scopedSlots: { customRender: 'text' }
},
{
title: this.$t('department'),
dataIndex: 'orgCodeTxt',
align: 'center',
scopedSlots: { customRender: 'text' }
},
{
title: this.$t('userSelect.post'),
dataIndex: 'post',