This commit is contained in:
18500206848
2024-03-29 09:39:01 +08:00
parent 08fa30f020
commit 9f231627ff
11 changed files with 52 additions and 257 deletions

View File

@@ -238,6 +238,13 @@ export default {
width: 130,
slot: true,
},
{
label: "招聘人数",
prop: "peopleNum",
slot: true,
display: false,
width: 110,
},
{
label: "申请人数",
prop: "signUpCount",
@@ -252,14 +259,6 @@ export default {
display: false,
width: 110,
},
/* {
label: "状态",
prop: "status",
// slot: true,
dicData: missionState,
display: false,
// width: 200,
}, */
],
};
},