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, slot: false,
display: true, display: true,
}, },
// {
// label: "薪资待遇",
// prop: "wage",
// slot: false,
// display: true,
// },
{ {
label: "薪资待遇", label: "申请人数",
prop: "wage", prop: "signUpCount",
slot: false, slot: true,
display: true, display: false,
}, },
{ {
label: "报名人数", label: "录用人数",
prop: "signUpCount", prop: "takeOnCount",
slot: true, slot: true,
display: false, display: false,
}, },