diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 1490785..84302a5 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -282,8 +282,8 @@ - - + + @@ -291,6 +291,16 @@ + + + + + + + + + + @@ -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', diff --git a/src/views/incomePayments/meetManage/SignUpInfoEditOverseas.vue b/src/views/incomePayments/meetManage/SignUpInfoEditOverseas.vue index 97a3fcb..a00d280 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEditOverseas.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEditOverseas.vue @@ -25,10 +25,10 @@ - - + + v-decorator="['sex',validatorRules.sex]"> @@ -38,6 +38,20 @@ v-decorator="['nationality',validatorRules.nationality]"> + + + + + + + + + +