修改描述

This commit is contained in:
18500206848
2024-05-06 13:45:26 +08:00
parent b27e8b82cf
commit f2f94d98c9
8 changed files with 10 additions and 10 deletions

View File

@@ -327,11 +327,11 @@ export default {
personType: [ personType: [
{ {
value: 1, value: 1,
label: "待登记", label: "申请中",
}, },
{ {
value: 2, value: 2,
label: "已录用登记", label: "已录用",
}, },
], ],
drawer: false, drawer: false,

View File

@@ -7,7 +7,7 @@
:before-close="drawerClose" :before-close="drawerClose"
class="createOrderTable"> class="createOrderTable">
<div class="taskInformation"> <div class="taskInformation">
<p><label>岗位名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>任务编号{{selectTaskInfo.missionNo}}</label><label>录用登记<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p> <p><label>岗位名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>任务编号{{selectTaskInfo.missionNo}}</label><label>申请录用<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p>
</div> </div>
<div class="create-order-box"> <div class="create-order-box">
<div class="create-order-bill"> <div class="create-order-bill">

View File

@@ -1,7 +1,7 @@
<template> <template>
<basic-container> <basic-container>
<el-drawer <el-drawer
title="已录用登记" title="已录用"
append-to-body append-to-body
:visible.sync="drawer" :visible.sync="drawer"
size="80%" size="80%"

View File

@@ -56,7 +56,7 @@
<!--自定义操作栏--> <!--自定义操作栏-->
<div slot="menu" slot-scope="{ size, type, row }"> <div slot="menu" slot-scope="{ size, type, row }">
<!-- <el-button type="text" size="mini" @click="recommend(row)">重点人群推送</el-button> --> <!-- <el-button type="text" size="mini" @click="recommend(row)">重点人群推送</el-button> -->
<el-button type="text" size="mini" @click="employ(row, 1)">录用登记</el-button> <el-button type="text" size="mini" @click="employ(row, 1)">申请录用</el-button>
<el-button icon="el-icon-view" :size="size" :type="type" @click.stop="rowView(row)" <el-button icon="el-icon-view" :size="size" :type="type" @click.stop="rowView(row)"
v-show="vaildData(permission.tenant_mission_view, false)">查看 v-show="vaildData(permission.tenant_mission_view, false)">查看
</el-button> </el-button>

View File

@@ -1,7 +1,7 @@
<template> <template>
<basic-container> <basic-container>
<el-drawer <el-drawer
title="录用登记" title="申请录用"
append-to-body append-to-body
:visible.sync="drawer" :visible.sync="drawer"
size="80%" size="80%"
@@ -386,7 +386,7 @@ export default {
personType: [ personType: [
{ {
value: 1, value: 1,
label: "待录用", label: "申请中",
}, },
{ {
value: 2, value: 2,

View File

@@ -7,7 +7,7 @@
:before-close="drawerClose" :before-close="drawerClose"
class="createOrderTable"> class="createOrderTable">
<div class="taskInformation"> <div class="taskInformation">
<p><label>岗位名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>岗位编号{{selectTaskInfo.missionNo}}</label><label>录用登记<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p> <p><label>岗位名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>岗位编号{{selectTaskInfo.missionNo}}</label><label>申请录用<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p>
</div> </div>
<div class="create-order-box"> <div class="create-order-box">
<div class="create-order-bill"> <div class="create-order-bill">

View File

@@ -1,7 +1,7 @@
<template> <template>
<basic-container> <basic-container>
<el-drawer <el-drawer
title="已录用登记" title="已录用"
append-to-body append-to-body
:visible.sync="drawer" :visible.sync="drawer"
size="80%" size="80%"

View File

@@ -56,7 +56,7 @@
<!--自定义操作栏--> <!--自定义操作栏-->
<div slot="menu" slot-scope="{ size, type, row }"> <div slot="menu" slot-scope="{ size, type, row }">
<!-- <el-button type="text" size="mini" @click="recommend(row)">重点人群推送</el-button> --> <!-- <el-button type="text" size="mini" @click="recommend(row)">重点人群推送</el-button> -->
<el-button type="text" size="mini" @click="employ(row, 1)">录用登记</el-button> <el-button type="text" size="mini" @click="employ(row, 1)">申请录用</el-button>
<el-button icon="el-icon-view" :size="size" :type="type" @click.stop="rowView(row)" <el-button icon="el-icon-view" :size="size" :type="type" @click.stop="rowView(row)"
v-show="vaildData(permission.tenant_mission_view, false)">查看</el-button> v-show="vaildData(permission.tenant_mission_view, false)">查看</el-button>
<!-- <save-button icon="el-icon-check" :size="size" :type="type" @click="rowCopy(row, 'copy')">复制</save-button> --> <!-- <save-button icon="el-icon-check" :size="size" :type="type" @click="rowCopy(row, 'copy')">复制</save-button> -->