Compare commits
1 Commits
serveChang
...
serveChang
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8455b91942 |
@@ -228,6 +228,19 @@ 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",
|
||||||
|
|||||||
@@ -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