flat: 暂存
This commit is contained in:
@@ -214,8 +214,8 @@ export default {
|
||||
dialogClickModal: false,
|
||||
column: [
|
||||
{
|
||||
label: "机构名称",
|
||||
prop: "companyName",
|
||||
label: "企业名称",
|
||||
prop: "missionCompanyName",
|
||||
display: false,
|
||||
},
|
||||
{
|
||||
@@ -224,6 +224,13 @@ export default {
|
||||
display: false,
|
||||
slot: true,
|
||||
},
|
||||
{
|
||||
label: "招聘人数",
|
||||
prop: "peopleNum",
|
||||
slot: true,
|
||||
display: false,
|
||||
width: 110,
|
||||
},
|
||||
{
|
||||
label: "任务编码",
|
||||
prop: "missionNo",
|
||||
@@ -250,19 +257,24 @@ export default {
|
||||
display: false,
|
||||
width: 110,
|
||||
},
|
||||
// {
|
||||
// label: "申请人数",
|
||||
// prop: "signUpCount",
|
||||
// slot: true,
|
||||
// display: false,
|
||||
// width: 110,
|
||||
// },
|
||||
// {
|
||||
// label: "录用人数",
|
||||
// prop: "takeOnCount",
|
||||
// slot: true,
|
||||
// display: false,
|
||||
// width: 110,
|
||||
// },
|
||||
{
|
||||
label: "申请人数",
|
||||
prop: "signUpCount",
|
||||
slot: true,
|
||||
label: "机构名称",
|
||||
prop: "companyName",
|
||||
display: false,
|
||||
width: 110,
|
||||
},
|
||||
{
|
||||
label: "录用人数",
|
||||
prop: "takeOnCount",
|
||||
slot: true,
|
||||
display: false,
|
||||
width: 110,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user