[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
+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',