src/views/personnelManagement/dimission/index.vue
@@ -105,7 +105,7 @@ prop: "sex", }, { label: "籍贯", label: "户籍住址", prop: "nativePlace", }, { @@ -113,7 +113,7 @@ prop: "postJob", }, { label: "家庭住址", label: "现住址", prop: "adress", width:200 }, @@ -125,11 +125,6 @@ label: "专业", prop: "profession", width:100 }, { label: "身份证号", prop: "identityCard", width:200 }, { label: "年龄", @@ -151,8 +146,15 @@ width:150 }, { label: "合同年限", prop: "contractTerm", label: "离职日期", prop: "createTime", width: 120, formatData: (params) => { if (params) { return dayjs(params).format("YYYY-MM-DD"); } return "-"; } }, { label: "合同开始日期",