| | |
| | | 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 |
| | | > |
| | |
| | | prop: "sex", |
| | | }, |
| | | { |
| | | label: "籍贯", |
| | | label: "户籍住址", |
| | | prop: "nativePlace", |
| | | }, |
| | | { |
| | |
| | | prop: "postJob", |
| | | }, |
| | | { |
| | | label: "家庭住址", |
| | | label: "现住址", |
| | | prop: "adress", |
| | | width:200 |
| | | }, |
| | |
| | | label: "专业", |
| | | prop: "profession", |
| | | width:100 |
| | | }, |
| | | { |
| | | label: "身份证号", |
| | | prop: "identityCard", |
| | | width:200 |
| | | }, |
| | | { |
| | | label: "年龄", |
| | |
| | | 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: "操作", |