mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
修改路径图间距
This commit is contained in:
@@ -242,7 +242,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "boeRouterInfoName",
|
key: "boeRouterInfoName",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 240,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "归属组织",
|
title: "归属组织",
|
||||||
@@ -250,7 +250,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "organizationName",
|
key: "organizationName",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 240,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "关卡数",
|
title: "关卡数",
|
||||||
@@ -258,7 +258,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "levelTotal",
|
key: "levelTotal",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "任务数",
|
title: "任务数",
|
||||||
@@ -266,7 +266,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "taskTotal",
|
key: "taskTotal",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "学习人数",
|
title: "学习人数",
|
||||||
@@ -274,7 +274,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "learnerNumber",
|
key: "learnerNumber",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "参与人数",
|
title: "参与人数",
|
||||||
@@ -282,7 +282,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "participantsTotal",
|
key: "participantsTotal",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "参与率",
|
title: "参与率",
|
||||||
@@ -290,7 +290,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "participantsRate",
|
key: "participantsRate",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "完成人数",
|
title: "完成人数",
|
||||||
@@ -298,7 +298,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "completionNumber",
|
key: "completionNumber",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "完成率",
|
title: "完成率",
|
||||||
@@ -306,7 +306,7 @@ export default {
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "completedRate",
|
key: "completedRate",
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 120,
|
width: 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "发布时间",
|
title: "发布时间",
|
||||||
|
|||||||
@@ -1359,7 +1359,7 @@ export default {
|
|||||||
fixed: "left",
|
fixed: "left",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "授课时长(小时)",
|
title: "授课时长(分钟)",
|
||||||
dataIndex: "teachingLength",
|
dataIndex: "teachingLength",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
key: "teachingLength",
|
key: "teachingLength",
|
||||||
|
|||||||
Reference in New Issue
Block a user