flat: waiting
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user