| | |
| | | type="primary" |
| | | >批量签约</el-button |
| | | > |
| | | <!-- <el-button @click="handleEnterpriseBatchSign()" type="primary">批量企业签约</el-button> --> |
| | | <el-button |
| | | v-if="checkSubModuleItemShow('pageButton', 'batchEnterpriseSignBtn')" |
| | | @click="handleEnterpriseBatchSign()" |
| | | type="primary" |
| | | >批量企业签约</el-button |
| | | > |
| | | </template> |
| | | </ProTableQueryFilterBar> |
| | | <ProTableV2 |
| | |
| | | hide: (row: API.GetEnterpriseEmployeesQueryResultItem) => |
| | | !( |
| | | row.userSignContractStatus !== EnumTaskUserSignContractStatus.Pass && |
| | | row.hireStatus === EnumTaskUserHireStatus.Pass && |
| | | row.source === EnumEnterpriseEmployeeSource.Internal |
| | | ((row.hireStatus === EnumTaskUserHireStatus.Pass && |
| | | row.source === EnumEnterpriseEmployeeSource.External) || |
| | | row.source === EnumEnterpriseEmployeeSource.Internal) |
| | | ), |
| | | }, |
| | | }, |