flat: 暂存

This commit is contained in:
Apcallover
2024-04-02 16:37:29 +08:00
parent 2c89b22d75
commit f4c4694a8a
2 changed files with 99 additions and 85 deletions

View File

@@ -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,
},
],
};