flat: waiting

This commit is contained in:
Apcallover
2024-02-22 16:57:32 +08:00
parent b5570302d1
commit d393a76912

View File

@@ -265,15 +265,21 @@ export default {
slot: false,
display: true,
},
// {
// label: "薪资待遇",
// prop: "wage",
// slot: false,
// display: true,
// },
{
label: "薪资待遇",
prop: "wage",
slot: false,
display: true,
label: "申请人数",
prop: "signUpCount",
slot: true,
display: false,
},
{
label: "报名人数",
prop: "signUpCount",
label: "录用人数",
prop: "takeOnCount",
slot: true,
display: false,
},