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