src/views/hrm/employee/data.ts
@@ -304,9 +304,8 @@
      field: 'gender',
      title: '性别',
      width: 80,
      cellRender: {
        name: 'CellDict',
        props: { type: DICT_TYPE.HRM_GENDER },
      slots: {
        default: 'gender',
      },
    },
    { field: 'phone', title: '手机号码', minWidth: 120 },
@@ -316,9 +315,8 @@
      field: 'employeeStatus',
      title: '员工状态',
      width: 100,
      cellRender: {
        name: 'CellDict',
        props: { type: DICT_TYPE.HRM_EMPLOYEE_STATUS },
      slots: {
        default: 'employeeStatus',
      },
    },
    { field: 'hireDate', title: '入职日期', width: 110 },