From 3e36bd9dab0f00ad99a933fae9c8327058296e98 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 27 Jun 2024 11:11:56 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=B5=B7=E5=A4=96=E4=BC=9A=E8=AE=AE]?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E5=AD=97=E6=AE=B5=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=EF=BC=8C=E5=8D=95=E4=BD=8D=E8=81=8C=E5=8A=A1=E6=8B=86=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../incomePayments/meetManage/Attendance.vue | 30 ++++++++++++-- .../meetManage/SignUpInfoEditOverseas.vue | 40 ++++++++++--------- 2 files changed, 48 insertions(+), 22 deletions(-) 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]"> + + + + + + + + + +