mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
Merge branch 'compulsory_professional_skills' into compulsory_professional_skills_copy
This commit is contained in:
@@ -209,7 +209,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "开始时间",
|
title: "任务开始时间",
|
||||||
dataIndex: "taskStartTime",
|
dataIndex: "taskStartTime",
|
||||||
key: "taskStartTime",
|
key: "taskStartTime",
|
||||||
align: "center",
|
align: "center",
|
||||||
@@ -218,7 +218,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "完成时间",
|
title: "任务完成时间",
|
||||||
dataIndex: "finishTime",
|
dataIndex: "finishTime",
|
||||||
key: "finishTime",
|
key: "finishTime",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|||||||
@@ -562,6 +562,7 @@ export default {
|
|||||||
key: "stdPositionName",
|
key: "stdPositionName",
|
||||||
align: "center",
|
align: "center",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
width: 400,
|
||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
return record.stdPosition
|
return record.stdPosition
|
||||||
? `${record.stdPositionName}(${record.stdPosition})`
|
? `${record.stdPositionName}(${record.stdPosition})`
|
||||||
@@ -599,7 +600,7 @@ export default {
|
|||||||
dataIndex: "ratio",
|
dataIndex: "ratio",
|
||||||
key: "ratio",
|
key: "ratio",
|
||||||
align: "center",
|
align: "center",
|
||||||
width:90,
|
width:100,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
return `${record.ratio * 100}%`;
|
return `${record.ratio * 100}%`;
|
||||||
@@ -610,7 +611,7 @@ export default {
|
|||||||
dataIndex: "isPublished",
|
dataIndex: "isPublished",
|
||||||
key: "isPublished",
|
key: "isPublished",
|
||||||
align: "center",
|
align: "center",
|
||||||
width:80,
|
width:100,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
return record.isPublished ? "已发布" : "未发布";
|
return record.isPublished ? "已发布" : "未发布";
|
||||||
@@ -621,12 +622,13 @@ export default {
|
|||||||
dataIndex: "updateTime",
|
dataIndex: "updateTime",
|
||||||
key: "updateTime",
|
key: "updateTime",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 180,
|
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
width: 200,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
align: "right",
|
align: "right",
|
||||||
|
fixed: "right",
|
||||||
width: 200,
|
width: 200,
|
||||||
slots: { customRender: "listData" },
|
slots: { customRender: "listData" },
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -550,6 +550,7 @@ export default {
|
|||||||
key: "stdPositionName",
|
key: "stdPositionName",
|
||||||
align: "center",
|
align: "center",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
width: 400,
|
||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
return record.stdPosition
|
return record.stdPosition
|
||||||
? `${record.stdPositionName}(${record.stdPosition})`
|
? `${record.stdPositionName}(${record.stdPosition})`
|
||||||
@@ -586,7 +587,7 @@ export default {
|
|||||||
title: "完成比例",
|
title: "完成比例",
|
||||||
dataIndex: "ratio",
|
dataIndex: "ratio",
|
||||||
key: "ratio",
|
key: "ratio",
|
||||||
width: 90,
|
width:100,
|
||||||
align: "center",
|
align: "center",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
@@ -598,7 +599,7 @@ export default {
|
|||||||
dataIndex: "isPublished",
|
dataIndex: "isPublished",
|
||||||
key: "isPublished",
|
key: "isPublished",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 80,
|
width:100,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
customRender: ({ record }) => {
|
customRender: ({ record }) => {
|
||||||
return record.isPublished ? "已发布" : "未发布";
|
return record.isPublished ? "已发布" : "未发布";
|
||||||
@@ -609,12 +610,13 @@ export default {
|
|||||||
dataIndex: "updateTime",
|
dataIndex: "updateTime",
|
||||||
key: "updateTime",
|
key: "updateTime",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 180,
|
width: 200,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
align: "right",
|
align: "right",
|
||||||
|
fixed: "right",
|
||||||
width: 200,
|
width: 200,
|
||||||
slots: { customRender: "listData" },
|
slots: { customRender: "listData" },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user