flat: 全职和零工的导入功能提交
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user