任务统一修改成零工岗位

This commit is contained in:
18500206848
2024-04-25 19:46:20 +08:00
parent a46b4cd32d
commit 9ddc5e1c94
12 changed files with 33 additions and 33 deletions

View File

@@ -305,7 +305,7 @@ export default {
},
{
width:"180px",
label: "任务编号",
label: "岗位编号",
prop: "servicesNo",
display: false,
},

View File

@@ -15,10 +15,10 @@
clearable
></el-input>
</el-form-item>
<el-form-item label="任务编码:">
<el-form-item label="岗位编码:">
<el-input
v-model="query.missionNo"
placeholder="任务编码"
placeholder="岗位编码"
clearable
></el-input>
</el-form-item>

View File

@@ -444,7 +444,7 @@ export default {
}
if (idList.length == 0) {
this.$message.error("只能驳回【招聘中】的任务");
this.$message.error("只能驳回【招聘中】的岗位");
} else {
let h = this.$createElement;
this.$prompt(

View File

@@ -288,7 +288,7 @@ export default {
display: false,
},
{
label: "任务状态",
label: "岗位状态",
prop: "status",
type: "select",
dicData: missionState,
@@ -298,7 +298,7 @@ export default {
width: 80,
},
{
label: "任务编码",
label: "岗位编码",
prop: "missionNo",
hide: true,
display: false,