gaoluyang
2026-02-02 ef0ac141ec99346dcf69f90bec11edeb44d28dfa
src/views/personnelManagement/dimission/index.vue
@@ -11,22 +11,22 @@
            clearable
            :prefix-icon="Search"
        />
        <span style="margin-left: 10px;"  class="search_title">合同开始日期:</span>
        <el-date-picker
            v-model="searchForm.entryDateStart"
            type="date"
            placeholder="请选择合同开始日期"
            size="default"
            @change="(date) => handleDateChange(date,1)"
        />
        <span style="margin-left: 10px;" class="search_title">合同结束日期:</span>
        <el-date-picker
            v-model="searchForm.entryDateEnd"
            type="date"
            placeholder="请选择合同结束日期"
            size="default"
            @change="(date) => handleDateChange(date,2)"
        />
<!--        <span style="margin-left: 10px;"  class="search_title">合同开始日期:</span>-->
<!--        <el-date-picker-->
<!--            v-model="searchForm.entryDateStart"-->
<!--            type="date"-->
<!--            placeholder="请选择合同开始日期"-->
<!--            size="default"-->
<!--            @change="(date) => handleDateChange(date,1)"-->
<!--        />-->
<!--        <span style="margin-left: 10px;" class="search_title">合同结束日期:</span>-->
<!--        <el-date-picker-->
<!--            v-model="searchForm.entryDateEnd"-->
<!--            type="date"-->
<!--            placeholder="请选择合同结束日期"-->
<!--            size="default"-->
<!--            @change="(date) => handleDateChange(date,2)"-->
<!--        />-->
        <el-button type="primary" @click="handleQuery" style="margin-left: 10px"
        >搜索</el-button
        >
@@ -105,7 +105,7 @@
    prop: "sex",
  },
  {
    label: "籍贯",
    label: "户籍住址",
    prop: "nativePlace",
  },
  {
@@ -113,7 +113,7 @@
    prop: "postJob",
  },
  {
    label: "家庭住址",
    label: "现住址",
    prop: "adress",
    width:200
  },
@@ -125,11 +125,6 @@
    label: "专业",
    prop: "profession",
    width:100
  },
  {
    label: "身份证号",
    prop: "identityCard",
    width:200
  },
  {
    label: "年龄",
@@ -150,20 +145,20 @@
    prop: "emergencyContactPhone",
    width:150
  },
  {
    label: "合同年限",
    prop: "contractTerm",
  },
  {
    label: "合同开始日期",
    prop: "contractStartTime",
    width: 120
  },
  {
    label: "合同结束日期",
    prop: "contractEndTime",
    width: 120
  },
  // {
  //   label: "合同年限",
  //   prop: "contractTerm",
  // },
  // {
  //   label: "合同开始日期",
  //   prop: "contractStartTime",
  //   width: 120
  // },
  // {
  //   label: "合同结束日期",
  //   prop: "contractEndTime",
  //   width: 120
  // },
  {
    dataType: "action",
    label: "操作",