更新重点人群服务-基础标签库页面

This commit is contained in:
dengxin
2024-02-19 16:17:59 +08:00
parent e63caaaa74
commit ca1f42083d
9 changed files with 1318 additions and 1004 deletions

View File

@@ -191,6 +191,69 @@ export default {
dialogWidth: "60%",
delBtnText: "取消",
dialogClickModal: false,
// column: [
// {
// label: "任务名称",
// prop: "missionTitle",
// display: false,
// slot: true,
// },
// {
// label: "任务编码",
// prop: "missionNo",
// display: false,
// },
// // {
// // label: "任务时间",
// // prop: "missionDate",
// // slot: true,
// // display: false,
// // width: 200,
// // },
// {
// label: "开始日期",
// prop: "stime",
// display: false,
// width: 130,
// slot:true
// },
// {
// label: "完成日期",
// prop: "etime",
// display: false,
// width: 130,
// slot:true
// },
// {
// label: "录用人数",
// prop: "takeOnCount",
// slot: true,
// display: false,
// width: 130,
// },
// {
// label: "已发工资人数",
// prop: "payCount",
// slot: true,
// display: false,
// width: 130,
// },
// {
// label: "发工资截止日期",
// prop: "expiryTime",
// slot: true,
// display: false,
// width: 160,
// format: "yyyy-MM-dd",
// },
// {
// label: "提示",
// prop: "toPayEnd",
// slot: true,
// display: false,
// width: 200,
// },
// ],
column: [
{
label: "任务名称",
@@ -203,56 +266,50 @@ export default {
prop: "missionNo",
display: false,
},
// {
// label: "任务时间",
// prop: "missionDate",
// slot: true,
// display: false,
// width: 200,
// },
{
label: "报名截止日期",
prop: "etimePub",
display: false,
format: "yyyy-MM-dd",
width: 130,
slot: true,
},
{
label: "开始日期",
prop: "stime",
display: false,
width: 130,
slot:true
slot: true,
},
{
label: "完成日期",
prop: "etime",
display: false,
width: 130,
slot:true
slot: true,
},
{
label: "申请人数",
prop: "signUpCount",
slot: true,
display: false,
width: 110,
},
{
label: "录用人数",
prop: "takeOnCount",
slot: true,
display: false,
width: 130,
},
{
label: "已发工资人数",
prop: "payCount",
slot: true,
display: false,
width: 130,
},
{
label: "发工资截止日期",
prop: "expiryTime",
slot: true,
display: false,
width: 160,
format: "yyyy-MM-dd",
},
{
label: "提示",
prop: "toPayEnd",
slot: true,
display: false,
width: 200,
width: 110,
},
// {
// label: "提示",
// prop: "toStart",
// slot: true,
// display: false,
// width: 200,
// },
],
};
},