优化代码

This commit is contained in:
18500206848
2024-04-26 00:00:15 +08:00
parent 513ff4c0b3
commit aad5797a92
10 changed files with 8 additions and 1479 deletions

View File

@@ -29,10 +29,10 @@
clearable
></el-input>
</el-form-item>
<el-form-item label="零工岗位名称:">
<el-form-item label="岗位名称:">
<el-input
v-model="query.missionTitle"
placeholder="零工岗位名称"
placeholder="岗位名称"
clearable
></el-input>
</el-form-item>
@@ -273,7 +273,7 @@ export default {
width: 120,
},
{
label: "零工岗位名称",
label: "岗位名称",
prop: "missionTitle",
display: false,
fixed: true,