修改描述

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

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

View File

@@ -7,7 +7,7 @@
:before-close="drawerClose"
class="createOrderTable">
<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 class="create-order-box">
<div class="create-order-bill">

View File

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