flat: 全职和零工的导入功能提交

This commit is contained in:
yangxiao
2026-01-09 16:31:51 +08:00
parent 7d74bac476
commit f1c9117360
2 changed files with 6 additions and 6 deletions

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>