Merge branch 'z'

This commit is contained in:
Apcallover
2024-02-22 16:59:20 +08:00

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,
},