src/views/personnelManagement/dimission/index.vue
@@ -145,10 +145,17 @@ prop: "emergencyContactPhone", width:150 }, // { // label: "合同年限", // prop: "contractTerm", // }, { label: "离职日期", prop: "createTime", width: 120, formatData: (params) => { if (params) { return dayjs(params).format("YYYY-MM-DD"); } return "-"; } }, { label: "合同开始日期", prop: "contractStartTime",