src/views/personnelManagement/dimission/index.vue
@@ -127,11 +127,6 @@ width:100 }, { label: "身份证号", prop: "identityCard", width:200 }, { label: "年龄", prop: "age", }, @@ -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: "合同开始日期",