This commit is contained in:
18500206848
2024-03-29 09:39:01 +08:00
parent 08fa30f020
commit 9f231627ff
11 changed files with 52 additions and 257 deletions

View File

@@ -123,7 +123,7 @@ import saveButton from "./saveButton";
export default {
comments: {
},
filters: {
ellipsis(value) {
@@ -245,14 +245,6 @@ export default {
prop: "missionNo",
display: false,
},
{
label: "报名截止日期",
prop: "etimePub",
display: false,
format: "yyyy-MM-dd",
width: 130,
slot: true,
},
{
label: "开始日期",
prop: "stime",
@@ -267,6 +259,13 @@ export default {
width: 130,
slot: true,
},
{
label: "招聘人数",
prop: "peopleNum",
slot: true,
display: false,
width: 110,
},
{
label: "申请人数",
prop: "signUpCount",
@@ -408,4 +407,4 @@ export default {
.el-form-item {
margin-bottom: 0px;
}
</style>
</style>