1 Commits

Author SHA1 Message Date
yangxiao
f1c9117360 flat: 全职和零工的导入功能提交 2026-01-09 16:31:51 +08:00
3 changed files with 6 additions and 19 deletions

View File

@@ -228,19 +228,6 @@ export default {
searchLabelWidth: 80, searchLabelWidth: 80,
change: this.groupChange change: this.groupChange
}, },
{
label: "是否已退出",
prop: "isDeleted",
dicData: [
{ value: 1, label: "" },
{ value: 0, label: "" },
],
type: 'select',
search: true,
hide: true,
searchLabelWidth: 100,
searchSpan: 8,
},
{ {
label: "手机号", label: "手机号",
prop: "telphone", prop: "telphone",

View File

@@ -8,9 +8,9 @@
<save-button type="warning" plain icon="el-icon-plus" size="small" @click="rowCopy('', 'add')" <save-button type="warning" plain icon="el-icon-plus" size="small" @click="rowCopy('', 'add')"
v-show="vaildData(permission.tenant_mission_add, false)">发布任务 v-show="vaildData(permission.tenant_mission_add, false)">发布任务
</save-button> </save-button>
<!-- <el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport" <el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport"
v-show="vaildData(permission.tenant_mission_add, false)">批量导入 v-show="vaildData(permission.tenant_mission_add, false)">批量导入
</el-button> --> </el-button>
</template> </template>
<template slot="wage" slot-scope="{ row }"> <template slot="wage" slot-scope="{ row }">
<!-- wageUnitCategoryOtherEnum --> <!-- wageUnitCategoryOtherEnum -->

View File

@@ -5,14 +5,14 @@
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange"
> >
<!--自定义按钮--> <!--自定义按钮-->
<!-- <template slot="menuLeft"> <template slot="menuLeft">
<save-button type="warning" plain icon="el-icon-plus" size="small" @click="rowCopy('', 'add')" <!-- <save-button type="warning" plain icon="el-icon-plus" size="small" @click="rowCopy('', 'add')"
v-show="vaildData(permission.tenant_works_add, false)">发布岗位 v-show="vaildData(permission.tenant_works_add, false)">发布岗位
</save-button> </save-button> -->
<el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport" <el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport"
v-show="vaildData(permission.tenant_works_add, false)">批量导入 v-show="vaildData(permission.tenant_works_add, false)">批量导入
</el-button> </el-button>
</template> --> </template>
<template slot="wage" slot-scope="{ row }"> <template slot="wage" slot-scope="{ row }">
<div>{{ row.wage }}~{{row.wageUpper}}{{ wageUnitCategoryStateEnum[row.wageUnitCategory] }}</div> <div>{{ row.wage }}~{{row.wageUpper}}{{ wageUnitCategoryStateEnum[row.wageUnitCategory] }}</div>
</template> </template>