[update 海外会议] 调整字段顺序,单位职务拆两个字段
This commit is contained in:
@@ -282,8 +282,8 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-form-item label="职务及单位">
|
||||
<a-input placeholder="请输入职务及单位" v-model="queryParam.unit" :maxLength='50'></a-input>
|
||||
<a-form-item label="性别">
|
||||
<a-input placeholder="请输入性别" v-model="queryParam.sex" :maxLength='50'></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
@@ -291,6 +291,16 @@
|
||||
<a-input placeholder="请输入国籍" v-model="queryParam.nationality" :maxLength='50'></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-form-item label="单位">
|
||||
<a-input placeholder="请输入单位" v-model="queryParam.unit" :maxLength='50'></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-form-item label="职务">
|
||||
<a-input placeholder="请输入职务" v-model="queryParam.post" :maxLength='50'></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-form-item label="地址">
|
||||
<a-input placeholder="请输入地址" v-model="queryParam.address" :maxLength='50'></a-input>
|
||||
@@ -631,9 +641,9 @@ export default {
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: '职务及单位',
|
||||
title: '性别',
|
||||
align: 'center',
|
||||
dataIndex: 'unit',
|
||||
dataIndex: 'sex',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
@@ -642,6 +652,18 @@ export default {
|
||||
dataIndex: 'nationality',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: '单位',
|
||||
align: 'center',
|
||||
dataIndex: 'unit',
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
title: '职务',
|
||||
align: 'center',
|
||||
dataIndex: 'post',
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
title: '地址',
|
||||
align: 'center',
|
||||
|
||||
@@ -25,10 +25,10 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<a-form-item label="职务及单位" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入职务及单位"
|
||||
<a-form-item label="性别" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入性别"
|
||||
:maxLength='50'
|
||||
v-decorator="['unit',validatorRules.unit]"></a-input>
|
||||
v-decorator="['sex',validatorRules.sex]"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
@@ -38,6 +38,20 @@
|
||||
v-decorator="['nationality',validatorRules.nationality]"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<a-form-item label="单位" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入单位"
|
||||
:maxLength='50'
|
||||
v-decorator="['unit',validatorRules.unit]"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24" key="post">
|
||||
<a-form-item label="职务" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入职务"
|
||||
:maxLength='50'
|
||||
v-decorator="['post',validatorRules.post]"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<a-form-item label="地址" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入地址"
|
||||
@@ -70,20 +84,6 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<template v-if="isNeedVisa">
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<a-form-item label="外文姓名" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入外文姓名"
|
||||
:maxLength='50'
|
||||
v-decorator="['foreignName',validatorRules.foreignName]"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<a-form-item label="性别" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入性别"
|
||||
:maxLength='50'
|
||||
v-decorator="['sex',validatorRules.sex]"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<a-form-item label="出生日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-date placeholder="请选择出生日期" style="width: 100%;"
|
||||
@@ -188,8 +188,12 @@ export default {
|
||||
rules: [{required: true, message: '请输入姓名'}],
|
||||
validateTrigger: 'blur'
|
||||
},
|
||||
post: {
|
||||
rules: [{required: true, message: '请输入职务'}],
|
||||
validateTrigger: 'blur'
|
||||
},
|
||||
unit: {
|
||||
rules: [{required: true, message: '请输入职务及单位'}],
|
||||
rules: [{required: true, message: '请输入单位'}],
|
||||
validateTrigger: 'blur'
|
||||
},
|
||||
international: {
|
||||
|
||||
Reference in New Issue
Block a user