gongchunyi
2026-07-03 ea4638a34c776ecba891b6ac026f5699798d6c2c
fix: 合同管理岗位字段展示错误
已修改1个文件
20 ■■■■ 文件已修改
src/views/personnelManagement/contractManagement/index.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/personnelManagement/contractManagement/index.vue
@@ -129,22 +129,22 @@
  },
  {
    label: "岗位",
    prop: "postJob",
    prop: "postName",
  },
  {
    label: "现住址",
    prop: "adress",
    width: 200
  },
  {
    label: "第一学历",
    prop: "firstStudy",
  },
  {
    label: "专业",
    prop: "profession",
    width: 100
  },
  // {
  //   label: "第一学历",
  //   prop: "firstStudy",
  // },
  // {
  //   label: "专业",
  //   prop: "profession",
  //   width: 100
  // },
  {
    label: "年龄",
    prop: "age",