yaowanxin
7 天以前 28483aef11bb21e29c18b9c562f7b17e9cc39e3f
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",